- Posts: 2
- Thank you received: 0
only showing 1 image per frame
- damian aura
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
11 years 5 months ago #6411
by damian aura
only showing 1 image per frame was created by damian aura
When i change Image(s) per frame in the module it still only shows 1.
Please Log in or Create an account to join the conversation.
- Trung Duong
-
- Offline
- Administrator
-
Less
More
- Posts: 2284
- Thank you received: 998
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
Notice: Undefined variable: end_tag_params in /ssd/home/omega_web/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line 2321
11 years 5 months ago #6416 by Trung Duong
Replied by Trung Duong on topic Re: only showing 1 image per frame
can you show me your site url ?
Support email: services(at)omegatheme(dot)com
Follow Us to keep updated!


[img]...[/img]
[img]...[/img]
[img]...[/img]
Please Log in or Create an account to join the conversation.
- damian aura
-
Topic Author
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 0
11 years 5 months ago #6422
by damian aura
Replied by damian aura on topic Re: only showing 1 image per frame
Please Log in or Create an account to join the conversation.
- David Edworthy
-
- Offline
- Fresh Boarder
-
Less
More
- Posts: 2
- Thank you received: 1
11 years 4 weeks ago #7374
by David Edworthy
Replied by David Edworthy on topic Re: only showing 1 image per frame
I found that the default.php file is missing a "float:left;" style.
Here is the file location /modules/mod_ot_clientlogo/tmpl/default.php
Find this:
and change to this:
Worked for me
Here is the file location /modules/mod_ot_clientlogo/tmpl/default.php
Find this:
Code:
<style type="text/css">
.ot-items<?php echo $module->id; ?> .ot-item{
width: <?php echo $sliderWidth;?>px;
height: <?php echo $sliderHeight;?>px;
}
.ot-items<?php echo $module->id; ?> .ot-item .imgitem{
width: <?php echo $itemWidth;?>px;
height: <?php echo $itemHeight;?>px;
text-align: center;
}
</style>
and change to this:
Code:
<style type="text/css">
.ot-items<?php echo $module->id; ?> .ot-item{
width: <?php echo $sliderWidth;?>px;
height: <?php echo $sliderHeight;?>px;
}
.ot-items<?php echo $module->id; ?> .ot-item .imgitem{
width: <?php echo $itemWidth;?>px;
height: <?php echo $itemHeight;?>px;
text-align: center;
float:left;
}
</style>
Worked for me

Please Log in or Create an account to join the conversation.
Time to create page: 0.198 seconds