Problem mit dem "New"-Icon | Problem with the "New" icon

Phoca Gallery - image gallery extension
altriper
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 20 Jul 2017, 12:11

Problem mit dem "New"-Icon | Problem with the "New" icon

Post by altriper »

Hallo,
ich habe ein Problem mit dem "New"-Icon: Es wird nur ein Icon im Kopfbereich der Kategorieansicht angezeigt, es müssten aber auf dieser Seite http://www.hgv-altrip.de/index.php/heim ... -1994.html alle Bilder mit dem "New"-Icon gekennzeichnet sein. Weiß jemand die Lösung?
Vielen Dank im Voraus für Eure Bemühungen,
Jürgen

Hello,
I have a problem with the "New" icon: It is only one icon in the header of Categoryview displayed, but it would have on this site http://www.hgv-altrip.de/index.php/heim ... -1994.htmlall the pictures with the "New" icon to be labeled. Does anyone know the solution?
Thank you in advance for your efforts,
Jürgen

Tags:
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Problem mit dem "New"-Icon | Problem with the "New" icon

Post by christine »

Hallo Jürgen,

according this here:

#phocagallery div.pg-box1 img.pg-img-ovr1 {
position: absolute;
top: 3px;
left: 3px;
bottom: 10px !important;
}
> position: absolute;
I'm not sure, but if you change it to: relative; then it' should be better. In addition maybe you have to change box size too: See here:
viewtopic.php?f=1&t=58008

Kind regards, Christine
altriper
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 20 Jul 2017, 12:11

Re: Problem mit dem "New"-Icon | Problem with the "New" icon

Post by altriper »

Hello Christine,
thank you for your help, your solution has brought me on the right path:
#phocagallery div.pg-box1 {
position: relative;
top: 3px;
left: 3px;
}
#phocagallery img.pg-img-ovr1 {
position: absolute;
top: 3px;
left: 3px;
}

http://www.hgv-altrip.de/index.php/heim ... eiten.html
Best regards and have a nice weekend
Jürgen
christine
Phoca Hero
Phoca Hero
Posts: 2819
Joined: 28 Nov 2010, 17:20

Re: Problem mit dem "New"-Icon | Problem with the "New" icon

Post by christine »

Hallo Jürgen,

thank you for "splitting" the code :twisted: It's absolutely relative solution 8)
Wish you also a nice weekend,

Kind regards, Christine
Post Reply