Home Forums WoodMart support forum Slider on the catalog page (general shop page)

Slider on the catalog page (general shop page)

Viewing 15 posts - 31 through 45 (of 45 total)
  • Author
    Posts
  • #25570

    FreeRiderNSK
    Participant

    Can I make one title for two columns?

    Attachments:
    You must be logged in to view attached files.
    #25572

    FreeRiderNSK
    Participant

    How translate? Min and max filter.

    Attachments:
    You must be logged in to view attached files.
    #25578

    Artem Temos
    Keymaster

    You can simply remove the second title (leave it empty).

    Min and max words can be translated via WooCommerce PO files.

    #25584

    FreeRiderNSK
    Participant

    Not found on po file!

    Attachments:
    You must be logged in to view attached files.
    #25587

    Artem Temos
    Keymaster

    We meant WooCommerce plugin PO file, not our theme’s one.

    #26234

    FreeRiderNSK
    Participant

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

    Artem Temos
    Keymaster

    Hi,

    Sorry, but there is no such separate element in our theme. It is developed for the single product page only.

    Regards

    #26268

    FreeRiderNSK
    Participant

    HTML CODE?

    #26272

    Artem Temos
    Keymaster

    Sorry, but there is no a quick HTML code for this. It requires also CSS and JS modifications.

    #26605

    FreeRiderNSK
    Participant

    Hello! How disable on hover effect on category?

    Attachments:
    You must be logged in to view attached files.
    #26607

    FreeRiderNSK
    Participant

    PS. ZOOM on hover need enable!

    #26635

    Artem Temos
    Keymaster

    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

    #26683

    FreeRiderNSK
    Participant

    Thank… Zoomming need enable. How?

    #26684

    FreeRiderNSK
    Participant

    sorry. figured out

    #26697

    Artem Temos
    Keymaster

    OK, we close the topic if you have solved it.

Viewing 15 posts - 31 through 45 (of 45 total)

The topic ‘Slider on the catalog page (general shop page)’ is closed to new replies.