- Posts: 4
- Thank you received: 0
no images displaying
-
jeel2008
Inactive member - Topic Author
- New Member
Less
More
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 3 months ago #10659
by ivan.milic
Replied by ivan.milic on topic Re: no images displaying
Hi,
this comes from beez template (position.css):
.wrap
{
border: 0;
clear: both;
float: none;
font-size: 1px;
height: 0;
line-height: 1px;
margin: 0;
padding: 0;
visibility: hidden;
}
to fix that add this css:
#slide-runner{
visibility: visible;!important;
}
someware in css
this comes from beez template (position.css):
.wrap
{
border: 0;
clear: both;
float: none;
font-size: 1px;
height: 0;
line-height: 1px;
margin: 0;
padding: 0;
visibility: hidden;
}
to fix that add this css:
#slide-runner{
visibility: visible;!important;
}
someware in css
Please Log in to join the conversation.
Time to create page: 0.162 seconds