Home Forums WoodMart support forum Multilanguage

Multilanguage

Viewing 30 posts - 1 through 30 (of 32 total)
  • Author
    Posts
  • #428598

    MSR
    Participant

    i have two question:
    1) Do you have multilanguage option in your theme i didnot find the option?
    2) initially i install and working the theme on my subdomain as a development phase after complete it will shift to main domain. is that effect my domain register in your theme? is creating any issue when i shift that file to main domain?

    #428642

    Hello,

    WoodMart theme supports the WPML plugin completely, at the same time you need to purchase the license separately.

    You would better consult the SEO specialist on how the hold live and test sites.

    Best Regards

    #429451

    MSR
    Participant

    Initially I develop the site in subdomain, then after complete i shift the file to main domain. For shift the file subdomain to main domain, what should i do?what’s things i need to complete. Is it effect purchase code?

    #429615

    Hello,

    You can activate your license on both domain and sub-domain if it is one and the same site, such as live and testing.

    If you have any questions please feel free to contact us.

    Best Regards

    #431610

    MSR
    Participant

    Do you have multi currency option in this theme?

    #431653

    Hello,

    No WordPress theme can have such an option. Please try this plugin: https://wordpress.org/plugins/woocommerce-currency-switcher/

    If you have any questions please feel free to contact us.

    Best Regards

    #431682

    MSR
    Participant

    How to separate the menu and slider?

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

    Hello,

    You need to translate pages/categories which compose the menu in WPML, then synchronize the menu.

    As for the slider, please copy the slider, translate and set for the translated page.

    If you have any questions please feel free to contact us.

    Best Regards

    #432472

    MSR
    Participant

    i want to ask how we can separate slider and menu.

    #432531

    Hello,

    If the header overlays the slider, you need to disable “Header overlap”. You can find instructions on how to do that here: https://xtemos.com/docs-topic/how-to-enable-header-overlap/

    If you have any questions please feel free to contact us.

    Best Regards

    #433687

    MSR
    Participant

    How to add Elementor page builder in add new post section?
    Right now, i did not find any option for Elementor in the post section?

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

    Hello,

    You need to have the Elementor to be activated in the Appearance > Install plugins.

    If you have any questions please feel free to contact us.

    Best Regards

    #433917

    MSR
    Participant

    It’s already activated and i used it for creating page, but somehow i did not find the option to create new post. Can you give me the solution, how can i use Elementor for creating post?

    #434064

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Please, confirm the permission for plugins deactivation, and switching to the parent theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.

    Best Regards

    #437012

    MSR
    Participant

    Hello, I worked on a subdomain initially to set up the website. After complete the website I shifted to main domain and its works but i could not upload images and its show display error. I just replaced siteurl and home value in the wp_options table. Can you guys please provide the reason why i get this error and also provide me the solutions how can i solve this.

    • This reply was modified 1 year, 3 months ago by MSR.
    Attachments:
    You must be logged in to view attached files.
    #437270

    Hello,

    Please insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Please, confirm the permission for plugins deactivation, and switching to the parent theme. As soon as we complete the testing we will enable all back, however, the site would be without plugins for 15-20 min. You would better make the full backup of your site.

    Best Regards

    #439584

    MSR
    Participant

    When i created variant products and multiple price range because of variant products i saw product range but i want to view single product price in the shop page not price range. How can i do this?

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

    Hello,

    You can find the option in the Theme Settings > Shop > Hide “to” price

    If you have any questions please feel free to contact us.

    Best Regards

    #440217

    MSR
    Participant

    I did it but not working, still visible price range not single price.

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

    Hello,

    Most likely you created a product in the Dashboard > Layout. Please check, If you have not, insert the site admin access into the Private content below the message area. We will take a closer look at the case.

    Best Regards

    #445867

    MSR
    Participant

    Please check and inform me about the issue

    #446185

    Hello,

    These are variable products: https://gyazo.com/0354e04d7ad35d99846c792088f19f25 This is the way the variable product is displayed by Woocommerce.

    If you have any questions please feel free to contact us.

    Best Regards

    #446215

    MSR
    Participant

    No i am talking about price range. I want to show single price not range in product display page.

    #446554

    Hello,

    Please update the theme and then the plugins in the Appearance > Install plugins. In addition, switch to the parent theme and check.

    Let us know if the problem remains.

    Best Regards

    #446780

    MSR
    Participant

    I did all the things but price range is showing. I want to hide price range from product list. Just individual price display based on their variant.

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

    Hello,

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

    .hide-larger-price .price > .woocs_price_code {
      word-spacing: -1em !important;
      visibility: hidden !important;
    }
    
    .hide-larger-price .price > .woocs_price_code *:not(.price) {
      word-spacing: normal !important;
      visibility: visible !important;
    }
    
    .hide-larger-price .price > .woocs_price_code > span:nth-child(2) {
      display: none;
    }
    
    .hide-larger-price .price > .woocs_price_code > ins,
    .hide-larger-price .price > .woocs_price_code > small {
      margin-left: 4px;
    }
    
    .browser-Safari .hide-larger-price .price > .woocs_price_code {
      white-space: nowrap;
    }
    
    .browser-Safari .hide-larger-price .price > .woocs_price_code >ins,
    .browser-Safari .hide-larger-price .price > .woocs_price_code >small {
      margin-left: calc(1em + 4px);
    }
    
    .browser-Safari .hide-larger-price .wd-sticky-btn-cart .price > .woocs_price_code {
      white-space: nowrap;
    }

    Best Regards

    #451831

    MSR
    Participant

    How can i move particular section to after tax section. I didn’t find any solution. Image given in the below please check.

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

    Hello,

    This is a part of the checkout page and I am not sure we can remove these lines with CSS.

    If you have any questions please feel free to contact us.

    Best Regards

    #451921

    MSR
    Participant

    Not remove just transfer these line

    #452215

    Hello,

    I am afraid it is not possible.

    If you have any questions please feel free to contact us.

    Best Regards

Viewing 30 posts - 1 through 30 (of 32 total)

The topic ‘Multilanguage’ is closed to new replies.