wildaeco
Forum Replies Created
-
Hi Juan,
Thank you for your reply.
I have done what you asked for in a staging environment. All plugins, besides the one associated with my Uncode Theme, are deactivated. There is no change; the bug for the two products is still there: https://6a164adf.cfolks.pl/shop-all/
I tried to change the theme, but it crashed the site, so I had to test it on the Uncode theme. I can give you access to the staging if you want to test it yourself and try to help me. It is only connected with these two products. Changing the post product to another one solves the problem, similarly putting the problematic product in another post causes it in that post as well.
I really tried to check it thoroughly, also the products themselves and their settings. Nothing helps.
I have received a reply from your support but the dev version of the plugin didn’t help. The issue is still the same. There is no edited table showing anywhere.
I agree. I cannot edit the tables right now. And the minor edit crashed the ready and well-working chart.
Customising the tables doest not show the edited table. We urgently need support on that.
Forum: Plugins
In reply to: [Product Size Chart For WooCommerce] Some charts crashing after editHi,
Thanks for your support and solving the issue.
Best regards,
Adam
Forum: Plugins
In reply to: [Product Size Chart For WooCommerce] Styling for charts not appliedHi guys,
I have again the same issue with some charts crashing after edit with the following errors:
Warning: Invalid argument supplied for foreach() in /home/wildaeco/domains/wilda.eco/public_html/wp-content/plugins/product-size-chart-for-woo/admin/design-new.php on line 337
Warning: Invalid argument supplied for foreach() in /home/wildaeco/domains/wilda.eco/public_html/wp-content/plugins/product-size-chart-for-woo/admin/design-new.php on line 351I have already emailed you at [email protected].
It is again the same problem I had in April, and frankly speaking I am afraid of editing the charts and our site goes live next week, so I hope for a permanent solution this time.
Best regards,
Adam
EDIT
- This reply was modified 4 months, 2 weeks ago by wildaeco.
Forum: Plugins
In reply to: [Product Size Chart For WooCommerce] Styling for charts not appliedHi,
Thanks for your support and solving the issue.
Best regards,
Adam
Forum: Plugins
In reply to: [Product Size Chart For WooCommerce] Styling for charts not appliedHi,
I have just resent the email with the title: “Prduct Size Chart tables disappear after updating”
I meant that the none styling is applied for all new or reset charts. No matter what I set in the chart styling settings it is always displayed as with no styling at all.
Only the custom CSS works but if I remove it, it doest not change anything, so it it is not causing the styling issue.
Best regards,
Adam
Hi Nauris,
Thank you, really nice to get replies so quickly.
I was just checking your docs and found out that you also offer conditional logic with user langue condition available, which should be just fine even for custom texts.
Before the purchase, I would like just to reassure about storing the user language. What is the base for user language detection? Is it url or what?I mean I am not sure if it is dependant on the multilingual plugin or not. I have different urls for language versions with TranslatePress but I am not sure if your plugin will be able to detect user languages correctly with my setup.
Best,
Adam
Hi Nauris,
Thank you for a prompt reply.
I have read the indstuction. Do I understand it correctly that the plugin stores the user language and basing on that selects email content original/translated with Loco?
How about product name and details, will they also be translated?
And how about custom added text to the emails, will it be availble in Loco for translations once I add it?
Best,
dam
Forum: Plugins
In reply to: [YITH WooCommerce Wishlist] Product page black heart on added to wishlistHi,
Managed to resolve it by this code:
.yith-wcwl-add-button .delete_item::before {
font-family: uncodeicon; /* Use the appropriate font family / font-size: 22px; / adjust as needed / content: ‘\f004’; / Unicode for heart icon / margin-right: 5px; / Add some space between icon and text / position: relative; top: -3px; / Adjust this value as needed / transform: translateY(0); / Reset any translation on the y-axis */}
/* Remove “Remove from list” link text / .yith-wcwl-add-button .delete_item { font-size: 0; / Set font size to 0 to hide the text / } / Hide “or” and “View ?” text */
.yith-wcwl-add-button .separator,
.yith-wcwl-add-button .view-wishlist {
display: none;
}