 sharwinJ
|
Hi there, can you please give us an update?
|
 sharwinJ
|
Hi the owner of the site is missing sales in the maintenance mode so we are putting the site online on his request. Also we have deactivated and removed duplicator pro because we were getting security warnings about the plugin. When your working on it again please put it in maintenance mode again and install the plugin if required. When your not working on it we would appreciate it if you could remove the plugin and put maintenance mode off.
|
 Kor
WPML Supporter since 08/2022
Languages:
English (English )
Timezone:
Asia/Singapore (GMT+08:00)
|
Thank you for your response.
I'm sorry for any inconvenience caused. I will ensure to deactivate the maintenance mode when I'm not actively working on the site. As I have a copy of the site, I will be working on the duplicate version, ensuring it does not impact your production site.
Regrettably, I do not have a solution at this time, and I will need to escalate this matter to our 2nd Tier Support team for a more in-depth investigation. I will get back to you with their feedback once I receive it.
|
 sharwinJ
|
Alright Kor, appreciate your efforts. We will wait. Do you have any timeframe that I can communicate to the website owner?
|
 Kor
WPML Supporter since 08/2022
Languages:
English (English )
Timezone:
Asia/Singapore (GMT+08:00)
|
Thanks for your reply.
I've just escalated this and we should have feedback from our 2nd Tier Support within 2 days. Possibility with a workaround or a solution. Sorry again for the inconvenience and the delay.
|
 sharwinJ
|
Hi Kor,
Do you have an update for us?
|
 Kor
WPML Supporter since 08/2022
Languages:
English (English )
Timezone:
Asia/Singapore (GMT+08:00)
|
Thank you for your response.
I have some feedback, and our 2nd Tier Support team has asked me to reproduce the issue on the following sandbox site for further investigation: hidden link. I will provide you with an update shortly, and I apologize for any delay in the process.
|
 Kor
WPML Supporter since 08/2022
Languages:
English (English )
Timezone:
Asia/Singapore (GMT+08:00)
|
Thanks for your patience.
I could replicate the issue here hidden link . Looks like a compatibility issue with the theme and our 2nd Tier Support will check further and revert back to us.
|
 sharwinJ
|
Hi Kor,
Any progress on the matter?
|
 Kor
WPML Supporter since 08/2022
Languages:
English (English )
Timezone:
Asia/Singapore (GMT+08:00)
|
Thanks for your patience.
This is fixed and here is the workaround. I've applied the fix to your Website directly. This is what I've done.
Open the app/public/wp-content/themes/thegem-elementor/gem-templates/products-extended/content-product-grid-item.php file
Replace the following snippet (around line 102):
<span class="attribute-name text-body-tiny"><?php echo $attribute_data->name; ?>:</span>
With
<?php
// WPML Workaround for compsupp-7150
$attribute_name = apply_filters('wpml_translate_single_string', $attribute_data->name , 'WordPress', 'taxonomy singular name: '.$attribute_data->name );
?>
<span class="attribute-name text-body-tiny"><?php echo $attribute_name; ?>:</span>
We will contact the theme author directly and this fix should be included in the next update.
|