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
Problem mit dem "New"-Icon | Problem with the "New" icon
-
- Phoca Newbie
- Posts: 2
- Joined: 20 Jul 2017, 12:11
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Problem mit dem "New"-Icon | Problem with the "New" icon
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
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
-
- Phoca Newbie
- Posts: 2
- Joined: 20 Jul 2017, 12:11
Re: Problem mit dem "New"-Icon | Problem with the "New" icon
Hello Christine,
thank you for your help, your solution has brought me on the right path:
Jürgen
thank you for your help, your solution has brought me on the right path:
Best regards and have a nice weekend#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
Jürgen
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Problem mit dem "New"-Icon | Problem with the "New" icon
Hallo Jürgen,
thank you for "splitting" the code It's absolutely relative solution
Wish you also a nice weekend,
Kind regards, Christine
thank you for "splitting" the code It's absolutely relative solution
Wish you also a nice weekend,
Kind regards, Christine