Hi guys,
I have some problem with Phoca Map Plugin when i want to publish map in my article it looks like that:
i don't have this problem when i use menu position from component.
I'm using YourShop Template by Gavick - Joomla 2.5
Thanks 4 help!
Map elements looking ugly (only when show by plugin)
-
- Phoca Newbie
- Posts: 2
- Joined: 25 Dec 2012, 15:52
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Map elements looking ugly (only when show by plugin)
Hi, do you get the same problem if you will use standard template?
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 2
- Joined: 25 Dec 2012, 15:52
Re: Map elements looking ugly (only when show by plugin)
I found solution! Everything you need to is:
change in k2.css:
to:
this background making it ugly
change in k2.css:
Code: Select all
.itemFullText img { padding:2px; background:#fff; margin:4px; border:1px solid #ccc; }
Code: Select all
.itemFullText img { padding:2px; margin:4px; border:1px solid #ccc; }
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Map elements looking ugly (only when show by plugin)
Ok
If you find Phoca extensions useful, please support the project