Forum Replies Created

Viewing 10 posts - 5,671 through 5,680 (of 6,341 total)
  • Author
    Posts
  • in reply to: Gallery in post #1864

    You must set the featured image for the gallery format post, then it will looks like the first big picture on my demo.

    in reply to: If the blog would be in homepage it would be perfect #1863
    You must have valid license to access this content.
    in reply to: Shortcode Within a Shortcode #1862
    You must have valid license to access this content.
    in reply to: Portfolio Gallery Breaks on Resize #1861
    You must have valid license to access this content.
    in reply to: Additional Codes break down the script #1860
    You must have valid license to access this content.
    in reply to: Creating Multiple Home Pages #1847
    You must have valid license to access this content.
    in reply to: Creating Multiple Home Pages #1846
    You must have valid license to access this content.
    in reply to: Creating Multiple Home Pages #1845
    You must have valid license to access this content.
    in reply to: Center content in Slider #1844

    For disable the auto play, you should edit jquery.simplekey.js file which is under “js” folder, find the following code if you mean top slider

    /*Top slider*/
       $('#featured').flexslider({
    	   slideshowSpeed: slidePlayingSpeed,
    	   animationSpeed: slideTransitionSpeed,
    	   pauseOnHover: true,
    	   video: true,
    	   keyboard: true,
    	   multipleKeyboard: true
       });

    Replace it to

    /*Top slider*/
       $('#featured').flexslider({
    	   slideshowSpeed: slidePlayingSpeed,
    	   animationSpeed: slideTransitionSpeed,
    	   pauseOnHover: true,
    	   video: true,
    	   keyboard: true,
    	   multipleKeyboard: true,
               animationLoop: false
       });
    in reply to: Center content in Slider #1843

    The content is already aligned to center now, I’m not sure which slider you mean? Did you mean the top slider on the home page?

Viewing 10 posts - 5,671 through 5,680 (of 6,341 total)