Hi all,
I upgrades my Phoca Gallery from 2.5x to the matest version.
Now im have issues with the Preview. If I select a Pic and call the Preview then there are strange borders around the navigation buttons. Please have a look here:
http://ifrog-buerstadt.de/muster/index. ... 70&lang=de
I hope someone can help.
Thanks
Nadine
Phoca Gallery Upgrade (Preview shos Border)
-
ifrog
- Phoca Member

- Posts: 12
- Joined: 22 Dec 2009, 00:40
-
ifrog
- Phoca Member

- Posts: 12
- Joined: 22 Dec 2009, 00:40
Re: Phoca Gallery Upgrade (Preview shos Border)
No ideas folks`?!
The issue is still there.
The issue is still there.
-
Ronny
- Phoca Professional

- Posts: 211
- Joined: 03 Nov 2009, 20:31
- Location: Germany
- Contact:
Re: Phoca Gallery Upgrade (Preview shos Border)
Hi Nadine,
I've seen you've already read this thread regarding a similar issue... Did you try to make the setting in the css file as stated by Jan:
border: none
instead of
border: 0px
Or try to set the border color to transparent in the css file?
Regards,
Ronny
I've seen you've already read this thread regarding a similar issue... Did you try to make the setting in the css file as stated by Jan:
border: none
instead of
border: 0px
Or try to set the border color to transparent in the css file?
Regards,
Ronny
-
ifrog
- Phoca Member

- Posts: 12
- Joined: 22 Dec 2009, 00:40
Re: Phoca Gallery Upgrade (Preview shos Border)
Im not so familiar with CSS, but I opnen my Artisteer Zip Folder and there I opned template.css
there i changed the following lines
/* Start images */
a img
{
border: none;
}
I changed it from 0 -> None, but no effect. The border is still there.
there i changed the following lines
/* Start images */
a img
{
border: none;
}
I changed it from 0 -> None, but no effect. The border is still there.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gallery Upgrade (Preview shos Border)
try to add:
a img, img {
border: none;
}
a img, img {
border: none;
}
If you find Phoca extensions useful, please support the project
-
ifrog
- Phoca Member

- Posts: 12
- Joined: 22 Dec 2009, 00:40
Re: Phoca Gallery Upgrade (Preview shos Border)
Hi Jan,
i tried, but no success.
PS: You can see that the Border color is changing by clicking. This is a hint for "hyperlink format"...
Regards
Nadine
i tried, but no success.
PS: You can see that the Border color is changing by clicking. This is a hint for "hyperlink format"...
Regards
Nadine
-
ifrog
- Phoca Member

- Posts: 12
- Joined: 22 Dec 2009, 00:40
Re: Phoca Gallery Upgrade (Preview shos Border)
The issue is not solveable for me, the only solution seems to uninstall the Gallery and install the old version. Where can I find older versions of the component?
Regards
Regards
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca Gallery Upgrade (Preview shos Border)
If you find Phoca extensions useful, please support the project