- Posts: 75
- Thank you received: 0
Hot Swipe Corousel problem in Hot Startup
-
underground1
Inactive member - Topic Author
- Member
Less
More
9 years 2 months ago - 9 years 2 months ago #45959
by underground1
Hot Swipe Corousel problem in Hot Startup was created by underground1
Hello,
when you open a page for the first time Hot Swipe Corousel is not as tall as it should be. Screenshot of "bug" is attached. When you refresh it, everything (height) is ok.
Live site: alivetraining.si
Please help.
when you open a page for the first time Hot Swipe Corousel is not as tall as it should be. Screenshot of "bug" is attached. When you refresh it, everything (height) is ok.
Live site: alivetraining.si
Please help.
Last edit: 9 years 2 months ago by underground1.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
9 years 2 months ago #45961
by milos
Replied by milos on topic Hot Swipe Corousel problem in Hot Startup
Hello,
On my computer, the height of the slider is always the same in Chrome. However, in Safari (latest version) it's always thin. Try removing "floating" class from top row (I see you don't use it).
Regards
On my computer, the height of the slider is always the same in Chrome. However, in Safari (latest version) it's always thin. Try removing "floating" class from top row (I see you don't use it).
Regards
Please Log in to join the conversation.
-
underground1
Inactive member - Topic Author
- Member
Less
More
- Posts: 75
- Thank you received: 0
9 years 2 months ago #45962
by underground1
Replied by underground1 on topic Hot Swipe Corousel problem in Hot Startup
I have removed floating from class "logorow floating one" but still the same so this is not the solution.
The problem was/is in all three browsers but it is hard to recreate it in any of them except Safari.
The problem was/is in all three browsers but it is hard to recreate it in any of them except Safari.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
9 years 2 months ago - 9 years 2 months ago #45963
by milos
Replied by milos on topic Hot Swipe Corousel problem in Hot Startup
Try adding this in template_css.css file:
Code:
.hot_swipe_carousel_slides img {
height: 543px;
}
Last edit: 9 years 2 months ago by milos.
Please Log in to join the conversation.
-
underground1
Inactive member - Topic Author
- Member
Less
More
- Posts: 75
- Thank you received: 0
9 years 2 months ago - 9 years 2 months ago #45964
by underground1
Replied by underground1 on topic Hot Swipe Corousel problem in Hot Startup
That fixes but it is not ok on smaller monitors because the slide is corupted (image attached)
Last edit: 9 years 2 months ago by underground1.
Please Log in to join the conversation.
-
milos
Support Staff - Moderator
Less
More
- Posts: 6742
- Thank you received: 715
9 years 2 months ago - 9 years 2 months ago #45965
by milos
Replied by milos on topic Hot Swipe Corousel problem in Hot Startup
Yes, it was a bad idea. Please delete the height from CSS file. Instead, try this: Edit file /modules/mod_hot_swipe_carousel/tmpl/default.php and near the end of this file, change this line :
to this:
Code:
autoPlay: <?php echo $pauseTime; ?>
to this:
Code:
autoPlay: <?php echo $pauseTime; ?>,
imagesLoaded: true
Last edit: 9 years 2 months ago by milos.
The following user(s) said Thank You: underground1
Please Log in to join the conversation.
Time to create page: 0.233 seconds