Forum Replies Created

Viewing 15 replies - 61 through 75 (of 306 total)
  • Plugin Author Julka Grodel

    (@jgrodel)

    Hi Alexey.

    I’m sorry it didn’t work for you. Certain configuration settings or caching plugins can cause the behavior you’ve seen, which is something to keep in mind when installing any WordPress plugin.

    Thanks,
    Julka

    Plugin Author Julka Grodel

    (@jgrodel)

    Hi Alexey.

    I just tested this on a new WordPress 4.5.3 instance with the most recent (2.0.0) version of this plugin. Selecting Asynchronous Loading removed the admin-ajax.php URL.

    If you’re not seeing the changes, and especially since you’re still seeing AddThis code after uninstalling the plugin, it sounds like you’re using a caching plugin. Do you have any caching plugins that haven’t been cleared since the change?

    Thanks,
    Julka

    Plugin Author Julka Grodel

    (@jgrodel)

    Hello dvascheta

    On the plugin’s Advanced Settings page if you check the Asynchronous Loading checkbox the JavaScript from file will be echoed right onto the page instead of included via a URL.

    However, the admin pages for this plugin requires the use of admin-ajax.php and there is no work around for editing the settings for this plugin without it.

    All of the admin-ajax.php endpoints created by this plugin either expose harmless data, or first check the current user’s permissions before including sensitive information (such as your AddThis API key).

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi E.

    Thanks for letting us know about your issue.

    It looks like your theme isn’t creating headers in the standard way on some template. For example, on this post I see addthis_widget.js being included on the page, but on the blog homepage I don’t.

    Unfortunately, this plugin doesn’t currently have anything built in to work around this. I’d suggest trying the Smart Layers by AddThis plugin instead. In Advanced Settings you can play with combinations of header or footer in Script Location and disabling or enabling Asynchronous Loading. One of those 4 combinations usually works. If that still doesn’t work, that plugin includes an AddThis Script widget you can add onto a widget area, which will add addthis_widget.js with it. For most themes this widget won’t be visible on your site, but ultimately that depends on the styles in your theme.

    Feel free to let us know if you have further issue.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi E.

    Thanks for letting us know about your issue.

    It looks like your theme isn’t creating headers in the standard way on some template. For example, on this post I see addthis_widget.js being included on the page, but on the blog homepage I don’t.

    Unfortunately, this plugin doesn’t currently have anything built in to work around this. I’d suggest trying the Smart Layers by AddThis plugin instead. In Advanced Settings you can play with combinations of header or footer in Script Location and disabling or enabling Asynchronous Loading. One of those 4 combinations usually works. If that still doesn’t work, that plugin includes an AddThis Script widget you can add onto a widget area, which will add addthis_widget.js with it. For most themes this widget won’t be visible on your site, but ultimately that depends on the styles in your theme.

    Feel free to let us know if you have further issue.

    Thanks,
    Julka

    Plugin Author Julka Grodel

    (@jgrodel)

    Hi Nae.

    Thanks for letting us know about your issue.

    If you register the plugin (it’s free), then you’ll see a Hide on These Pages text area in the sharing sidebar configuration page. There you can enter URLs or URL patterns on which the tool should be hidden. You can register the plugin by going to the plugin’s Home settings page and either logging into your AddThis account, or creating a new one.

    Unfortunately, we can’t support hiding this tool by type of page. If a user wants AddThis JavaScript added into the header of their page, this is done before we can determine what kind of page is being rendered.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi tks

    Thanks for reaching out to us.

    Performance is one of our top priorities that we try to balance with the rich set of features that have been requested. Keep in mind that performance tools, such as Google Page Speed that show the cold cache and no cookie experience that few users will have due to our reach. We’d love to work with you to find out how or why our tools have impacted your site. Please reach out to us at help@addthis.com and we’d be happy to assist you.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi Evan.

    Thanks for letting us know about your issue.

    Your understanding is correct. The share buttons should not appear if they’ve been toggled off, however, caching plugins, themes that add share buttons onto the page themselves and other plugins that add share buttons would ignore those settings.

    If you’d like to share a URL where you’re seeing the undesired behavior, I’d be happy to take a look and check for obvious issues. If you’d prefer to share privately please feel free to contact us at help@addthis.com.

    Thanks,
    Julka

    Plugin Author Julka Grodel

    (@jgrodel)

    Hi Veerternopil.

    Thanks for letting us know about your issue.

    Deactivating the plugin should remove AddThis tools from your site, unless you’re using a caching plugin (clear the plugin’s cache), another plugin that includes AddThis tools on your page (check that plugin’s settings), or a theme that includes them (check the theme’s settings).

    We don’t keep track of third party plugins and themes that include our tools, but I’d be happy to take a look at your site to see if there’s any obvious indicators of where the tools are coming from, if you’d like.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi BlackDuckSoftware.

    It sounds like the file permissions on your web server are so restricted that WordPress can’t update or write new files into the plugins folder.

    Here’s a WordPress page about file permission: https://codex.wordpress.org/Changing_File_Permissions

    There are plugins out there that attempt to fix these kinds of issues, but I don’t know any well enough to recommend them.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi David.

    Thank you for the positive review, and for letting us know about your issue with “Sharing Buttons Above Content”.

    Unfortunately, it looks like this is a theme issue. I’m seeing the code for the above content button being added at the bottom of the page, right above a placeholder for the below content button. I’d guess that your theme is doing something usual around how it grabs content for pages that doesn’t trigger our filters for adding buttons above and below content. It does appear to later do something that triggers those filters on some empty content at the bottom of the page (thus the buttons towards the bottom). To resolve this, the theme developer could change the way their theme retrieves the content of posts or manually add in code to include sharing buttons someone in the template. We have shortcodes and widgets to help with that kind of thing.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi Mark.

    Thanks for letting us know about your issues.

    I don’t see the addthis_widget.js JavaScript file on your site. None of the AddThis tools will work without it. The caching and optimization plugins are likely culprits. After enabling the Follow Buttons plugin, you’ll need to clear the cache in these plugins and potentially tell them not to concatenate/minify/optimize addthis_widget.js. I noticed two plugins in your list that could be doing this. There may be more.

    First, WP Super Cache should have a clear cache button somewhere in its settings.

    Second, JCH Optimize has a clear cache button in its settings as well.

    Third, based on its description JCH Optimize could be removing addthis_widget.js and trying to put the contents in a concatenated and minified file. AddThis JavaScript can’t be concatenated and minified with the rest of your site’s JavaScript. I played with the free version of JCH Optimize and it has some options for excluding some files, but it didn’t actually seem to touch my JavaScript files at all so I don’t know the details on how to get it to exclude addthis_widget.js.

    Lastly, I noticed that you’re site is using a content distribution network (many of the resources on the site are being included from netdna-cdn.com). You may also need to tell you CDN to clear its cache for your site before changes appear.

    You don’t need the Website Tools plugin in addition to the Follow Buttons plugin unless you’d like to use some of the widgets or shortcodes for AddThis share button or recommended content tools. With just the Follow Buttons plugin installed you will only have shortcodes and widgets for the follow tools.

    Please feel free to let us know if you continue to run into issues.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi Geminorum.

    Thanks for the heads up. We heard about those last week too and those fixes will also be in the next release.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi Marcus.

    Thanks for letting us know about your issue. I visited your site in Firefox and could see the sharing buttons. Were you perhaps testing in a Firefox Private Window? Our tools don’t appear in those by default. They will work in a private window if you click on the shield icon next to the address bar and disable tracking protection.

    Thanks,
    Julka

    Plugin Contributor Julka Grodel

    (@jgrodel)

    Hi Igor.

    Thanks for letting us know about your issue.

    Unfortunately, we can’t test for every possible scenario set up on sites. This release went through our QA process, and I can see how they missed this. I can’t reproduce it myself, even after configuring widgets and using some shortcodes.

    However, I can see how this happens in the code and how to add some more error handling to stop it. These changes will be in the next release.

    If you’d like a copy of the new version earlier, please feel free to reach out to us at help@addthis.com. I don’t know when these changes will go out officially, as we try not to release with just PHP notice fixes.

    Thanks,
    Julka

Viewing 15 replies - 61 through 75 (of 306 total)