products didn’t tile the column when I used the products carousel
-
I used the products(grip or carousel) to make the products slider automately, but It sound it didn’t work well.
The product didn’t tile the column, and the title didn’t pose in the center of the column.
Attachments:
You must be
logged in to view attached files.
Hello,
Please provide the site admin access.
Best Regards
By the way, pls help solve this problem: THE DISPLAY FORMS ARE DIFFERENT FROM DIFFERNT PAGES’S SIDEBARS on mobilephone I applied before.
Hello,
I have checked the Product grid element it works well: https://gyazo.com/b73bc5c7e508d5ebcee3c927b4900957
Please refer to the instructions provided here: https://xtemos.com/docs/woodmart/faq-guides/product-grid-carousel-element/
Pay attention to the number of items on the page because if you set three or two and at the same time you set 8 items in the slider, the slider will not automatically rotate as it has not items enough.
THE DISPLAY FORMS ARE DIFFERENT FROM DIFFERNT PAGES’S SIDEBARS on mobilephone
Please provide the screenshot.
Best
It worked after seting the value of the items per page and slides per view to a same value.
And I want to know make the tile to the center of the column.
Hello,
It is possible to do with custom CSS:
.vc_carousel_container .element-title{
margin-left: 10px;
margin-right: 10px;
text-align: center;
}
Add this code to the Theme Settings > Custom CSS
Best Regards
The screenshot for this : THE DISPLAY FORMS ARE DIFFERENT FROM DIFFERNT PAGES’S SIDEBARS on mobilephone
Attachments:
You must be
logged in to view attached files.
Hello,
Please navigate to Theme settings > General layout as well as Theme Settings > Shop > Sidebar and page title and enable “Sticky off canvas sidebar button”
Sticky off canvas sidebar button http://prntscr.com/kl9bwb
Best Regards
It just worked when I slidered down the page. And It still shows these words “三 SHOW SIDERBAR”, I want make these word gone, and make it shows as it shows on cunstom page when you use phone to view it.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
a.woodmart-sticky-sidebar-opener {
pointer-events: visible;
pointer-events: unset;
opacity: 1;
-webkit-transform: none;
transform: none;
}
.woodmart-show-sidebar-btn {
display: none!important;
}
Regards
good, it worked! Thank you!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘products didn’t tile the column when I used the products carousel’ is closed to new replies.