Keyword
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.

[Solved] Bullets with thumbnails

  • milodlouhy
  • milodlouhy's Avatar Topic Author
  • Offline
  • New Member
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.

Please Log in or Create an account to join the conversation.

More
15 years 6 days ago #30123 by Katia
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
  • milodlouhy's Avatar Topic Author
  • Offline
  • New Member
More
14 years 11 months ago #30124 by milodlouhy
Replied by milodlouhy on topic Re: Bullets with thumbnails

Please Log in or Create an account to join the conversation.

More
14 years 11 months ago #30125 by Katia
Replied by Katia on topic Re: Bullets with thumbnails
At your reset.css folder you give
ul li:list-style-type:disc;
which 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;

JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)

Please Log in or Create an account to join the conversation.

More
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!

Please Log in or Create an account to join the conversation.

More
14 years 3 weeks ago #30127 by Katia
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:
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;
}
to this
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.

More
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.


Powered by Kunena Forum