- Posts: 4
COMMUNITY FORUM
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.
Thumbs not displaying right
- trevor4370
- Topic Author
- Offline
- New Member
Less
More
14 years 6 months ago #33674
by trevor4370
Thumbs not displaying right was created by trevor4370
I think this is CSS issue, ansd more to do with my template, but I have to start somewhere.
www.rollthedicerun.com.au/index.php?option=com_content&view=article&id=19:2010-photo-gallery-&catid=2:gallery-
Displays OK in FireFox - but not in IE.
I did have Simple Gallery (not pro version) installed and everything seemed OK, but once I installed the pro version I got problems with thumbnail display.
Any ideas?
www.rollthedicerun.com.au/index.php?option=com_content&view=article&id=19:2010-photo-gallery-&catid=2:gallery-
Displays OK in FireFox - but not in IE.
I did have Simple Gallery (not pro version) installed and everything seemed OK, but once I installed the pro version I got problems with thumbnail display.
Any ideas?
Please Log in or Create an account to join the conversation.
- Yiota
- Visitor
14 years 6 months ago #33675
by Yiota
Replied by Yiota on topic Re: Thumbs not displaying right
Could you please read the following post:
forum.joomlaworks.net/simple-image-gallery-pro-%28plugin%29/image-gallery-pro-internet-explorer/
Please Log in or Create an account to join the conversation.
- JBRODIER
- Offline
- New Member
Less
More
- Posts: 3
14 years 6 months ago #33676
by JBRODIER
Replied by JBRODIER on topic Re: Thumbs not displaying right
Hi
I recently bought sig_pro, and I had the same probleme than other guys : conflic problem with other css.
A applied a correction :
=> it worked for the 3 first templates, but not for the "sleek" template : images are not centered.
here is a dummy website (for testing) :
johann.servepics.com/joomla
I do not find where the problem is. someone can help me ?
I recently bought sig_pro, and I had the same probleme than other guys : conflic problem with other css.
A applied a correction :
li.sig-block { float:left !important; background:none !important;}
li.sig-block span.sig-link-innerwrapper {margin:0; background:#fff;}
=> it worked for the 3 first templates, but not for the "sleek" template : images are not centered.
here is a dummy website (for testing) :
johann.servepics.com/joomla
I do not find where the problem is. someone can help me ?
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 6 months ago #33677
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Thumbs not displaying right
Your link leads to an error...
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JBRODIER
- Offline
- New Member
Less
More
- Posts: 3
14 years 6 months ago #33678
by JBRODIER
Replied by JBRODIER on topic Re: Thumbs not displaying right
there is no error in this link... ???
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 6 months ago #33679
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Thumbs not displaying right
I have just checked it out and sleek template works just fine...
And the pop ups are centered...
And the pop ups are centered...
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- JBRODIER
- Offline
- New Member
Less
More
- Posts: 3
14 years 5 months ago #33680
by JBRODIER
Replied by JBRODIER on topic Re: Thumbs not displaying right
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
14 years 5 months ago #33681
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Thumbs not displaying right
This is a css conflict...
Just go to templates/rosebonbon/css/style.css file at line 1084
and remove the margin you have given:
.article img, img.article {
border:0 solid #BDB7BC;
margin:1em;
}
Just go to templates/rosebonbon/css/style.css file at line 1084
and remove the margin you have given:
.article img, img.article {
border:0 solid #BDB7BC;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.