Home Forums WoodMart support forum Questions about Modification on Side Menu (Mobile) & translation

Questions about Modification on Side Menu (Mobile) & translation

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #148952

    Joe
    Participant

    I tried to hide the Search area on the menu, and the result is like the below image.
    https://imgur.com/xqCAVEC

    I have 2 questions:
    1. How to add customized blocks above the categories? Like a logo or text?
    2. How to edit (add/remove) the parts below categories? (e.g. remove compare, add some footers)

    ——–
    I read some posts about the translation of wordings for the theme, the information I have is you suggested to use Loco Translate plugin. However, is there any way to support multi-languages in my website? Like letting users select one of our predefined/pre-translated languages?

    #148954

    Joe
    Participant

    And HI again, is there any theme setting that can update the text of “BROWSE CATEGORY” in the main menu? or it is a must to use Loco Translate plugin to do that?
    https://imgur.com/GAlJphs

    Looking for your response! šŸ™‚

    #148972

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    The search area, yes, you have moved the search and the menu went up. I can provide custom CSS to add the padding, or clarify how you would like to have it?

    Customized blocks: You can add them by means of HTML blocks, here is the instruction: https://xtemos.com/docs/woodmart/html-blocks-2/#cat_att_tag

    Please provide the page URL and which parts you want to remove under the category page? More likely, you will have to edit the Footer in Appearance > Widget > Footer columns.

    In order to make the site multilingual, you will need a plugin. Our theme is fully compatible with WPML https://wpml.org/

    Yes, you can rewrite “Browse categories” with Loco translate.

    Best Regards

    #148983

    Joe
    Participant

    Hello! Thanks for the quick reply!

    The 2 questions I ask above is for this image: https://imgur.com/xqCAVEC, sorry for my bad English that leads you might have some misunderstandings.

    As the image shows, I removed the search area and content went up.

    And after that, I want to add a logo above the categories (The original position of the search area), or you can think that I want to use a logo to replace the search area on the mobile side menu.

    And continue of that, as the image is shown, it has “Compare” and “My Account” under the categories. I want to remove “Compare”, Translate “My Account” text to Chinese, and Add more sections (the Customized blocks I mentioned before) under “My Account”.

    ——-
    Moreover, is WPML compatible with Loco Translate? or I can’t use them together?

    #149043

    Hello,

    Please provide the site admin access to the private area I will provide CSS to add space before the menu.

    Logo in the mobile menu. I can add a gap and add the image as a background, the logo would not be clickable.

    You can translate My Account with Loco, I will remove Compare.

    Yes, WPML is compatible with Loco.

    Best Regards

    #149363

    Joe
    Participant

    Can we make a clickable logo? At least I want to redirect to the Home page.

    #149387

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .mobile-menu-tab{
      background-image:url(https://fansung.store/woodmart/wp-content/themes/woodmart/images/wood-logo-dark.svg);
    	background-position:center top;
    	background-size:50% 50%;
    	background-repeat: no-repeat;
    }
    body .mobile-menu-tab ul{
    padding-top:130px;
    }

    You will need to replace background image URL and perhaps to correct size, or provide image URL I will correct the code. The logo would not be clickable.

    Best Regards

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