New Landing How can we help? Themeforest Theme Support Dante my page doesn't has this switch function, there is no arrow on it.

Viewing 7 posts - 16 through 22 (of 22 total)
  • Posted in: Dante
  • #279708
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    The arrows are category navigation, it will only navigate between products of the same category. Do you have other products in that category?

    – Kyle

    #279906
    fareurope
    Member
    Post count: 15
    This reply has been marked as private.
    #279908
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    They should be showing, will forward to the developer for you to check

    – Kyle

    #279910
    fareurope
    Member
    Post count: 15

    <?php if (function_exists(‘be_previous_post_link’) && $has_cat != 0) { ?>
    <div class=”product-navigation”>
    <div class=”nav-previous”><?php previous_post_link( ‘%link’, ‘<i class=”ss-navigateright”></i>’, true, ”, ‘product_cat’ ); ?></div>
    <div class=”nav-next”><?php next_post_link( ‘%link’, ‘<i class=”ss-navigateleft”></i>’, true, ”, ‘product_cat’ ); ?></div>
    </div>
    <?php } ?>

    I think the problem in this file: /dante/woocommerce/content-single-product.php

    #280374
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please amend to:

    <?php if (!function_exists('be_previous_post_link') && $has_cat != 0) { ?>
    <div class="product-navigation">
    <div class="nav-previous"><?php previous_post_link( '%link', '<i class="ss-navigateright"></i>', true, '', 'product_cat' ); ?></div>
    <div class="nav-next"><?php next_post_link( '%link', '<i class="ss-navigateleft"></i>', true, '', 'product_cat' ); ?></div>
    </div>
    <?php } ?>
    #280614
    fareurope
    Member
    Post count: 15

    thanks, The problem was solved.

    #280616
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, thanks David!

    – Kyle

Viewing 7 posts - 16 through 22 (of 22 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