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.

Fine in Firefox but not good in the rest!

  • Richard Lee
  • Richard Lee's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago #48289 by Richard Lee
Fine in Firefox but not good in the rest! was created by Richard Lee
Hi! Thumbnails are not showing properly in Safari, Chrome or Explorer though all is well in Firefox. We have checked our permissions and all is good. Using the upto date  Joomla 1.5. If anyone can advise the solution it would be much appreciated. You can check the site at: www.youbeaut.biz/viewimages

thanks

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

More
12 years 7 months ago #48290 by Katia
This is a css conflict with your template.
Just go to plugins/content/jw_sigpro/tmpl/Classic/css/template.css file and change this:
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
display: block;
width: 100%;
height: 100%;
padding: 0;
margin: 0;
border: none;
background-repeat: no-repeat;
background-position: 50% 50%;
}

to this:
ul.sigProClassic li.sigProThumb a.sigProLink img.sigProImg, ul.sigProClassic li.sigProThumb a.sigProLink:hover img.sigProImg {
display: block;
width: 100% !important;
height: 100% !important;
padding: 0;
margin: 0;
border: none;
background-repeat: no-repeat;
background-position: 50% 50%;
}

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

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

  • Richard Lee
  • Richard Lee's Avatar Topic Author
  • Offline
  • New Member
More
12 years 7 months ago - 12 years 7 months ago #48291 by Richard Lee
Replied by Richard Lee on topic Re: Fine in Firefox but not good in the rest!
Thanks Katia. Did exactly what you told me to do in css but so far without success. Perhaps there are caching problems? Will try on someone elses computer. Have not tried Explorer yet but will do so later today. rlee

www.youbeaut.biz/viewimages

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


Powered by Kunena Forum