Slider on the catalog page (general shop page)
-
Can I make one title for two columns?
Attachments:
You must be
logged in to view attached files.
How translate? Min and max filter.
Attachments:
You must be
logged in to view attached files.
You can simply remove the second title (leave it empty).
Min and max words can be translated via WooCommerce PO files.
Not found on po file!
Attachments:
You must be
logged in to view attached files.
We meant WooCommerce plugin PO file, not our theme’s one.
Hello! How can I add an additional scrolling block with my content to any page ?!
Attachments:
You must be
logged in to view attached files.
Hi,
Sorry, but there is no such separate element in our theme. It is developed for the single product page only.
Regards
Sorry, but there is no a quick HTML code for this. It requires also CSS and JS modifications.
Hello! How disable on hover effect on category?
Attachments:
You must be
logged in to view attached files.
PS. ZOOM on hover need enable!
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to disable this
.cat-design-default .more-products {
display: none;
}
div.category-grid-item:hover .category-image {
transform: scale3d(1,1,1);
-webkit-transform: scale3d(1,1,1);
}
Regards
Thank… Zoomming need enable. How?
OK, we close the topic if you have solved it.
The topic ‘Slider on the catalog page (general shop page)’ is closed to new replies.