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.

Tagged: 

This topic contains 1 reply, has 2 voices.

Last updated by Carlos Rojas 1 year, 7 months ago.

Assisted by: Carlos Rojas.

Author Posts
November 22, 2023 at 2:35 pm #14899175

nimaS-2

Hi,

We use Arabic and English on our site.
A page has been created for YITH WooCommerce Wishlist plugin and the short code of the plugin is placed in it and On the plugin settings page, the page is selected.

By clicking on the link to add to Wishlist in English, the link to view the Wishlist appears and works correctly.
But in Arabic, after the link to view the Wishlist appears, this link is not correct and it goes to the 404 page.

For example, we add the following product to Wishlist:

hidden link af%d9%84%d9%8a%d8%a9-%d9%84%d9%84%d8%ad%d9%82%d9%8a%d8%a8%d8%a9-%d8%b9%d9% 84%d9%89-%d8%b4%d9%83%d9%84-%d8%ad%d8%b1%d9%81-a-%d9%85%d8%b1%d8%b5/

In Arabic language, the link to view the Wishlist is added as below and goes to page 404.
hidden link

But in English, this link is displayed as follows:
hidden link

As you can see in the screenshots below, the Wishlist page has been created and selected in the plugin settings.

Is there a solution to this problem?

Screenshot 2023-11-22 180558.png
Screenshot 2023-11-22 180500.png
Screenshot 2023-11-22 180442.png
November 24, 2023 at 9:39 am #14915001

Carlos Rojas
WPML Supporter since 03/2017

Languages: English (English ) Spanish (Español )

Timezone: Europe/Madrid (GMT+02:00)

Hello,
Thank you for contacting us

1.- Please follow this guide to setup the plugin correctly: hidden link

2.- Increase the WP memory Limit. Minimum requirements are 128Mb: https://wpml.org/home/minimum-requirements/
You can add this to wp-config.php to increase WP memory:`

/* Memory Limit */
define('WP_MEMORY_LIMIT', '256M');

- Add it above the line /* That's all, stop editing! Happy blogging. */

Regards,
Carlos