Support forum for Sivel.net
You are not logged in.
I'm using shadowbox-js with the Gallery Plus plugin, in the WPFolio theme, in Wordpress 2.8.4.
Site:
http://socialmedia.hyperarts.com/artblog/
The popup image shows "cancel" at the top center when it loads.
Also, there is no arrow navigation to the next image, just the "close" link.
I've scoured the options for shadowbox but can't see where to affect this.
Thanks for any assistance!
Offline
It doesn't show the next/prev links as your rel attributes aren't correct.
You seem to be using:
rel="shadowbox-js[51]"
whereas is should be:
rel="shadowbox[51]"
The [51] is of course just an example taken from one of your pages.
Notice that it is just "shadowbox" and not "shadowbox-js".
As for the cancel link, that is normal, but if you don't want it you would have to add CSS styling to hide it. I won't go into that as it is outside of the scope of this plugin.
Offline
Thanks! That worked fine.
To get rid of cancel, I just removed that bit of code from the php file.
Cheers.
Offline
I also need to remove the "cancel" text and am running the same specs as hyperarts. Which bit of php code needs to be removed and in which file? Thanks.
Offline
Found the solution in another forum. Works.
Insert #sb-loading a{display:none;} into shadowbox.css
Offline