Viewing 6 replies - 1 through 6 (of 6 total)
  • Zeus

    (@prabhakaraan)

    goto …\wp-content\themes\sampression-lite\lib\js and find ‘load_content.js’ and delete it!
    you’re done!

    Make sure to backup the deleted file.

    Hi 3×7,
    Go to the script.js file on wp-content\themes\sampression-lite\lib\js\ and change

    if( minHt < ulHt ) {
    	$('#btn-nav-opt').show();
    	$('#primary-nav .sixteen')
    	.animate({ 'height' : ulHt },300,function(){
    		$('#btn-nav-opt').addClass('up');
    	})
    	.delay( 300)
    	.animate({ 'height' : minHt },1000,function(){
    		$('#btn-nav-opt').removeClass('up');
    	});
    }

    to

    if( minHt < ulHt ) {
    	$('#primary-nav .sixteen')
    	.animate({ 'height' : ulHt },300,function(){
    		$('#btn-nav-opt').addClass('up');
    	});
    }

    And let us know if that helps.
    Thanks

    Zeus

    (@prabhakaraan)

    @smapression

    I tried your procedure but not working…

    It works.

    I tested it and it works.
    Thanks.

    Zeus

    (@prabhakaraan)

    @sampression

    I restored load_content.js file and tried your steps several times,

    but not working!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘[Theme: Sampression Lite] How to make filter expanded all time?’ is closed to new replies.