Home › Forums › WoodMart support forum › Number of columns impossible for user and selector invisible
Number of columns impossible for user and selector invisible
- This topic has 30 replies, 3 voices, and was last updated 3 years ago by
Artem Temos.
-
AuthorPosts
-
January 28, 2022 at 8:05 am #348554
EQUIPEMENTSPROParticipantHello,
I have got a problem with this parameter:
Number of columns selector
Allow customers to change number of columns per rowI can’t see that on my site ?
Attachments:
You must be logged in to view attached files.January 28, 2022 at 8:07 am #348556
EQUIPEMENTSPROParticipantParameter
Attachments:
You must be logged in to view attached files.January 28, 2022 at 11:40 am #348627
Aizaz Imtiaz AwanKeymasterHello,
Please provide the login details of the website to check it myself and help you out accordingly.
Best Regards
January 28, 2022 at 2:36 pm #348686
EQUIPEMENTSPROParticipantInformation is here
January 29, 2022 at 7:00 am #348786
Aizaz Imtiaz AwanKeymasterHello,
Sorry but the login details you provided are not working. Please provide the correct login details to let me assist you further.
Best Regards
January 31, 2022 at 10:50 am #349098
EQUIPEMENTSPROParticipantHere new information
January 31, 2022 at 12:09 pm #349130
Aizaz Imtiaz AwanKeymasterHello,
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
February 14, 2022 at 7:44 am #352715
EQUIPEMENTSPROParticipanthello,
I had test your solution without succès.
You can accès to my test platform, i had leave all third party.February 14, 2022 at 8:50 am #352746
Aizaz Imtiaz AwanKeymasterHello,
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
February 14, 2022 at 8:57 am #352748
EQUIPEMENTSPROParticipantI haven’t got any mod_security on my test platform !
February 14, 2022 at 1:10 pm #352872
Aizaz Imtiaz AwanKeymasterHello,
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
February 14, 2022 at 2:04 pm #352898
EQUIPEMENTSPROParticipantThanks 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.February 14, 2022 at 2:04 pm #352900
EQUIPEMENTSPROParticipantsecond picture
Attachments:
You must be logged in to view attached files.February 15, 2022 at 11:41 am #353129
Aizaz Imtiaz AwanKeymasterHello,
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
February 16, 2022 at 3:13 pm #353547
EQUIPEMENTSPROParticipantHello,
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.February 17, 2022 at 6:50 am #353701
Aizaz Imtiaz AwanKeymasterHello,
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
February 18, 2022 at 12:45 pm #354233
EQUIPEMENTSPROParticipantMy theme child is ok and in place and Ok
Line code function dont work on theme childShe 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 );February 18, 2022 at 1:51 pm #354253
Artem TemosKeymasterHello,
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
February 18, 2022 at 2:30 pm #354266
EQUIPEMENTSPROParticipantSo 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
February 18, 2022 at 2:31 pm #354267
Artem TemosKeymasterIt 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.
February 18, 2022 at 2:39 pm #354269
EQUIPEMENTSPROParticipantI have now this error with the them and is child
Please help me !Attachments:
You must be logged in to view attached files.February 18, 2022 at 3:01 pm #354272
Artem TemosKeymasterWe have removed this error from your website. Please, check how it works now.
February 18, 2022 at 3:26 pm #354288
EQUIPEMENTSPROParticipantThanks for this !!!!
Why this error ?February 18, 2022 at 3:27 pm #354289
Artem TemosKeymasterWe accidentally placed this for testing purposes and forgot to remove it from the code. Take our apologies.
February 18, 2022 at 3:56 pm #354300
EQUIPEMENTSPROParticipantOk, 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 ?
February 21, 2022 at 6:55 am #354703
Artem TemosKeymasterHello,
Thank you for understanding.
Could you please clarify what is the issue with HTML Blocks and send us some screenshots?
Kind Regards
February 21, 2022 at 9:22 am #354745
EQUIPEMENTSPROParticipantHello,
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.February 21, 2022 at 9:30 am #354747
Artem TemosKeymasterHello,
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
February 21, 2022 at 1:24 pm #354820
EQUIPEMENTSPROParticipantI had copy this fonction from à mega menu Woodmart …
End can you explain or resolve issu from number column ?
February 21, 2022 at 4:01 pm #354867
EQUIPEMENTSPROParticipantThis parameter don’t work
Attachments:
You must be logged in to view attached files. -
AuthorPosts
- You must be logged in to create new topics. Login / Register