Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 3 replies, has 2 voices.

Last updated by Bruno 4 years, 8 months ago.

Assisted by: Bruno.

Author Posts
June 1, 2020 at 10:55 pm #6268753

amrosaab

I need to support

1- hide this message: Quick edit is disabled for product translations. It's recommended to use the WooCommerce Multilingual products editor for editing products translations. Edit this product translation

you see the attached

2- If customer change the language no need for every-time to select the website language again is this possible to save in history like the currency?

Screen Shot 2020-06-02 at 1.49.18 AM.png
June 1, 2020 at 11:13 pm #6268783

Bruno

Thank you for contacting us.

To hide this information, you can follow the steps below:

- Click on the WPML > Languages > Language switcher options
- Click on the "Additional CSS"
- Insert these lines:

#quick_edit_notice, .wcml-pointer-products_translation {
    display: none !important;
}

>>> 2- If customer change the language no need for every-time to select the website language again is this possible to save in history like the currency?

I would be very happy to help you but I didn't fully understand what is the issue. Are you talking about keeping the selected language on the back-end or front-end? Can you please elaborate a little more so I can better understand?

Thank you.

June 1, 2020 at 11:42 pm #6268789

amrosaab

What i mean for exmple i visit this website dinoo.me the default language is English and I chose the language to French

not every-time I visit dinoo.me i need to change the language to French it should save my language

June 2, 2020 at 12:13 am #6268815

Bruno

Not natively. Accessing the website in the default language will display the default content. It is not possible to save the language and when accessing the website, redirect to the last language accessed.

You can try to create custom code. As this is a custom feature, unfortunately, this is beyond the scope of our support.

We have a list of WPML hooks that can help you develop such feature, which can be seen in the links below:

- https://wpml.org/documentation/support/wpml-coding-api/wpml-hooks-reference

If you prefer, you can contact one of our certified partners who can develop small to large features for your site: http://wpml.org/documentation/support/wpml-contractors/

Please, let me know if I can help with any other questions you may have about it. I'll be happy to help.

Thank you.