My logo is not showing up at this site: http://www.cheetz.org Can anyone try to log in this site? I am sure you will end up getting this message " ERROR: Invalid username. Lost your password ". And last but not least, when you type in " Sign In" or "Create a free account" fields, the text appears to be too faint, you will need to have a good sharp eye to see the text. any way to correct this so that the forms can be seen clearly when you type. I will appreicate if one can upload a video and see if this app is working correctly.
Hello Honory! Please see the screenshot and check whether your header.php file has the same code as the code highlighted in the screenshot. If not, then replace the code with the code given below. PHP: <div class="logo"><a href="<?php echo home_url(); ?>"><img src="<?php if (inkthemes_get_option('inkthemes_logo') != '') { ?><?php echo inkthemes_get_option('inkthemes_logo'); ?><?php } else { ?><?php echo get_template_directory_uri(); ?>/images/logo.png<?php } ?>" alt="<?php bloginfo('name'); ?>" alt="logo"/></a></div> As far as issues regarding "SignIn" is concerned, it is working fine in your website. I have tested your website by making and signing with a account. Here is the video link of testing :- http://screenpresso.com/=3Dvud For better visibility fo test in "Sign In" and "Create a free account", use the following css code. Code: form#login_form input { color: black !important; } form#login_form input { color: black !important; } Thanks, Praveen