Sivel.net Forum

Support forum for Sivel.net

You are not logged in.

Announcement

The Sivel.net support forums have been shutdown in favor of the WordPress.org Support Forums. This forum will remain online in a read only state for archival purposes. Please use the following links to navigate to the WordPress.org Support Forum for each specific plugin.

#1 2009-08-27 08:37:04

hyperarts
New member
Registered: 2009-08-27
Posts: 2

How do I remove "cancel"? And arrow nav isn't visible...

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

 

#2 2009-08-27 14:30:06

mdmartz
Administrator
Registered: 2008-08-16
Posts: 230
Website

Re: How do I remove "cancel"? And arrow nav isn't visible...

It doesn't show the next/prev links as your rel attributes aren't correct.

You seem to be using:

Code:

rel="shadowbox-js[51]"

whereas is should be:

Code:

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

 

#3 2009-08-27 16:16:39

hyperarts
New member
Registered: 2009-08-27
Posts: 2

Re: How do I remove "cancel"? And arrow nav isn't visible...

Thanks! That worked fine.

To get rid of cancel, I just removed that bit of code from the php file.

Cheers.

Offline

 

#4 2009-09-02 15:53:16

DT
New member
Registered: 2009-09-02
Posts: 2

Re: How do I remove "cancel"? And arrow nav isn't visible...

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

 

#5 2009-09-03 12:52:02

DT
New member
Registered: 2009-09-02
Posts: 2

Re: How do I remove "cancel"? And arrow nav isn't visible...

Found the solution in another forum. Works.
Insert #sb-loading a{display:none;} into shadowbox.css

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2008 PunBB