Hi everybody,
looks like a kind of common problem but I wasn't able to find a way to solve this:
sexybookmarks just doesn't show up. Blank!
If I browse the page source I can see the relative code in the place it's supposed to be
[...]
<div id="block-sexybookmarks-0" class="block block-sexybookmarks block-1">
[...]
but still in the browser nothing appears (FF, Chrome)
Also in the admin pages I can see the checkboxes but not the icons!
I tried:
- both stable and dev realese
- different themes
- cache cleaning
but nothing works.
Do you have any thoughts on it? May be a bug?
Thank you!
Comments
Comment #1
aminalid commentedThis happened to me on a multi language drupal instance with language prefix enabled.
Check image file paths in /sites/default/files/css/sexybookmarks.css most likely they will have language prefixes.
Workaround:
- remove all sexybookmarks css files from /sites/default/files/css/
- visit the a sexybookmarks enabled page without a language prefix in the url (in the default language)
- sexybookmarks should recreate the files with the correct paths
Fix:
This will need a patch, will submit it in a few days )
Comment #2
creacendo commentedEnable clean URL's and then disable the sexy bookmarks module and then enable the sexy bookmarks module again. This is the real fix for it!
sexybookmarks.admin.css under sites/default/css if you open that file you will notice that they are probably pointing to the wrong image path for the icons.
Let us know!
PS: I forgot to add to this comment that you MUST set the file permissions to 755 to all files and sub-directories to modules/sexybookmarks/backgrounds folder and the "icons" folder as well.
Comment #3
decipheredCan someone confirm if this is still an issue in the 6.x-2.x branch?
Comment #4
Anonymous (not verified) commentedI'm using the Drupal 7 version and it doesn't seem to create any icons either. Have tried both steps suggested above, but no joy.
The module is creating css and js files in the sites/default/all/sexybookmarks folder (which are set to 755) but as with initial error tyhe page source code only contains the div and no content.
Comment #5
Anonymous (not verified) commentedMine seems to have been a chache problem: the icons have appeared after a day. Does clearing the caches through the drupal interface not clear all of them or something?
Comment #6
shareaholic commentedSexyBookmarks module is no longer being actively maintained. It was a port of Shareaholic for WordPress, and Shareaholic has since released an official Drupal module:
http://drupal.org/project/shareaholic
Please migrate to the official Shareaholic for Drupal module, which has updated buttons, styles, services, 100% mobile-ready and much more! You can learn more here: https://blog.shareaholic.com/drupal-module/
Comment #7
shareaholic commented