forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 miscellaneous => Topic started by: kiki29 on October 15, 2015, 12:15:29 pm

Title: Album photo slider broken.
Post by: kiki29 on October 15, 2015, 12:15:29 pm
Okay, I have a problem, since I updated coppermine.

Look first here:  http://joannakrupa.us/gallery/displayimage.php?album=lastup&cat=0&pid=7043#top_display_media  *Not for work*.
Every gallery has under the displayed image a photoslider.

My problem is right now: When I click on left or right, a new photo is loaded, but the old photo covers the button. Ex. I klick on the right button, then the left button will be hidden, from the left photo.

In my options, there are extra 5 photos. BUT no matter how many photos are shown, in the slider, one of the buttons will be covered.
Since I'm not an ass in JavaScprit, I didn't change anything. So, now here is my question: Why?

If there are any codes to post, please tell. I dunnow which I should post :D

Thank you in advance! :)
Title: Re: Album photo slider broken.
Post by: Αndré on October 16, 2015, 04:30:15 pm
I assume it has something to do how your theme is designed:
Code: [Select]
   <tr>
    <td></td>
<td><center>{ADMIN_MENU}</center><br>
<center>{GALLERY}</center></td>
<td></td>
  </tr>


If you need a fixed width for your gallery, I suggest to use the corresponding config option and drop that table construct: http://documentation.coppermine-gallery.net/en/configuration.htm#admin_album_table-width

I haven't tested if it will fix your issue, but I think so. If you need further support, please attach your whole theme as zip file to your next reply, so we can perform some tests ourselves.