Advanced search  

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]

Pages: [1]   Go Down

Author Topic: Pop UP box for "By date" and "details for hits" to small and not resizeable  (Read 3461 times)

0 Members and 1 Guest are viewing this topic.

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

The Pop UP box for "By date" and "details for hits" to small and not resizeable.

The boxes are opened to small.
I am sure this can be changed somewhere, but as usual I can't find it.

Sorry Andre for all my questions...
So far you have helped me a lot....thank you


Greetings,

Edward
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

Do you want to resize the box itself or its content?

Please post a link to your gallery, as the box opens as expected in my test gallery.
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

www.wildlife-photos.org/cpg132

Check the by date search function and the detail screen of the views.

Edward
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

Your custom theme has set a minimum width, causing that issue:
Quote
body {
    background: #181818 ;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: white;
    margin: 0px;
    padding-top: 0px;
    padding-right: 2%;
    padding-bottom: 15px;
    padding-left: 2%;
   min-width:1120px;

}


It works as expected with e.g. the curve theme: http://www.wildlife-photos.org/cpg132/index.php?theme=curve
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

Yep...

Thanks again  :)
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

One question,

Is there a way to keep the min-width and have a normal size popup ?

Edward
Logged

Αndré

  • Administrator
  • Coppermine addict
  • *****
  • Country: de
  • Offline Offline
  • Gender: Male
  • Posts: 15764

You could add the function pageheader_mini from themes/sample/theme.php to your theme's theme.php file (if it doesn't exist already) and then overwrite the assigned CSS values by adding some other styles here:
Code: [Select]
<body>
Logged

altenae

  • Coppermine frequent poster
  • ***
  • Offline Offline
  • Posts: 254

Oke have it working now.

Thanks
Logged
Pages: [1]   Go Up
 

Page created in 0.019 seconds with 19 queries.