- This topic has 3 replies, 3 voices, and was last updated 9 years ago by
Hash.
- AuthorPosts
- March 7, 2016 at 11:09 pm #79
gmay
ParticipantGreat theme 🙂
Good that you’ve added the sidebar layout option but how do you amend it?
Clicking on the images does nothing. Do I have to turn this on somewhere else?
Cheers
March 8, 2016 at 12:00 pm #80Hash
KeymasterHi,
The sidebar setting does not need any settings at all. All you need to do is check the appropriate sidebar and save your post.
If it is not working then please reply back with your website url. Or you can even email us your website detail to support@hashthemes.com so that we can inspect your site and fix the possible issue.
March 8, 2016 at 9:42 pm #90kmartin0916
ParticipantHello,
Love the theme!
How do I slow down the speed of the slider feature?
Thanks!
KendraMarch 9, 2016 at 3:39 pm #92Hash
KeymasterThere is no option to slow down the speed of the slider. But you can change it by modifying the code.
You need to modify js/square-custom.js file and the code to edit is
$('#sq-bx-slider').bxSlider({ 'pager':false, 'auto' : true, 'mode' : 'fade', 'pause' : 5000, 'prevText' : '<i class="fa fa-angle-left"></i>', 'nextText' : '<i class="fa fa-angle-right"></i>', 'adaptiveHeight' : true });
increase the pause value from 5000 to higher number
- AuthorPosts
- You must be logged in to reply to this topic.