Home Forums WoodMart support forum ISSUE BREADCRUMBS – "BACK TO PRODUCTS"

ISSUE BREADCRUMBS – "BACK TO PRODUCTS"

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #103676

    Jeriss Cloud Center
    Participant

    Go to any product of my site without passing by a shop page.
    Just hit directly a product page.

    Once there, click on “Back to products”
    I expected it would bring me to the shop page that is the nearest related to this product. But nothing happens.

    #103677

    Jeriss Cloud Center
    Participant

    In fact, it does refresh the page once.
    Then nothing

    #103707

    Artem Temos
    Keymaster

    Hi,

    Yes, this button just returns one page back in the history. And it will not work when you visit the page directly.

    Regards

    #104134

    Jeriss Cloud Center
    Participant

    So you’re saying that you provide functions that don’t work..

    This should absolutely be improved and make it work when you visit the page directly. Myself as a visitor on my website, I’d find it so silly that there’s a button that doesn’t work..

    Please improve this

    #104163

    Artem Temos
    Keymaster

    Sorry, but there is no other to improve this function. If you want, we can give you a code to remove it.

    #104193

    Jeriss Cloud Center
    Participant

    Please provide me the code

    #104195

    Artem Temos
    Keymaster

    Here is a code to hide it

    .woodmart-products-nav .woodmart-back-btn {
       display: none!important;
    }
    #109438

    Jeriss Cloud Center
    Participant

    Code is not complete. See what it did.

    Attachments:
    You must be logged in to view attached files.
    #109551

    Hello,

    The code provided removes “Back to Products”, however, navigation to previous and next product remains. If you want to remove the whole navigation, replace the code with this one:

    .woodmart-products-nav {
    display:none;
    }

    Or clarify the issue.

    Best Regards

    #109591

    Jeriss Cloud Center
    Participant

    Thanks, point closed

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

The topic ‘ISSUE BREADCRUMBS – "BACK TO PRODUCTS"’ is closed to new replies.