• Resolved douglasbell01

    (@douglasbell01)


    If you visit https://www.hideouthostel.com on Firefox, there is an infuriating smiley appearing over the logo. Has someone hacked the website to do this? Is there a bug with the theme? Have I made a coding error?

    The problem smiley doesn’t show up on Safari.

    I’ve been through the CSS and the Header.PHP, and can’t see any cause. Your advice on fixing this would be a huge help.

    My other trouble with the theme is editing the grey ‘About’ box on the right (changing this to an image/magazine cover, linked to a page).

    D

Viewing 2 replies - 1 through 2 (of 2 total)
  • DigitalSquid

    (@twelvefootsnowman)

    The little smiley has the id “wpstats” so I’d assume is something to do with the WP Stats plugin. Surprisingly it’s actually an image in your footer. It’s just at the top of the page because it’s outside all of the div’s. I guess the plugin is inserting it your site through your wp_footer().

    I’ve never used WP Stats before, but you might be able to turn it off in the plugin settings if there is an option for displaying author credits or a link to the plugin or something.

    Failing that, you could probably just hide it with CSS

    Thread Starter douglasbell01

    (@douglasbell01)

    Success! Thank you so much for the advice. The WPStats Plugin has put it on – for no good reason!

    I went to the plugin’s edit function (next to ‘activate plugin’, and it advises to paste the following into the CSS:

    img#wpstats{display:none}

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with Gridline Lite Theme (Header/Logo/Sidebar )’ is closed to new replies.