Images in Wrong Place Images in Wrong Place
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Images in Wrong Place

Started by UKFSR, June 01, 2004, 12:45:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

UKFSR

I wonder if someone could take a look at my gallery. The installation went perfect and adding the images is fine. However when I go to view an image the arrows and icons are all over the page. If I move my mouse over the respective arrow (eg next icon) it jumps back into place. All theimages jump into place when they are hovered over.

Anone got any ideas. http://www.ukfsr.co.uk/gallery/

TIA

hyperion

What parts of the theme did you modify?  
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

UKFSR

I havnt made any changes to the theme at all. Its just a fresh install. This is what puzzles me.

moorey

It looks fine to me on my Safari, Mac.

hyperion

IE is being silly and not moving the icons when it resizes the table.


Try changing the Thumbnail aspect in the Congif Console to Max aspect.  Let us know if that helps to solve the problem.
"Then, Fletch," that bright creature said to him, and the voice was very kind, "let's begin with level flight . . . ."

-Richard Bach, Jonathan Livingston Seagull

(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.mozilla.org%2Fproducts%2Ffirefox%2Fbuttons%2Fgetfirefox_small.png&hash=9f6d645801cbc882a52f0ee76cfeda02625fc537)

UKFSR

Mmm, tried that and its still the same. Why is it the small things that get on your nerves so much. Any more suggestions would be welcome. There must be some other users having or had a similar problem.

Joachim Müller

ok, let's try this step by step: from the unmodified coppermine package you downloaded, unzip the theme folder "rainy_day" to some temporary folder on your hard drive, rename it to "rainy_day_original" and upload it to your webserver into your themes folder within coppermine. If you have done so, please post again. We'll then compare the two outputs with a difference viewer to find out about the differences.

GauGau

UKFSR

OK I have done that and its still the same. I have made no changes to any of the skins whatsover. They are all standard skins.

Joachim Müller

as far as I can see this only happens with the rainy_day theme. If you can, I suggest you just use another theme (like default) - although it's a complete mystery why this happens. Please make a copy of your file "/themes/rainy_day/theme.php", put it into a zip file and attach it to your next posting (using "Additional options" at the bottom of the screen when composing a message on this board), so I can diff-view it.

GauGau

UKFSR

OK I have changed it to a different theme. Pity as I really like the rainy day theme. I have attached it as required and hope you see something wrong. If so I look forward to a fix. I appreciate your help on this also. Thanks.

[attachment deleted by admin]

Joachim Müller

the files are really identical - I can't think of a reason why this happens, sorry...

GauGau

UKFSR

Wierd. If I had messed with them I could understand it but they seem to work elsewhere. I guess its just an incompatible skin.

ant

I'm having the same exact problem with the icons - they show up layered on top of the image, and when i mouseover they move to where they're supposed to be.

Tranz

I had the same thing happen to my theme that I'm renovating. It was a puzzler since the navmenu rules were the same in the old and new versions of style.css. I cleared out the navmenu declaration blocks and put them back in until I found the culprit. It was due to this:
.navmenu a {

       position: relative;


I guess there is a change elsewhere that affected the placement of an element that navmenu was depending upon for its positioning. So the solution is to delete or comment out:

       position: relative;