Home Forums Square Amending the sidebar layout

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #79
    gmay
    Participant

    Great 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

    #80
    Hash
    Keymaster

    Hi,

    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.

    #90
    kmartin0916
    Participant

    Hello,

    Love the theme!

    How do I slow down the speed of the slider feature?

    Thanks!
    Kendra

    #92
    Hash
    Keymaster

    There 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.