Problem with slide show Problem with slide show
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

Problem with slide show

Started by B737Capt, October 02, 2004, 08:04:09 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

B737Capt

I have two problems with slide show.

1. I can't see the "STOP SLIDESHOW" link at the bottom unless my curser is over it.  Is the color for this in CSS(probably)?  If so which one controls that link?

2. There is a very large amount of empty space above and below the pictures in slide show.  Where can I fix this problem?

Casper

1.  It is the 'navmenu' class.  if you don't want to change it for other navmenu items, find this code in displayimage.php, and change the class;
<td align="center" class="navmenu" style="white-space: nowrap;">
                        <a href="javascript:endSlideShow()" class="navmenu">{$lang_display_image_php['stop_slideshow']}</a>
                </td>


2.  http://forum.coppermine-gallery.net/index.php?topic=2905.msg12870#msg12870

Note for future, we have a 1 question per thread rule.
It has been a long time now since I did my little bit here, and have done no coding or any other such stuff since. I'm back to being a noob here