Comments Alia Lopez started the conversationMay 14, 2016 at 3:02amHi! I need the hero slider to loop, it stops at the last slide and to make invisible the main menu (need an horizontal menu). How can I do that? Cheers! Alia 1,974Support repliedMay 16, 2016 at 6:55pmHello Alia,SetanimationLoop: true,in /js/scripts.js line 443, path relative to root theme folder.You can only hide on scroll the side menu in theme options, otherwise having a horizontal menu is complex custom work.ThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyAlia Lopez repliedMay 16, 2016 at 9:30pmHi! thanks for the reply! Made that change for the loop, and indeed makes the loop, but it jumps from the last to the first without sliding (animation), how can i fix it? About the horizontal menu, i`ve already have it, just need the lateral menu to hide. thanks! 1,974Support repliedMay 17, 2016 at 5:32pmHi, I'm not sure about the rewind animation.Here is a complete list of the flexslider optionshttps://github.com/woothemes/FlexSlider/wiki/FlexSlider-Propertiesto hide the left-side menu just ad to theme options -> styling options -> custom css a css to hide the hamburger buttonheader button.hamburger.hamburger-rotate { display: none; }You can do the same with the logo.I wouldn't hide the left side bar though because of layout issues. Use the theme option for autohide on scroll in theme optionsThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyAlia Lopez repliedMay 17, 2016 at 11:50pmHi! Thanks, it seems its a kind of bug of the slider, the loop only works fine if fade is selected. The css works fine, thanks, the sidebars are causing some trouble in responsive, they move forward everything and hide the new menu. thanks! 1,974Support repliedMay 19, 2016 at 9:04pmWell you can hide theme entirely with cssheader{display: none;}.sidebar {display: none;}you may need to also modifying the padding for hero section and inner content container.ThanksThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support PolicyAlia Lopez repliedMay 20, 2016 at 2:40amHi! ok, got it, thank you very much! cheers! Sign in to reply ...
Hi!
I need the hero slider to loop, it stops at the last slide and to make invisible the main menu (need an horizontal menu). How can I do that?
Cheers!
Alia
Hello Alia,
Set
animationLoop: true,
in /js/scripts.js line 443, path relative to root theme folder.
You can only hide on scroll the side menu in theme options, otherwise having a horizontal menu is complex custom work.
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi!
thanks for the reply!
Made that change for the loop, and indeed makes the loop, but it jumps from the last to the first without sliding (animation), how can i fix it?
About the horizontal menu, i`ve already have it, just need the lateral menu to hide.
thanks!
Hi, I'm not sure about the rewind animation.
Here is a complete list of the flexslider options
https://github.com/woothemes/FlexSlider/wiki/FlexSlider-Properties
to hide the left-side menu just ad to theme options -> styling options -> custom css a css to hide the hamburger button
header button.hamburger.hamburger-rotate {
display: none;
}
You can do the same with the logo.
I wouldn't hide the left side bar though because of layout issues. Use the theme option for autohide on scroll in theme options
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi!
Thanks, it seems its a kind of bug of the slider, the loop only works fine if fade is selected.
The css works fine, thanks, the sidebars are causing some trouble in responsive, they move forward everything and hide the new menu.
thanks!
Well you can hide theme entirely with css
header{
display: none;
}
.sidebar {
display: none;
}
you may need to also modifying the padding for hero section and inner content container.
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi!
ok, got it, thank you very much!
cheers!