New Landing How can we help? Themeforest Theme Support Neighborhood View All Products Issue

Viewing 10 posts - 1 through 10 (of 10 total)
  • #67112
    redblox
    Member
    Post count: 4

    Hi,

    I looked around on the support forum but I couldn’t find any solutions.

    When I click on view all on the shop page I receive a 404 page. This issue is only caused when I’m on any page other than the first page of shop. I believe that this is a URL issue because when I delete “page/2/” from the URL the problem is fixed.

    So instead of this “http://neighborhood.swiftideas.net/shop/page/2/?show_products=61” it should be this “http://neighborhood.swiftideas.net/shop/?show_products=61”

    This issue is also present in the demo website.

    Please advise.

    #67361
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please make sure you are using the latest version of the theme, pretty sure this was fixed ๐Ÿ™‚

    – Kyle

    #67485
    redblox
    Member
    Post count: 4

    Hi Kyle,

    I am running WordPress 3.8.3, Neighborhood 1.68 and WooCommerce 2.1.7 but the issue is still present. I don’t know if the demo website is running the latest version but it has the exact same problem.

    #67513
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok I will forward this to the developer, hopefully he will be able to provide a fix for you.

    – Kyle

    #67516
    redblox
    Member
    Post count: 4

    Thank you, Kyle.

    #67596
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok ๐Ÿ™‚ .

    With Best Regards
    Swift Ideas

    #67833
    redblox
    Member
    Post count: 4

    No worries I fixed the problem myself.

    Here is what I did

    In result-count.php \\ neighborhood > woocommerce > loop > result-count.php

    On line 58 replace this code:

    <a href="?show_products=<?php echo $total;?>"><?php _e("All", "swiftframework"); ?></a>

    With this:

    <?php if (is_paged()) : ?>
    <a href="../../?show_products=<?php echo $total;?>"><?php _e("All", "swiftframework"); ?></a>
    <?php else: ?>
    <a href="?show_products=<?php echo $total;?>"><?php _e("All", "swiftframework"); ?></a>
    <?php endif; ?>

    and that should fix the problem!

    Best,

    #68087
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad ๐Ÿ™‚ that issue resolved .
    Thanks
    With Best Regards
    Swift Ideas

    #111374
    Wintermute
    Member
    Post count: 31

    This bug is still present in the current version of the theme (1.91). Why hasn’t this solution been integrated into the theme yet?

    #111375
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    We’ve implemented a better solution, which includes the current filters etc. This will be sorted in the v1.92 update.

    Send me an email via: http://themeforest.net/user/swiftideas if you’d like the zip in advance.

    – Ed

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

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

License required for the following item
Login and Registration Log in · Register