New Landing How can we help? Themeforest Theme Support Neighborhood View all ( product list page does not work)

Viewing 5 posts - 1 through 5 (of 5 total)
  • #27036
    brianleejackson
    Member
    Post count: 16

    The “View All” is not showing all the products.
    http://vaughndeheart.com/shop

    The store currently has 38 published products.

    Menu : View 24/48/All

    If you click on “All” it doesn’t show all of them. However if you click on 48 it does… something is wrong with the look-up.

    Thank you

    #27425
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Go to wp-content\themes\neighborhood\woocommerce\loop\result-count.php in #41 you found something like this.

    <a class="show-products-link" href="?show_products=24">24</a>/<a class="show-products-link" href="?show_products=48">48</a>/<a class="show-products-link" href="<?php echo $shop_page_url; ?>?show_products=<?php echo $total;?>">All</a>

    change that to.

    
    <a class="show-products-link" href="?show_products=24">24</a>/<a class="show-products-link" href="?show_products=48">48</a>/<a  class="show-products-link" href="?show_products=<?php echo $total;?>">All</a>

    Let me know, what you got.

    Thanks,
    laranz.

    #27426
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    I also report this to the developer for the future update.

    Thanks,
    laranz.

    #27446
    brianleejackson
    Member
    Post count: 16

    This is what was there….

    <p class="woocommerce-show-products">
    		<span><?php _e("View", "swiftframework"); ?> </span>
    		<a class="show-products-link" href="?show_products=24">24</a>/<a class="show-products-link" href="?show_products=48">48</a>/<a  class="show-products-link" href="<?php echo $shop_page_url; ?>?show_products=<?php echo $total;?>"><?php _e("All", "swiftframework"); ?></a>
    	</p>

    I replaced with what you said above and it works great now.

    Thanks!

    #27695
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Glad it works 🙂

    Let me know, if you have any other questions.

    Thanks,
    laranz.

Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register