Home › Forums › WoodMart support forum › Menu item hide and show
Menu item hide and show
- This topic has 24 replies, 2 voices, and was last updated 4 years, 5 months ago by Aizaz Imtiaz Awan.
-
AuthorPosts
-
October 25, 2019 at 1:50 pm #152397
Diego BricenoParticipantHello how are you, this is my first time using Woodmart. Could you please tell me how to make this menu hide and show ?
October 25, 2019 at 2:00 pm #152403
Aizaz Imtiaz AwanKeymasterHello,
I’m good Thanks. First of all, thanks for choosing our Theme, we are glad to be you in WoodMart WordPress family :-).
As you want to hide/show the categories menu.You need to edit your home page and unchecked the “Open categories menu” option which is under the header options as in the screenshot: https://jmp.sh/42Xtt8B
Best Regards.
June 6, 2020 at 2:12 am #201196
Diego BricenoParticipanthello, Thanks for your answer.. Please help me with this.
I am trying to edit “product categories”… When I choose “Masonry (with first wide) the thumbail of category looks good, with good resolution.. But when I choose Justo masory or Default, thumbail looks bad, like low resolution.
Please check the attach file
June 6, 2020 at 7:32 am #201255
Aizaz Imtiaz AwanKeymasterHello,
Unfortunately, Currently I am unable to see the attachment. Please make sure that you attached the image correctly with the URL of the website to check it myself and help you out accordingly.
Best Regards.
June 6, 2020 at 10:26 am #201293
Diego BricenoParticipanthttps://prnt.sc/suupg3 please check
June 6, 2020 at 11:59 am #201315
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached. The Masonry Grid works when you have images that are of different sizes.
If you have enabled the crop from Appearance >> Customize >> WooCommerce >> Product Images. Then disable it and set different sized images for each category item this will fix the issue.
Best Regards.
June 6, 2020 at 1:52 pm #201350
Diego BricenoParticipantThanks for the answer!
Can you tell me how to edit the “product-category” tex, you can check the the capture https://prnt.sc/sux0uj
June 6, 2020 at 1:55 pm #201352
Diego BricenoParticipantAnd please, let me know hjow to change the size of this text https://prnt.sc/sux3px
June 8, 2020 at 6:30 am #201621
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
1) To change the text in the URL you need to install and use the loco translate plugin.
You can watch the video in our detailed documentation in the following link:
https://www.youtube.com/watch?v=D3NsDdMzsls2) To Change the size of the product categories text you need to use typography settings under Theme Settings.
Screenshot for Clarification: https://ibb.co/L5psbmx
You can read our documentation in the following link:
https://xtemos.com/docs/woodmart/advanced-typography-settings/Best Regards.
June 11, 2020 at 12:21 am #202536
Diego BricenoParticipantHello how are you.. I need now please your help.
I want to configure the main menu.. Please check http://www.lacava.com.ec
– The main menu names “Categories” you will see this https://prnt.sc/sxjxen
– If want to make the mouse over of the main menu like this https://prnt.sc/sxjycu, I mean this big menu with Icons works only if I clic on it.. But I would like to create a mouse over menu like shows in category.
– The same happend in Mobile… I would like to create submenu with icons but it not works with mobile menu… If I clic on one link the menu works https://prnt.sc/sxjzj9 but I want this submenu categories here https://prnt.sc/sxjzs8Hope you understand me
Best regards,
Diego Briceño
June 11, 2020 at 7:22 am #202588
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached and visited your website.
The subitems on hover for the mega menu doesn’t work for mobile it only works for desktop and there is no option in theme settings to change the behavior.
And for the shop page title the hover is only work for desktop there is no such option to make the hover work same as desktop for mobile. It requires customization and this is beyond our limitations and support policy.
Best Regards.
June 11, 2020 at 8:38 pm #202780
Diego BricenoParticipantCould you tell me please how to show this menu in home page? I mean.. I want this menu in all pages https://prnt.sc/sy51hu
June 12, 2020 at 7:08 am #202863
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached. Unfortunately, there is no option in theme settings to show the categories in the shop page for all the pages.
The categories in the page title are only for the shop page. You could not use them for all pages.
It requires customization and this is beyond our limitations and support policy.
Best Regards.
June 12, 2020 at 12:28 pm #202979
Diego BricenoParticipantCould you even tell me how to disable it!?
June 12, 2020 at 12:34 pm #202980
Aizaz Imtiaz AwanKeymasterHello,
To disable the categories from the shop page you need to disable from Theme Settings >> Shop >> Sidebar & Page Title.
Screenshot for Clarification: https://ibb.co/d230cVy
Best Regards.
June 23, 2020 at 8:46 pm #205851
Diego BricenoParticipantHello how are you… something is wrong using Instagram API.. could you please login and check what is the problem??
https://prnt.sc/t58nzt
https://prnt.sc/t58oe1please help, best regards,
Diego
June 24, 2020 at 7:37 am #205959
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshots you attached.
Please follow the following steps.
add_filter( 'woodmart_intagram_user_ajax_load', '__return_true' );
Next, find the line:
if ( is_wp_error( $media_array ) && $media_array->get_error_code() === 'invalid_response_429' ) {
in
woodmart/inc/shortcodes/instagram.php
and replace with this line:
if ( is_wp_error( $media_array ) && ( $media_array->get_error_code() === 'invalid_response_429' || apply_filters( 'woodmart_intagram_user_ajax_load', false ) ) ) {
Best Regards.
June 26, 2020 at 12:00 pm #206680
Diego BricenoParticipantHello I dont undersrand this first step: https://prnt.sc/t6wk21
I dont know what do you want to do.
“Next find the line” I got it.. But I dont know what do you mean in the first code, please give me specify steps or login and please fix the issue
June 26, 2020 at 12:23 pm #206692
Aizaz Imtiaz AwanKeymasterHello,
I saw the screenshot you attached. You need to add the code mentioned in the first step in the
functions.php file of the child theme.Screenshot for Clarification: https://ibb.co/chgrgK1
Best Regards.
June 26, 2020 at 12:29 pm #206696
Diego BricenoParticipantHello there is not a woodmart-child-theme folder https://prnt.sc/t6xbc3
June 26, 2020 at 12:49 pm #206709
Aizaz Imtiaz AwanKeymasterHello,
If you don’t have a child theme then you can set up for yourself.
Please read our documentation for further help:
https://xtemos.com/docs/woodmart/child-theme/Best Regards.
June 26, 2020 at 12:51 pm #206711
Diego BricenoParticipantHello, Install child theme could be damage my website??
I dont know why you dont want to login and fix this issue, I have pay support
June 27, 2020 at 6:17 am #206802
Aizaz Imtiaz AwanKeymasterHello,
No, installing the child theme will not damage your website. The customizations you made to the parent theme will be lost.
So, You can take a complete backup of the website before installing and activating the child theme.
If you find it difficult then provide admin panel login details of the website to check it myself and help you out accordingly.
Best Regards.
June 27, 2020 at 4:11 pm #206933
Diego BricenoParticipanthello, backup are now generate.. Please login and check this issue because I have problems fixing it.
login details in private content field.
June 29, 2020 at 6:18 am #207154
Aizaz Imtiaz AwanKeymasterHello,
I have logged into your website and installed and activated the child theme and added the line of code in the child theme functions.php file. The Instagram is showing images now. Please clear cache and check back.
Screenshot for Clarification: https://ibb.co/N392tPb
Best Regards.
-
AuthorPosts
- You must be logged in to create new topics. Login / Register