• Resolved verolavero

    (@verolavero)


    First I need to say: I love this theme! I#’m using a child theme and all works fine.
    But: is there a way to stop the auto-play of the slideshows on posts with gallery post-format?

Viewing 1 replies (of 1 total)
  • Theme Author Anders Norén

    (@anlino)

    Hi @verolavero,

    Happy to hear it! You can copy the content.php file from Fukasawa to your child theme and remove the following code:

    // Gallery format specific featured media
    elseif ( $post_format == 'gallery' ) : ?>
    
    	<div class="featured-media">
    	
    		<?php fukasawa_flexslider( 'post-thumb' ); ?>
    		
    	</div><!-- .featured-media -->
    
    <?php 

    Doing so will make posts with the gallery format display the same as regular posts on archive pages.

    — Anders

Viewing 1 replies (of 1 total)
  • The topic ‘Stop slideshow on archive pages’ is closed to new replies.