Home / Forums / WoodMart support forum / woodmart_marquee element is not translatable via WPML
Home › Forums › WoodMart support forum › woodmart_marquee element is not translatable via WPML
woodmart_marquee element is not translatable via WPML
- This topic has 12 replies, 2 voices, and was last updated 1 month, 2 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
April 28, 2026 at 3:32 pm #717097
ofiktivParticipantHello,
I have an issue with the woodmart_marquee element and WPML translation.
The element does not appear in the WPML Advanced Translation Editor at all,
and cannot be made translatable via WPML Custom XML Configuration.After investigation I found the root cause: the translatable text in
woodmart_marquee is stored inside the marquee_contents attribute as a
URL-encoded JSON array, like this:marquee_contents=”%5B%7B%22text%22%3A%22Some text here%22%2C%22icon_type%22
%3A%22inherit%22%7D%5D”WPML Custom XML Configuration only supports simple string attributes.
It cannot parse nested text values inside an encoded JSON structure.
This is why registering the attribute in wpml-config does not work:<shortcode>
<tag>woodmart_marquee</tag>
<attributes>
<attribute>marquee_contents</attribute>
</attributes>
</shortcode>The attribute is registered correctly but WPML cannot extract the text
from it because of the JSON encoding.To fix this, could you please either:
1. Change the way woodmart_marquee stores text — use a plain string
attribute instead of an encoded JSON array, so WPML can read it natively
2. Or add native WPML string registration for this element directly
in the theme codeThis affects any multilingual store that uses the marquee element.
Right now there is no workaround available without custom PHP code.Theme version: 8.4.1
WPML version: 5.5.5
WPBakery version: 8.7.2
WordPress version: 6.9.4Thank you.
April 29, 2026 at 9:55 am #717166Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards
April 29, 2026 at 4:16 pm #717232
ofiktivParticipantadded login details in the Private Content field
April 30, 2026 at 8:35 am #717257Hello,
Your given login details are not working for me. Please share the correct logins: https://ibb.co/QjmTvw4B
Best Regards.
April 30, 2026 at 2:32 pm #717294
ofiktivParticipantsorry, I entered the wrong password, set a new one, and tested it – now it works
May 1, 2026 at 10:29 am #717346Hello,
I have reported this issue to the development team, they are working on it. As soon I receive any update related to this issue, I will let you know the solution. Please wait for it.
Thanks for understanding.
Best Regards.May 4, 2026 at 3:59 pm #717533
ofiktivParticipantThank you for the update.
Could you please give me an approximate timeline for when this fix might be released? I understand bug fixes take time, but this issue directly affects all multilingual stores using the marquee element with WPML, so it would be helpful to know whether we are looking at days, weeks, or months.
Is there a public roadmap or changelog where I can track the progress of this fix?
Thank you.
May 5, 2026 at 9:42 am #717587Hello,
Unfortunately, we cannot provide an exact timeframe for resolving this issue, as we have involved the WPML team in investigating it. However, we are doing our best to resolve the problem as quickly as possible.
Best Regards.
May 11, 2026 at 3:22 pm #718135Hello,
Can you please restore access to the admin panel, as it is currently unavailable? https://monosnap.ai/file/EuAoVN94YIIVdxOQlD9ESO5rXqJBzV
Best Regards.
May 12, 2026 at 4:16 pm #718305
ofiktivParticipantHello,
access restoredMay 13, 2026 at 9:36 am #718332Hello,
We fixed the issue with the Marquee element, and everything is working now https://monosnap.ai/file/Lcsr4Xkdt5Uxed5EUdHN5ASh5fr0Em Could you please check?
Best Regards.
May 13, 2026 at 5:45 pm #718402
ofiktivParticipantThank you, the translation now works correctly
May 14, 2026 at 9:51 am #718431Hello,
You’re Most Welcome!
Feel free to write back anytime. If you need further assistance, we are always here to help you.
If you have a minute, we’d truly appreciate your feedback — it helps us improve the product and shape future updates more effectively. We’d love your feedback on our theme: https://tally.so/r/w4l54k
Thanks for contacting us.
Have a great day.Topic Closed.
Best Regards. -
AuthorPosts
Tagged: wpml marquee
The topic ‘woodmart_marquee element is not translatable via WPML’ is closed to new replies.
- You must be logged in to create new topics. Login / Register