ISSUE BREADCRUMBS – "BACK TO PRODUCTS"
-
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.
In fact, it does refresh the page once.
Then nothing
Hi,
Yes, this button just returns one page back in the history. And it will not work when you visit the page directly.
Regards
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
Sorry, but there is no other to improve this function. If you want, we can give you a code to remove it.
Please provide me the code
Here is a code to hide it
.woodmart-products-nav .woodmart-back-btn {
display: none!important;
}
Code is not complete. See what it did.
Attachments:
You must be
logged in to view attached files.
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
The topic ‘ISSUE BREADCRUMBS – "BACK TO PRODUCTS"’ is closed to new replies.