Home Forums WoodMart support forum 2 column in mobile not working

2 column in mobile not working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #155999

    bego
    Participant

    Hi,
    I researched the support forum and added this to the functions.php file in Child:

    function woodmart_get_owl_items_numbers( $slides_per_view ) {
    $items = array();
    $items[‘desktop’] = ( $slides_per_view > 0 ) ? $slides_per_view : 1;
    $items[‘desktop_small’] = ( $items[‘desktop’] > 1 ) ? $items[‘desktop’] – 1 : 1;
    $items[‘tablet’] = ( $items[‘desktop_small’] > 1 ) ? $items[‘desktop_small’] : 1;
    $items[‘mobile’] = ( $items[‘tablet’] > 2 ) ? $items[‘tablet’] – 2 : 1;

    $items[‘mobile’] = 2;

    return $items;
    }

    It’s still not working on the shop page. Could you please help me?

    Also, Categories overlap in mobile…

    Thanks

    #156029

    Eric Watson
    Participant

    Hello,

    Try to use Products columns on mobile option https://prnt.sc/puvo0r

    Kind Regards
    XTemos Studio

    #156146

    bego
    Participant

    Hi!
    Thanks for the super fast reply!!
    I have those exact settings, still not working…

    #156213

    Eric Watson
    Participant

    Hello,

    Could you please disable all plugins that are not related to our theme and provide us your admin access so we can check it?

    Thank you in advance

    #156588

    bego
    Participant

    Hi!
    Credentials in Private 🙂
    Thanks

    #156660

    Hello,

    Please deactivate all the plugins not related to the theme and check the issue. This is the issue of the plugin conflict. Then activate the plugins one by one detecting which one causes the problem.

    Best Regards

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