- Posts: 8
- Thank you received: 0
Horizontal scroll
-
cacauRio
Inactive member - Topic Author
- New Member
Less
More
11 years 9 months ago #27525
by cacauRio
Horizontal scroll was created by cacauRio
Can I have an horizontal scroll instead of the vertical one?
If so, where do I have to configure it?
If so, where do I have to configure it?
Please Log in to join the conversation.
-
cacauRio
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 9 months ago #27526
by cacauRio
Replied by cacauRio on topic Horizontal scroll
Where can I change the size of the slideshow module?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27545
by ivan.milic
Replied by ivan.milic on topic Horizontal scroll
That is "HOT Responsive Slideshow" module in Module manager, but you can not change it's size directly it depends on image and text/image ration in slot settings
Please Log in to join the conversation.
-
cacauRio
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
11 years 9 months ago #27560
by cacauRio
Replied by cacauRio on topic Horizontal scroll
I asked for the horizontal scroll of the role page, not the module.
For the slideshow, that is another question, I want to reduce its height.
There two diferents questions.
For the slideshow, that is another question, I want to reduce its height.
There two diferents questions.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
11 years 9 months ago #27571
by ivan.milic
Replied by ivan.milic on topic Horizontal scroll
Open :
modules\mod_hot_responsive_slideshow\tmpl\default.php
see this script:
change it to this:
modules\mod_hot_responsive_slideshow\tmpl\default.php
see this script:
Code:
jQuery(window).load(function() {
jQuery('.flexslider').flexslider({
animation: "<?php echo $transitionEffect; ?>",
controlsContainer: ".flexslider-container",
slideDirection: "<?php echo $slideDirection; ?>",
slideshow: <?php echo $autoSlideShow; ?>,
slideshowSpeed: <?php echo $pauseTime; ?>,
animationDuration: <?php echo $animSpeed; ?>,
directionNav: <?php echo $directionNav; ?>,
controlNav: <?php echo $controlNav; ?>,
randomize: <?php echo $randomize; ?>
});
});
change it to this:
Code:
jQuery(window).load(function() {
jQuery('.flexslider').flexslider({
animation: "<?php echo $transitionEffect; ?>",
controlsContainer: ".flexslider-container",
slideDirection: "<?php echo $slideDirection; ?>",
slideshow: <?php echo $autoSlideShow; ?>,
slideshowSpeed: <?php echo $pauseTime; ?>,
animationDuration: <?php echo $animSpeed; ?>,
directionNav: <?php echo $directionNav; ?>,
controlNav: <?php echo $controlNav; ?>,
randomize: <?php echo $randomize; ?>,
slideDirection:"vertical"
});
});
Please Log in to join the conversation.
-
JohnSmithers
Inactive member - Member
Less
More
- Posts: 40
- Thank you received: 0
11 years 9 months ago #27715
by JohnSmithers
Replied by JohnSmithers on topic Horizontal scroll
Hello again
My horizontal scroll has stopped working on the welcome section. It directs to the "header1" module instead of the welcome page.What should I try?
Thanks for all you help so far.
My horizontal scroll has stopped working on the welcome section. It directs to the "header1" module instead of the welcome page.What should I try?
Thanks for all you help so far.
Please Log in to join the conversation.
Time to create page: 0.164 seconds