Home Forums WoodMart support forum slider item set in mobile view

slider item set in mobile view

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #214076

    tface
    Participant

    Now showing 1 product in media 567 (see attached image), we want to change the number of product in the slider,
    so, please help us how can change this setting

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

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    What slider do you use? How many products do you want?

    Please provide the site admin access to the private area I will check the settings and suggest.

    Best Regards

    #214903

    tface
    Participant

    we want to change the 1 item product in the slider 479 media

    #215000

    Hello,

    I cannot catch the problem. Do you get any errors when you edit slider or you need the instructions? If you need the instructions, here are the documentation for the WoodMart slider: https://xtemos.com/docs/woodmart/woodmart-slider/

    Here is the documentation for Slider Revolution: https://revolution.themepunch.com/joomla/documentation/

    Please clarify what kind of help you need.

    Best Regards

    #215457

    tface
    Participant

    I am not saying about Slider Revolution.
    I an saying about product item slider.

    ex. top product in demo home page

    #215593

    Hello,

    Please provide a page URL where I can see this? I am checking the home page https://prnt.sc/trlwrx and there two products on tablet and mobile.

    Best Regards

    #216462

    tface
    Participant

    we need in size 1 product see screenshort

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

    Hello,

    You need to set 1 product in the Theme Settings > Shop page > Product grid https://prnt.sc/ttx54i

    Best Regards

    #216539

    tface
    Participant

    This process already i konw it…

    i need product item below step how can manage

    1199 to 768 media in product item 3

    767 to 480 media in product item 2

    479 media in product item 1

    #216603

    Hello,

    By means of the custom code, we provide blow it is possible to change the number of the products in the way it is, however, the width cannot be changed. Please add this code to the functions.php of the child theme.

    add_filter(
       'woodmart_products_shortcode_custom_sizes',
       function() {
          return array(
             'desktop'          => 4,
             'tablet_landscape' => 3,
             'tablet'           => 2,
             'mobile'           => 1,
          );
       }
    );

    This code would be applied globally for all the Product elements.

    Best Regards

    #216645

    tface
    Participant

    Your mobile view size is 575px but i want to 479px…..

    I want to all size of desktop, tablet_landscape, tablet, mobile…..

    #216663

    Hello,

    As I have mentioned above this is not possible, unfortunately.

    Best Regards

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