sq2d

Forum Replies Created

Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • in reply to: Theme not working properly, not responsive. #2311
    sq2d
    Member

    Hi, I had the same issue and the site logo is not visible on a desktop browser either apparently when not logged into WordPress. As on my end, I noticed that the logo css style was set to display:none for some reason.

    #site-logo a img.standard-logo {display: none;}

    So to counter this, I placed the following in Theme Options > Custom CSS and the logo displays as expected:

    #site-logo a img.standard-logo {display: block;}

    Give it a try and hope this helps!
    Frank

    in reply to: Can Get App button handle multiple systems? #2280
    sq2d
    Member

    Thanks livemesh! I think this could be helpful for a lot of your theme users! So should I leave the field for “URL for the App linked to by the Get App button” blank or enter “#”? Would the best place to put this be in the header.php or footer.php files? Any plans on enabling hooks within the Theme Options to allow for customization that will stay intact?

    Thanks,
    Frank

Viewing 2 posts - 16 through 17 (of 17 total)