Viewing 15 replies - 1 through 15 (of 34 total)
  • When did you last upgrade the plugin? Any idea which AddToAny version you were using before?

    Thread Starter mal2809

    (@mal2809)

    Whatever the issue is seems related to a problem with adding the featured content section into a widget below the header bar when using Suffusion.

    It works on the theme owners site and no one else seems to have the problem.

    Whatever it is is also messing the site up but only when viewed in Google Chrome, absolutely fine on all the other browsers.

    Site is http://www.darkrealmfox.com

    I do not see an issue with code and have not altered any code in Suffusion or WordPress so i don’t know whats going on. It’s baffling me since disabling featured content below the header actually brings the add/share buttons back and also makes my site work fine in Google Chrome.

    I pass WC3 validation so i don’t see any bad code, not altered any either so like i say it’s baffling me.

    I tried disabling plugins on the current page too with no luck.

    Thread Starter mal2809

    (@mal2809)

    Oh i did add <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″/>

    Thats because I.E. 8 was really not displaying content correctly and text was all small but that code which is in the meta section fixed it.

    I did remove that code but it does not fix the Add/Share and Google Chrome issues with my site.

    Thanks for the details and thorough troubleshooting. Fortunately I was able to reproduce it, and you’re right, it has to do with the “featured content” section. The next version of the plugin, version .9.9.5.7, should work around these types of theme issues. Please report back when you give it a try. The next release should land sometime this weekend. πŸ™‚

    Thread Starter mal2809

    (@mal2809)

    Thanks for the update, i’ll let you know after i test it out.

    Thread Starter mal2809

    (@mal2809)

    Just tested after the latest update and the buttons are still not showing in my posts.

    De-activating featured content in Suffusion restores the button.

    Not sure if this is a theme specific problem or happening on other themes.

    Crazy. Using the latest versions, I could not reproduce the problem you’re having. I used Suffusion theme version 3.5.3 with “Featured Posts” displayed below the header on single posts, and AddToAny plugin version 9.9.5.7. The button displays appropriately.

    If we’re using the same versions, it must be a setting somewhere that’s fouling things up.

    One option, if you still can’t figure this out, would be to un-check “Display Share/Save button at the bottom of posts” in AddToAny settings, then hard-code the button in your theme’s files with the following code:
    <?php if( function_exists('ADDTOANY_SHARE_SAVE_KIT') ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>

    I’d love to know if you discover anything more.

    Moderator James Huff

    (@macmanx)

    Volunteer Moderator

    mal2809, are you using any caching plugins? That could be a reason for why the problem continued, even after applying the update that was intended to fix it.

    Thread Starter mal2809

    (@mal2809)

    I’ll try clearing the plugin cache and also disabling it.

    The plugin i use is DB Cache Reloaded.

    Ok that didn’t work.

    I have added a text alignment code as per the theme makers instructions into the custom includes – custom styles section of Suffusion, i’ll try taking that out too just to see if thats the issue.

    That code is p, .p {
    text-align: left;
    }

    Ok taking that out and clearing the cache didn’t work.

    I will try the code directly into the theme.

    Thread Starter mal2809

    (@mal2809)

    Ok i tried putting the code directly in to the single.php file <?php if( function_exists(‘ADDTOANY_SHARE_SAVE_KIT’) ) { ADDTOANY_SHARE_SAVE_KIT(); } ?>

    It didn’t work for me, i tried five different locations within the file.

    Is there a specific place to put that code to get it to work.

    I am also going to try disabling the Related Posts plugin just in case that is somehow the problem.

    Thread Starter mal2809

    (@mal2809)

    Have tried deleting AddToAny and that includes deleting the entires in the database using PHPMYAdmin.

    I then re-installed and its still not showing in posts.

    Everything worked fine for me before the last two updates, not sure if this is a conflict with one of my plugins but thats highly likely and i may try disabling them one by one soon to check this out.

    Using the plugins below.

    AddToAny: Share/Bookmark/Email Button

    Bad Behavior

    cbnet Ping Optimizer

    Contextual Related Posts

    Count Per Day

    Custom Post Limits

    DB Cache Reloaded

    Dean’s FCKEditor For WordPress

    Fast and Secure Contact Form

    Google XML Sitemaps

    Gurken Subscribe to Comments

    Invisible Defender

    Light SEO

    NextGEN Gallery

    Ozh’ Better Feed

    Page Management Dropdown

    Secure WordPress

    Simply Exclude

    Table of Contents Creator

    Top 10

    Ultimate Noindex Nofollow Tool

    User Locker

    WordPress Admin Bar

    The WordPress Mobile Pack with mpexo

    WP-Optimize

    WP System Health

    Ok i tried putting the code directly in to the single.php file

    The WP Theme Editor didn’t work for me either. The theme has two single.php files and the Theme Editor lets you edit the wrong one. So you’d need to manually edit the single.php file located in the plugin’s root directory.

    Everything worked fine for me before the last two updates

    Can you try older AddToAny versions to see if one brings the button back on your single post pages: http://wordpress.org/extend/plugins/add-to-any/download/

    Thanks again for troubleshooting this.

    Thread Starter mal2809

    (@mal2809)

    I rolled back to an earlier version of AddToAny from a stored backup from April, still doesn’t work although this is just stored files so perhaps the database had some changes in the latest edition.

    I then rolled back to an earlier version of Suffusion – 3.4.9 and checked again, still didn’t have the buttons on the post pages, only on the front home page despite setting up for posts.

    I also disabled DB Cache Reloaded but that didn’t work.

    I’ll try editing the file you mention using FTP and putting it directly into the post pages using the single.php file.

    Thread Starter mal2809

    (@mal2809)

    My settings are:

    Placement.

    All boxes ticked except Display Share/Save button at the bottom of pages

    Menu Options.

    I only have one box unticked and thats the one below.

    Only show the menu when the user clicks the Share/Save button

    In Advanced options i have Use CSS Stylesheet ticked and below that is the cache box which is unticked.

    Incidentally i did go to the official site and fill in the Locally cache script, i then changed my mind on that, would that cause a problem. ?

    Thread Starter mal2809

    (@mal2809)

    OK so i move the featured content section to below footer instead of below header and the AddToAny buttons are back on the post pages.

    It cannot be a plugin issue, it has to be some sort of issue between Suffusion and that widget area and AddToAny.

    Placing featured content above footer works fine, it only is a problem when placing it below the header area in Suffusion.

    I’m going to post about it in the Suffusion forum, perhaps the theme owner might have a workaround for this.

Viewing 15 replies - 1 through 15 (of 34 total)
  • The topic ‘[Plugin: AddToAny: Share/Bookmark/Email Button] After Latest Update AddToAny Not Working On Posts’ is closed to new replies.