Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter Kristof from Habitgrowth

    (@chris_maes)

    Update: after reading some other posts I started disabling my other plugins and found out that jetpack sharing is not compatible with the plugin “Category Grid View Gallery”

    J

    (@jeroen1973)

    I am also having trouble with the email button. The email box is added at the end of my page so I have to scroll all the way down.

    I’ve tried disabling all plugins, but I couldn’t find one that is conflicting with the share button. So perhaps it is due to my theme, which is from Photocrati.

    Here you can see what is happening: http://test.jeroenakershoek.nl/blog/landscape/woonkamer-in-brussel/

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Could you have a look at your theme’s footer.php file, and make sure that the call to wp_footer is the very last function before the closing </body> tag?

    J

    (@jeroen1973)

    Great help again!
    It wasn’t at the end, but when I moved it my problem was fixed.

    I checked the documentation for wp_footer and there it also says that it should be the last call. I will forward this to Photocrati, so they can correct this for future updates.

    I just installed jetpack to http://www.thekitchentableadvisor.com.
    I use sharing buttons such as email and print. But they are not working. Nothing happens when I click them. I know nothing about coding. Please help.

    Also I did a test by adding my email address to Get updates on one of our current blog post. I click the submit button and got a msg, “The feed does not have subscriptions by email enabled.” I don’t have feedburner and don’t want to use it. That is why I opted for installing jetpack. How can I remove this error msg and make sure it’s working? Thank you.

    Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    @ambj1994 I had a look at your site, and your theme seems to be loading an old version of jQuery (1.4.2) instead of using the version that comes bundled with WordPress (1.8.3 at the moment).

    It can create multiple conflicts with WordPress and with other plugins like Jetpack. You can read more about it here:
    http://wordpress.org/support/topic/troubleshooting-wordpress-35-master-list?replies=4#post-3547424

    You’ll want to look for the function loading jQuery in your theme’s header.php file, or in the functions.php file. Once you find that function, you can remove it and enqueue the proper version of jQuery as explained here:
    http://codex.wordpress.org/Function_Reference/wp_enqueue_script

    If you do not feel comfortable editing PHP files, you can also contact the theme author and ask them to solve the issue.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Sharing: print and email buttons not working’ is closed to new replies.