Hi.

I have upgraded to the latest dev version and all my buttons dissappeared.

After clearing caches, etc...

Any idea why this is happened?

Are there any conflicts with display suite, panels or quick tabs module??

Thank you

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

matglas86’s picture

Status: Active » Postponed (maintainer needs more info)

From what to what did you upgrade? Did you have beta installed before. Please provide more information.

kapow99504’s picture

I had the same issue just happen after adding layouts via Display Suite (7.x-1.4). AddThis and a Facebook block that were enabled in the Node Bottom region of a Fusion Theme disappeared after I was done.

I've moved these blocks to other regions and they work fine so it must be an issue with Display Suite.

matglas86’s picture

I still need some info from @frixos to see if help is needed and maybe if this is a bug. With this report I can't say its a bug. We need more info to say that it is.

frixos12’s picture

Hi and thank you for your posts.

My primary installation was the 7.x-4.x-dev version and i am updating this version ever since.

I am also using a custom Fusion subtheme and addthis block that was enabled in a fusion region, dissapeared.

Also i am using panels for overriding my node view template and my addthis toolbox that i have in my content type doesn't show either.

So i am pretty sure that there is a conflict with these two modules ( Display suite and panels).

I have made all the necessary configurations in addthis settings and enable the services i want.

matglas86’s picture

So you have setup the module with 7.x-4.x, added the AddThis field to the appropriate node types and setup the display types for the displays? Are you using the buttons (ea Facebook, Twitter) or just the sigle share widget?

frixos12’s picture

Yes exactly, i am using facebook_like button and gmail ( after seen the valid name declaration of these buttons).

matglas86’s picture

What happens when you take display suite out of the equation? Does the whole thing show again? Can you disable the module and see what happens?

Does it give any error's?

Otherwise you might give it a try to setup the whole thing again. So remove the fields, disable the module, uninstall the module and then enable and setup again. You have to keep in mind that the dev version is not a stable version.

kapow99504’s picture

I put some extra blocks in the Node region of my theme and they still didn't show up. Turned the Display Suite off and checked a node page and they were there. Turned the Display Suite module back on and they disappeared again.

frixos12’s picture

I tried to unistall addthis but with no success.

I deleted all the field instances from my content types run cron several times but still got this message ( required By drupal: fields pending deletion).

should i remove them directly from my database?

frixos12’s picture

Problem solved putting this code in my module

(function ($) {
    Drupal.behaviors.slider = {
        attach:function(context) {
            var script = 'http://s7.addthis.com/js/250/addthis_widget.js#domready=1';
            if (window.addthis) {
                window.addthis = null;
            }
            $.getScript(script);
        }

    };

}(jQuery));

It was a conflict with ajax-based pages.

matglas86’s picture

Status: Postponed (maintainer needs more info) » Active

Can you give me a detailed description of your setup. I think that is a bug that we need to address specifically for the ajaxified pages/elements.

I need modules and configuration description so I can replicate it locally.

jebernier’s picture

Having the same issue. Should I go back to the pervious version of AddThis?

matglas86’s picture

@jebernier I think you don't have to go back we need to figure out what the problem is here.

@frixos Can you specify the ajax part of this problem. I have created a ajax view with display suite layout on a basic page. With text in a left colum and the share buttons in the right but I can't recreate a problem here. Can you use the alpha version and see if you have the problem still?

matglas86’s picture

Status: Active » Postponed (maintainer needs more info)

Forgot this. I need more information to continue the effort.

qu3nt1n’s picture

Hi,

I have installed the Addthis module following the exact same config as this video

and none of the logos are showing on my website

I have enable it for my latest news and higlights section.
you can see the text "share the story" and it is not clickable

Please, let me know what kind of extra information you need!

matglas86’s picture

The video that you are showing here is for Drupal 6 and not for Drupal 7. At that time version 7.x-4.x was not even around.

qu3nt1n’s picture

you are correct Matglas!

I am using Drupal 6.25 at the moment.
would you recommend me to upgrade to version 7? or using a different version of Addthis please?

matglas86’s picture

At the project page http://drupal.org/project/addthis download the 6.x-3.0-beta2 version. I don´t know how that is setup. Sorry.

qu3nt1n’s picture

Hi,
it is the version already installed : 6.x-3.0-beta2

hailu’s picture

Version: 7.x-4.x-dev » 7.x-4.0-alpha1

We are using 7.x-4.0-alpha1 and on ubercart 3 product node displays the addthis field added will not render. It will however just fine in a vanilla Page node. There is some ajax-y scripting happening around node image thumbnails on the ubercart product node. I was wondering if there could be a conflict. However disabling the .js in question did not affect the rendered node object or cause the widget to appear.

sibany’s picture

having same problem!, like hailu ...

using 7.x-4.0-alpha1 and on ubercart 3 product node displays the addthis field added will not render.

Only Facebook and Twitter showed up but not the facebook Like or google +...etc.

pixelpreview@gmail.com’s picture

Yes I have the same behaviour, I use display suite too
it seems that's the problem is with the display suite module, when you select a layout for your content type (one column for example), addthis widget disappears from the site.
When I remove the layout in display suite then the widget is back

vishalkhialani’s picture

Title: Addthis buttons not showing » Addthis buttons not showing even if you put the js your self.

Hi,
I even tried the code directly from addthis site and it wont' show up.

Check out http://www.iamvishal.com/dev/property/p2135

The addthis icon does not show up but http://www.iamvishal.com/dev/node/15 it show up.

Its the same page only the path is different.

The template and the content are the same. Also I noticed that it shows up in firefox and ie but not in safari and chrome.

cheers,
vishal

Finabluma’s picture

Category: bug » support
Issue tags: +addthis buttons not showing

I've install two weeks ago this module and in the beginning everything seemed work fine but side some days ago the icons does not appear and i wonder what is the reason for...i'm not an expert in programming and rather new in Drupal environment (just built two sites in D7 but more are comingn ;-) I'll appreciate any kind of help. Is there any alternative. thanks in advanced!

nflowers1228’s picture

I'm having the same problem. The only buttons that show up for me are Facebook and Twitter. I have Email, Facebook like, Print, Printer Friendly checked.

moltra’s picture

Same problem only facebook and twitter showing up. I do not have Display Suites installed. I do not even have twitter selected. I unselected facebook and they both still show up.

vadym.kononenko’s picture

Version: 7.x-4.0-alpha1 » 7.x-2.1-beta1
FileSize
1.19 KB

This patch to fix this issue in 7.x-2.1-beta1

devkingkev’s picture

Just in case: Make sure you have enabled the block and the display type.
Go to -> admin/structure/block/manage/addthis/addthis_block/configure
Make sure Disabled is not selected under AddThis display type .

jsidigital’s picture

Using AddThis 7.x-4.0-alpha4 and ALL our buttons are also missing. Unlike others, we are not using Display module. Instead we were using Entity_View_Mode module.

If we try to manually enter the code in a block for example, that does not show either.

Prior to this we were having problems with image styles as they did not show when Clear URLs were enabled. Before that, social media was working. After we disabled Entity_view_mode and fixed the image styles problem, our AddThis buttons are gone.

Any idea how to fix this?
I notice you posted a patch for 7.x-2.1-beta1, if this is a solution, do you have something similar for version AddThis7.x-4.0-alpha4?

Thanx.

BeaPower’s picture

Issue summary: View changes

Has this been fixed?

megansabina’s picture

I recently experienced a variation of this problem and found a similar solution to #10, I think. I too experienced differing results in Safari vs. Chrome and Firefox when I attempted to insert the AddThis toolbar (or button) into a layout via Panelizer. After trying all 7.0 versions, and seemingly all combinations of configuration, I resorted to grabbing code from the addthis website tool and plopping it into the body tag of the html template and VIOLA! all my tests suddenly showed! Strangely, the widget that should show doesn't and now everything I create via Blocks, Fields, with or without Panelizer works perfectly in all browsers.

rajendra_dbpb’s picture

I am facing a wired situation , i have added addthis module in my site that`s working fine for the live server , but when i put the same code in my local environment the buttons are not getting visible where as
1. the script file http://s7.addthis.com/js/300/addthis_widget.js is included in page on inspecting the page source
2. the addthis and AddThis Displays module is active showing

have visited the related like :
http://support.addthis.com/customer/portal/questions/337452-drupal-7-how...
http://support.addthis.com/customer/portal/questions/253181-drupal-addthis-
http://support.addthis.com/customer/portal/questions/7986257-buttons-do-...

Thanx.

gisle’s picture

Status: Postponed (maintainer needs more info) » Closed (outdated)

This support request 4 years old and is about an outdated version (7.x.2.1-beta1) of the module. I have not seen this problem when using the latest version (7.x-4.x).

I assume it has been resolved by now.

Feel free to open a new issue if you can tell us how to reproduce this with a clean install of AddThis 7.x-4.x.

bisonbleu’s picture

Outdated, yes, but still an issue for me - in a themforest theme I admit.

The solution/hack: go to your AddThis Dashboard and click on Get The Code. Copy the code which looks like this:

<!-- Go to www.addthis.com/dashboard to customize your tools -->
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=ra-xxxxxxxxxxxxx"></script>

and, paste the code right before the </body> tag in the html.tpl.php of your theme.

Hope this helps.

jaesperanza’s picture

Thanks, bisonbleu. Yes, the code on #34 helped. I am also using a commercial theme.

iulike’s picture

Thank you @bisonbleu, #34 worked for me too. Added the Addthis script to html.tpl.php and to include the social buttons as a field I used Display Suite's custom code field and ta-da.