Home Forums WoodMart support forum products didn’t tile the column when I used the products carousel

products didn’t tile the column when I used the products carousel

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #73386

    [email protected]
    Participant

    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.
    #73392

    Hello,

    Please provide the site admin access.

    Best Regards

    #73398

    [email protected]
    Participant

    the account is below

    #73399

    [email protected]
    Participant

    By the way, pls help solve this problem: THE DISPLAY FORMS ARE DIFFERENT FROM DIFFERNT PAGES’S SIDEBARS on mobilephone I applied before.

    #73416

    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

    #73427

    [email protected]
    Participant

    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.

    #73445

    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

    #73618

    [email protected]
    Participant

    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.
    #73638

    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

    #73659

    [email protected]
    Participant

    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.

    #73678

    Bogdan Donovan
    Keymaster

    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

    #73720

    [email protected]
    Participant

    good, it worked! Thank you!

    #73730

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘products didn’t tile the column when I used the products carousel’ is closed to new replies.