Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1211424
    Tim
    Participant

    Hi X,

    In the customizer i can set how many posts per page i want in woocommerce. How can i change this amount in mobile?

    http://comhsc-siiksaare.savviihq.com/product-categorie/pompen/graco-husky/

    Thanks!

    #1211582
    Thai
    Moderator

    Hi There,

    Please add the following code under functions.php file locates in your child theme:

    add_filter( 'x_option_x_woocommerce_shop_count', 'change_shop_count_mobile' );
    function change_shop_count_mobile($count){
    	return wp_is_mobile() ? 4 : $count;
    }

    Hope it helps 🙂

    #1211916
    Tim
    Participant

    Works like a charm!

    Thanks Thai!

    #1212033
    Joao
    Moderator

    Glad to hear it,

    Joao

  • <script> jQuery(function($){ $("#no-reply-1211424 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>