I installed this module yesterday after switching over from the ShareThis module (which drastically slowed down my page load times). Worked beautifully, using 6.x-2.4. Drop down appeared in all browsers. This morning I received word that the AddThis functionality was broken, and checked it out. It appears that hovering over the button no longer shows the drop down, it really stretches the page (both scroll bars show that the page extends down/right quite a ways). I tried uninstalling and reinstalling this module, to no avail. I've also tried the dev version, but the same thing keeps happening.

I saw this same issue for the 5.x branch, and I tried some of the suggestions there (run update.php, etc.) with no luck.

Comments

PinoEire’s picture

I confirm, out of the blue is not working anymore.

QUICK WORKAROUND:

Edit the addthis.module and just comment out the offset variables in the function _addthis_create_button:

/*	    addthis_offset_top = \'%d\';
	    addthis_offset_left = \'%d\'; */
tebb’s picture

Thanks PinoEire

I'm seeing the same issue and the workaround also worked for me.

It worked for two themes that were 'broken' before the workaround.

vesapalmu’s picture

Status: Active » Fixed

This has now been fixed in both 5.x and 6.x versions by disabling offset functionality. This is just a temporary fix to make sure the module works without patching.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.