I have attached a screenshot for my questions
This topic has 9 replies, 3 voices, and was last updated 1 months, 3 weeks ago ago by Jack Richardson
I have attached a screenshot for my questions
Also, there is a zoom in funciton when i hover over the photos, how do i remove this zoom in?
Hello,
Thank you for reaching out to us.
1/ XStore Builders > Archive Products > Edit template
https://www.8theme.com/documentation/xstore/xstore-builders/xstore-products-archive-builder-with-elementor/
2/ Apperance > Widgets > Shop sidebar content
3/ XStore Builders > Archive Products > Edit template > Archive Products settings – https://prnt.sc/l-RSqPqBWXSZ
Warm Regards,
The 8Theme Team
Is it possible to duplicate the shop page nad have 2 shop pages but one show categories 1-3 and another show categories 4-6?
Hello,
Thank you for reaching out to us.
Could you please provide a live website example with such a configuration, or share more detailed information about your request? This will help us better understand your needs.
Best Regards,
8Theme’s Team
See in screenshot
Also how do i remove the zoom in on photos when i hover over?
Login details
Dear @rayee,
1. The “Filter by Categories” widget operates in AND query mode by default. This means that when you select a category and then click on another one, the filter will add the new category to the URL for redirection, rather than replacing the previous selection.
If you require a different filtering behavior, we recommend using the default WooCommerce Product Categories widget, which may better suit your needs.
Alternatively, if you would like to prevent users from selecting an additional category when one is already selected, you may use the following custom CSS snippet:
.etheme_widget_cats_filter:has(.current-item) li:not(.current-item) a {
pointer-events: none;
}
.etheme_widget_cats_filter:has(.current-item) li:not(.current-item, .etheme_sidebar-widget-list-expand):hover {
cursor: not-allowed;
}
For guidance on where to place custom CSS, please refer to the following documentation:
https://www.8theme.com/documentation/xstore/additional-customisation/optimal-placement-for-custom-css-code/
If you wish to disable multiple categories filters for the Spotlight Categories widget, please refer to the solution provided in this post:
https://www.8theme.com/topic/spotlight-categories-acts-different-if-clicked-once-or-twice/#post-435642
2. Regarding your question about disabling the zoom effect on product images when hovering:
We have already addressed this in a previous response:
https://www.8theme.com/topic/i-have-attached-a-screenshot-for-my-questions/#post-441225
To disable the zoom effect, please edit your Archive page and review the hover effect settings in the Archive Products widget. You can refer to the following screenshot for guidance:
https://prnt.sc/uZQv3zt4ydkm
Currently, the hover effect has been set to “disable” so you may verify that the changes meet your expectations.
Best regards,
The 8Theme Team
You must be logged in to reply to this topic.Log in/Sign up