Home Forums WoodMart support forum Number of columns impossible for user and selector invisible

Number of columns impossible for user and selector invisible

Viewing 30 posts - 1 through 30 (of 31 total)
  • Author
    Posts
  • #348554

    EQUIPEMENTSPRO
    Participant

    Hello,
    I have got a problem with this parameter:
    Number of columns selector
    Allow customers to change number of columns per row

    I can’t see that on my site ?

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

    EQUIPEMENTSPRO
    Participant

    Parameter

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

    Hello,

    Please provide the login details of the website to check it myself and help you out accordingly.

    Best Regards

    #348686

    EQUIPEMENTSPRO
    Participant

    Information is here

    #348786

    Hello,

    Sorry but the login details you provided are not working. Please provide the correct login details to let me assist you further.

    Best Regards

    #349098

    EQUIPEMENTSPRO
    Participant

    Here new information

    #349130

    Hello,

    Please deactivate all the third party plugins, activate the parent theme then check back.

    If the problem continues then leave all the third party plugins deactivated and tell me then we will troubleshoot with the theme plugins.

    Best Regards

    #352715

    EQUIPEMENTSPRO
    Participant

    hello,
    I had test your solution without succès.
    You can accès to my test platform, i had leave all third party.

    #352746

    Hello,

    Try to disable mod_security on your server. It seems to block Theme Setting’s “save” requests. Contact your hosting provider for help.

    Best Regards

    #352748

    EQUIPEMENTSPRO
    Participant

    I haven’t got any mod_security on my test platform !

    #352872

    Hello,

    Please put this code into functions.php of the child theme then check back.

    remove_action( 'wp', 'woodmart_wc_products_shortcode_compatibility', 10 );

    Best Regards

    #352898

    EQUIPEMENTSPRO
    Participant

    Thanks for your quick answer.
    So after adding this line , i have a new icon for filter as first screen .
    If i choose anyone filter after this, selection appear as second screen.

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

    EQUIPEMENTSPRO
    Participant

    second picture

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

    Hello,

    You haven’t added the code correctly in the Child theme.

    Please try adding the code provided in the child theme’s functions.php and then check back.

    Best Regards

    #353547

    EQUIPEMENTSPRO
    Participant

    Hello,
    You does a correct answer when you say to me that i don’t put correctly the line.
    I didn’t have a child theme, so I created one (it took me a little time ….)

    but that didn’t change anything…
    So I changed the position of the line in the functions.php of the theme but at the bottom and suddenly it works !

    Please give me the good way to do this in the children Theme

    NB: I had stranges modifications in my HTLM BLOC with the new line as show in the picture

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

    Hello,

    Please set a child theme by following our detailed documentation:
    https://xtemos.com/docs-topic/setup-child-theme/

    Then try to add the code in it. If it still doesn’t work then tell me.

    Best Regards

    #354233

    EQUIPEMENTSPRO
    Participant

    My theme child is ok and in place and Ok
    Line code function dont work on theme child

    She work only in the theme parent ( with somes errors as i show you)

    My Functions.php here:

    **
    * Enqueue script and styles for child theme
    */
    function woodmart_child_enqueue_styles() {
    wp_enqueue_style( ‘child-style’, get_stylesheet_directory_uri() . ‘/style.css’, array( ‘woodmart-style’ ), woodmart_get_theme_info( ‘Version’ ) );
    }
    add_action( ‘wp_enqueue_scripts’, ‘woodmart_child_enqueue_styles’, 10010 );
    remove_action( ‘wp’, ‘woodmart_wc_products_shortcode_compatibility’, 10 );

    #354253

    Artem Temos
    Keymaster

    Hello,

    Try to replace that code with the following one

    add_action( 'wp', function() {
    	remove_action( 'wp', 'woodmart_wc_products_shortcode_compatibility', 10 );
    }, 1 );

    Kind Regards

    #354266

    EQUIPEMENTSPRO
    Participant

    So now that seem be ok for selection and filter.
    Do you know, why i have got this error ?

    Also i alway have the modifications in my big menu HTLM BLOC with the new line as show in the picture

    #354267

    Artem Temos
    Keymaster

    It doesn’t work because you use product elements in your menu. Try to replace them with our theme special Products element instead of default WooCommerce ones.

    #354269

    EQUIPEMENTSPRO
    Participant

    I have now this error with the them and is child
    Please help me !

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

    Artem Temos
    Keymaster

    We have removed this error from your website. Please, check how it works now.

    #354288

    EQUIPEMENTSPRO
    Participant

    Thanks for this !!!!
    Why this error ?

    #354289

    Artem Temos
    Keymaster

    We accidentally placed this for testing purposes and forgot to remove it from the code. Take our apologies.

    #354300

    EQUIPEMENTSPRO
    Participant

    Ok, i can understand, as you can seen this site work well in Business so be careful !!!
    This is my own company.

    Have you got en explain for HTML Blocs ?

    #354703

    Artem Temos
    Keymaster

    Hello,

    Thank you for understanding.

    Could you please clarify what is the issue with HTML Blocks and send us some screenshots?

    Kind Regards

    #354745

    EQUIPEMENTSPRO
    Participant

    Hello,
    Before your last changement :
    As you had seen in my post February 16, 2022 at 3:13 pm with the new line php
    The number of colums don’t work normaly in my HTML Bloc.

    Since you have made sommes changements:
    If i use the theme: i cannot choose number of column for products i have always only two product
    If i use the child theme i have only 4 or 5 column products without possibility changement and with errors with size column in html Bloc ( .

    So for this weekend I had to take the child theme and delete the products in my Html blocks

    Thanks for your help

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

    Artem Temos
    Keymaster

    Hello,

    You need to use our theme special element for the Products grid to show in your HTML Blocks instead of standard WooCommerce shortcodes.

    Kind Regards

    #354820

    EQUIPEMENTSPRO
    Participant

    I had copy this fonction from à mega menu Woodmart …

    End can you explain or resolve issu from number column ?

    #354867

    EQUIPEMENTSPRO
    Participant

    This parameter don’t work

    Attachments:
    You must be logged in to view attached files.
Viewing 30 posts - 1 through 30 (of 31 total)