- Posts: 2
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] Bullets with thumbnails
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
[Solved] Bullets with thumbnails
- milodlouhy
- Topic Author
- Offline
- New Member
Less
More
15 years 1 week ago - 14 years 3 weeks ago #30122
by milodlouhy
[Solved] Bullets with thumbnails was created by milodlouhy
I have bullets showing up with thumbnails generated by Simple Image Gallery PRO.
From reading through the forum I'm assuming this is some kind of a CSS conflict but i cannot figure it out.
Please help.
Here is the page:
www.karenswearengen.ca/artwork.html
Thanks much.
From reading through the forum I'm assuming this is some kind of a CSS conflict but i cannot figure it out.
Please help.
Here is the page:
www.karenswearengen.ca/artwork.html
Thanks much.
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
15 years 6 days ago #30123
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Bullets with thumbnails
Sorry but I cannot get access to your page.
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- milodlouhy
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
14 years 11 months ago #30124
by milodlouhy
Replied by milodlouhy on topic Re: Bullets with thumbnails
Here is the page: www.karenswearengen.ca/paintings.html
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 11 months ago #30125
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Bullets with thumbnails
At your reset.css folder you givewhich cause the conflict.
So you may go to Sig pro css folder and specify that every li of Sig pro has styling list-style-type:none;
ul li:list-style-type:disc;
So you may go to Sig pro css folder and specify that every li of Sig pro has styling list-style-type:none;
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- cynthiaconyth
- Offline
- New Member
Less
More
- Posts: 2
14 years 3 weeks ago #30126
by cynthiaconyth
Replied by cynthiaconyth on topic Re: Bullets with thumbnails
I have the same problem. I tried the steps I could mention but I can not fix it. Maybe you are doing something wrong.
My web
www.mp-arquitectura.com.ar/site/index.php?option=com_content&view=article&id=46&Itemid=61
Thanks!
My web
www.mp-arquitectura.com.ar/site/index.php?option=com_content&view=article&id=46&Itemid=61
Thanks!
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 3 weeks ago #30127
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Bullets with thumbnails
This is a conflict with your template different from the previous one...
Go to plugins/content/jw_sigpro/templates/Sleek/template.css folder at line 22
and change this:to this
Go to plugins/content/jw_sigpro/templates/Sleek/template.css folder at line 22
and change this:
li.sig-block a.sig-link, li.sig-block a.sig-link:hover {
background: none repeat scroll 0 0 #000000;
display: block;
margin: 0 auto;
padding: 0;
position: relative;
}
li.sig-block a.sig-link, li.sig-block a.sig-link:hover {
background: none repeat scroll 0 0 #000000 !important;
display: block;
list-style: none outside none !important;
margin: 0 auto;
padding: 0 !important;
position: relative;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- cynthiaconyth
- Offline
- New Member
Less
More
- Posts: 2
14 years 3 weeks ago #30128
by cynthiaconyth
Replied by cynthiaconyth on topic Re: Bullets with thumbnails
Thanks! Now is working ;)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Simple Image Gallery PRO
- [Solved] Bullets with thumbnails