Julka Grodel
Forum Replies Created
-
Hi Dr. Stout.
I’m seeing the AddThis script inserted on the URL you mention, and the sharing sidebar is appearing on that page as well. Are you still having this issue on other pages?
And Hello Delythchandler!
Do you have a URL I could look at that isn’t doing what you expect with AddThis?
Thanks,
JulkaHi Fabrizim.
Thanks for all the details!
We’re testing this change to try to ensure it doesn’t break anything else (and using all those wonderful details you provided to try to replicate this issue, yet again). If the tests go well, this should go our with the next release.
Thanks again,
JulkaForum: Reviews
In reply to: [WordPress Website Tools Plugin – AddThis] Super CoolThanks for the feedback, TechPrevue! What additional kinds of controls would you like to see?
Thank you for the kind words, sblanco! I’m glad you like the new features.
Forum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Addthis config page emptyHey Joel.
I just saw your update. I’m glad to hear that you figured out the problem.
We don’t do anything to specifically require those parameters, but maybe something in the WordPress code for AJAX endpoints does.
Thanks,
JulkaForum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Addthis config page emptyHi Joel.
I can easily add some error handling to that one line that will keep it from throwing an error, but there are a lot of JavaScript variables like that in this plugin that it relies on to function.
Do you see a script tag on the page including JavaScript from a URL like http://example.com/wp-admin/admin-ajax.php?action=addthis_admin_variables ?
Can you sure what the content of that script looks like on your site?
If you’d rather share this privately, feel free to email us at help@addthis.com.
Thanks,
JulkaForum: Plugins
In reply to: [WordPress Share Buttons Plugin – AddThis] Addthis config page emptyHi Joel.
Thanks for letting us know about your issue.
Is this a special theme for modifying what your back office pages look like and not just the public ones?
I looked at the WordPress.org theme listing and found 8 different themes that mention Bootstrap in their name.
Thanks,
JulkaWebeno,
My previous response mentions the situations under which they do not play nicely together. They also have some different features (like the meta box you asked about, and experimental AJAX support) that might get overridden by one another.
If you have been using the Share Button plugin AddThis mode, then the functionality in the Website Tools plugin is very similar, though there are some different features. The biggest difference is that the Website Tools plugin is a brand new code base with more reliable output and better able to work around themes that don’t follow WordPress conventions. The code in the other plugin is a rat’s nest.
You don’t need both activated, but we’ve learned that convincing people to turn off a plugin they like is fruitless.
If you have the Website Tools plugin activated, registered, and have enabled a sharing tool for above or below content for the registered profile, then you should be getting those tools on your pages. Without a URL to look at, there’s nothing more for me to go off of.
Thanks,
JulkaForum: Plugins
In reply to: [Smart Layers by AddThis] Image overlayHi Darkstyrm,
The Website Tools by AddThis plugin supports the AddThis image sharing tool. Have you given that a try?
Thanks,
JulkaHi Webeno.
Thanks for letting us know about your issue.
If they’re both up to date these two plugins generally play nicely together, but out of date they may override or delete some each other’s settings. If you’re not seeing issues, you can leave both enabled, though I do strongly recommend updating both plugins if they’re out of date.
When you go to the Home settings page under AddThis in your WordPress site, does it ask you to register? The Website Tools plugin requires a valid AddThis profile ID that’s set up specifically for WordPress. If it doesn’t have one set from your other plugin, it should prompt you to log into you AddThis account, and will even offer to change your currently profile over to a WordPress type if needed.
Another thing to note is that the Website Tools plugin only works in AddThis mode (where you configure your tools at AddThis.com). Have you gone to AddThis.com and enabled sharing buttons above or below your content?
Thanks,
JulkaHi Marcel.
Do you have a URL you could share with us where you’re seeing this issue?
If you’d prefer to share this privately, feel free to email us at help@addthis.com.
Thanks,
JulkaHi Marco.
Thanks for the follow up. I can reproduce what’s in your screenshot when I make my browser window narrow when visiting your site. I will bring that up with the team to see if it is intentional.
I also tested this on your site both on a real mobile device and simulated mobile devices. With that mobile flag set to false, the Mobile Toolbar was hidden. I visited your site on my Nexus 6, and also in Chrome asking it to simulate an iPhone 6 Plus and a Galaxy S5. The Mobile Toolbar was hidden in all three. Here are screenshots:
Is there a specific mobile device where you’ve seen issues with this?
Thanks,
JulkaHi Marco.
Did you try
{"share": {"mobile": false}}?Hi Marco.
Thanks for letting us know about your issue.
The standard Mobile Toolbar change in 5.3.1 was to disable it when the Mobile Sharing Toolbar is enabled (a tool we recently changed to free and added to the plugin). Are you still seeing the Mobile Toolbar after enabling the Mobile Sharing Toolbar?
Assuming you’re in WordPress mode, if you haven’t enabled the Mobile Sharing Toolbar enabled and want to disable the standard one anyway, you can do that using our Smart Layers API. To use this API in the plugin go to the Advanced Settings tab within the plugin, scroll down to Additional Options, and put JSON into the addthis.layers() textarea. The following JSON would disable the standard Mobile Toolbar.
{"share": {"mobile": false}}Thanks,
JulkaHi amounsell.
Thanks for letting us know about your issue. Did you perhaps update your theme around when you upgraded to 4.4.2? Or change to a new theme? It looks like your theme isn’t creating its page headers in standard WordPress way, and because of this addthis_widget.js isn’t being added onto your homepage. I don’t know how this could have worked before with the same theme in the same version.
You can add this script in manually with a widget, however, when done manually, that page will ignore your Advanced Settings preferences. To do this, add a Text widget onto the page with the following content:
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=wp-5290a12a2a7e4c229dcbd325170e651b" async="async"> </script>Thanks,
Julka