Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other WordPress & Jetpack

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #151506
    mintertweed
    Participant

    I finally decided to give Jetpack a try and I’ve not been disappointed. But there’s one little problem that I hope CSS-Tricks can help me with concerning a WordPress install and Jetpack.

    Basically, when I activate “WordPress.com Stats” within Jetpack, my website appears normal until I log out. Once I’m not logged into my website anymore through wp-admin, I notice that my footer is cut short. It keeps all the functionality of a sticky footer, but it’s raised 24 pixels from the base of the site. I know it’s “WordPress.com Stats” because I systematically went through each Jetpack plugin and deactivated it until my footer went back to normal.

    Any suggestions? I’d like to keep stats on my site through WordPress, but I also want my website to appear as intended. Thank you in advance!

    Here’s my website if you want to see what’s going on with it.

    #151516
    TheDoc
    Member

    Do you have wp_head() and wp_footer() in your theme?

    #151517
    Alen
    Participant

    add this CSS.

    img#wpstats{
      display : none !important;
      visibility : hidden;
    }
    

    See the little smiley face!! :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Other’ is closed to new topics and replies.