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

aminalid’s picture

This 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 )

creacendo’s picture

Enable 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.

deciphered’s picture

Version: 6.x-1.1 » 6.x-2.0-beta1
Status: Active » Postponed (maintainer needs more info)

Can someone confirm if this is still an issue in the 6.x-2.x branch?

Anonymous’s picture

Version: 6.x-2.0-beta1 » 7.x-2.0

I'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.

Anonymous’s picture

Mine 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?

shareaholic’s picture

Issue summary: View changes

SexyBookmarks 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/

shareaholic’s picture

Version: 7.x-2.0 »
Status: Postponed (maintainer needs more info) » Closed (fixed)