Perhaps a Javascript conflict? The toolbar shows up on pages, however the buttons do not. Mouseover shows correct action in tooltip, clicking performs correct function... Just no button icons.
Tried Safari and Firefox (no difference). Toolbar w/buttons works correctly on share42 site.
| Comment | File | Size | Author |
|---|---|---|---|
| #12 | 1.png | 24.69 KB | vmkazakoff |
Comments
Comment #1
duozerskmholve,
Have you put the icons.png along with the share42.js file to the "sites/all/libraries/share42" folder?
Thanks
AndyB
Comment #2
mholve commentedYes, the files exist:
# ls -l sites/all/libraries/share42/
total 12
-rw-r--r-- 1 apache nobody 7928 Jan 24 2013 icons.png
-rw-r--r-- 1 apache nobody 2101 Jan 24 2013 share42.js
Comment #3
duozerskThen can you please right-click any button (not-visible now), select Inspect element and inspect the style attribute of the selected "a" HTML tag? There should be background property, like this one:
background:url(http://drupal7.local/sites/all/libraries/share42/icons.png) -64px 0 no-repeatOr just copy the whole "a" tag and paste it here in the comment using the "code" wrapper.
Thanks
AndyB
Comment #4
franzkewd commentedI fixed the same problem OP has by disabling 'Aggregate JavaScript Files' (admin/config/development/performance).
Hope it helps.
Cheers.
Comment #5
duozerskfranzkewd,
Thanks for your comment - then this definitely a bug report; will fix it soon.
Thanks
AndyB
Comment #6
duozerskFixed for both D6 and D7; wait for the 1.1 releases (several minutes usually) - it will work just fine with JS aggregation turned on.
Thanks
AndyB
Comment #7
Juan C commentedI just tried the recent 7.x-1.1, got the following error message:
"Notice: Use of undefined constant BLOCK_CACHE_GLOBAL - assumed 'BLOCK_CACHE_GLOBAL' in share42_block_info() (line 29 of /var/www/vhosts/xxx/httpdocs/sites/all/modules/share42/share42.module)."
Thanks for this great module.
Cheers,
Comment #8
duozerskJuan C,
Thanks for a report. Please open a new issue for another issue next time (hope you understand what I'm trying to say here).
The notice you have reported was fixed in this commit - http://drupalcode.org/project/share42.git/commit/94c0dc4 - you can download a snapshot from there if you need the module code without this issue. I won't release another stable version just with this fix - want to wait for some time (usually 2 weeks) for more bug reports.
The hotfix release was just for original major issue affecting the functionality of the module.
I will change this issue properties as they were set previously.
Thanks
AndyB
Comment #9
mholve commentedYep, 7.x-1.1 fixed it. Thanks! :)
Comment #10
hristos commentedI download 6x1.1 but the icons don't appearance again what' happens
Comment #11
duozerskVesela,
I don't really understand what you mean by "again" - please create a new issue for your problem (and explain in detail what you did and how you configured the module, and how exactly the icons are not shown), the one discussed here has been already fixed.
Thanks
AndyB
Comment #12
vmkazakoff commentedI found, that module do not work on local install of drupal. Here the code:
Comment #13
duozerskVladimir,
Thanks for the report. I have created a new issue for your problem cause this one is fixed and your issue is completely different:
http://drupal.org/node/1909862
Please create separate issues for separate problems.
Thanks
AndyB
Comment #14
vmkazakoff commentedOK. Sorry, i supporse that it is the same :)
Comment #15
1biT commentedHI,
I installed the 7.x-1.1 today but unfortunately I have faced this problem. :-(
I have commented the line 29th in share42.module.
/** 'cache' => BLOCK_CACHE_GLOBAL, **/Therefore the problem was solved...I hope.
Could you please explain what this line does?
Thanks & Regards,
1biT
Comment #16
duozerskTibor,
This line had a mistake, corrected by this commit: http://drupalcode.org/project/share42.git/commit/94c0dc4
Basically, this commit changes BLOCK_CACHE_GLOBAL => DRUPAL_CACHE_GLOBAL (the difference in constant naming between Drupal 6 and 7).
I will make a new release soon that fixes it - for now you can use the dev version.
If you have any other concerns please open a new issue. This one is fixed and will stay as fixed, please do not post anything here.
Thanks
AndyB
Comment #17
dianacastillo commentedthe latest version has that bug fixed 7.x-1.3, thanks