Home Forums WoodMart support forum Menu item hide and show

Menu item hide and show

Viewing 25 posts - 1 through 25 (of 25 total)
  • Author
    Posts
  • #152397

    Diego Briceno
    Participant

    Hello how are you, this is my first time using Woodmart. Could you please tell me how to make this menu hide and show ?

    https://prnt.sc/po26yj

    #152403

    Hello,

    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.

    #201196

    Diego Briceno
    Participant

    hello, 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

    #201255

    Hello,

    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.

    #201293

    Diego Briceno
    Participant

    https://prnt.sc/suupg3 please check

    #201315

    Hello,

    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.

    #201350

    Diego Briceno
    Participant

    Thanks for the answer!

    Can you tell me how to edit the “product-category” tex, you can check the the capture https://prnt.sc/sux0uj

    #201352

    Diego Briceno
    Participant

    And please, let me know hjow to change the size of this text https://prnt.sc/sux3px

    #201621

    Hello,

    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=D3NsDdMzsls

    2) 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.

    #202536

    Diego Briceno
    Participant

    Hello 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/sxjzs8

    Hope you understand me

    Best regards,

    Diego Briceño

    #202588

    Hello,

    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.

    #202780

    Diego Briceno
    Participant

    Could 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

    #202863

    Hello,

    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.

    #202979

    Diego Briceno
    Participant

    Could you even tell me how to disable it!?

    #202980

    Hello,

    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.

    #205851

    Diego Briceno
    Participant

    Hello 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/t58oe1

    please help, best regards,

    Diego

    #205959

    Hello,

    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.

    #206680

    Diego Briceno
    Participant

    Hello 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

    #206692

    Hello,

    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.

    #206696

    Diego Briceno
    Participant

    Hello there is not a woodmart-child-theme folder https://prnt.sc/t6xbc3

    #206709

    Hello,

    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.

    #206711

    Diego Briceno
    Participant

    Hello, 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

    #206802

    Hello,

    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.

    #206933

    Diego Briceno
    Participant

    hello, backup are now generate.. Please login and check this issue because I have problems fixing it.

    login details in private content field.

    #207154

    Hello,

    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.

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