weiswerks
Forum Replies Created
-
Hi,
Turns out the issue was caused by the GOTMLS plugin which blocks some scripts generated by your plugin on the editor.
I’m closing this support thread. Thank you!
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Cross domain issuesHi,
I’m experiencing the same issue. May I know where to place the mu-plugin solution?
I also get CORS policy issues with font-awesome assets by elementor, any ideas how to fix this?
This is the broken language url: https://www-test.vineview.fr/
Thank you!
- This reply was modified 2 years, 11 months ago by weiswerks.
Forum: Plugins
In reply to: [PopBox For Elementor] plugin creates critical errorFor anyone experiencing the same issue, I was able to fix it by changing the scheme values on line 185
from:'scheme' => Scheme_Typography::TYPOGRAPHY_4,
to:
'scheme' => \Elementor\Core\Schemes\Typography::TYPOGRAPHY_4,
same as Scheme_Color on line 446
from:'type' => Scheme_Color::get_type(), 'value' => Scheme_Color::COLOR_4,
to:
'type' => \Elementor\Core\Schemes\Color::get_type(), 'value' => \Elementor\Core\Schemes\Color::COLOR_1,
Forum: Plugins
In reply to: [The Events Calendar] Style is broken after embedding to a page@jaimemarchwinski thank you. I’ve already opened a support ticket there as well. I’ll send an update here on what workaround has been applied to also help other users.
Forum: Plugins
In reply to: [The Events Calendar] Style is broken after embedding to a pageThank you @kutatishh but unfortunately, it didn’t help.
@geoffbel – our sucuri plugin is currently deactivated. Can you try again?
Forum: Plugins
In reply to: [The Events Calendar] Style is broken after embedding to a pageI guess the styles are there but it’s being overwritten by divi. Any solutions to this?
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Change Payment label on checkoutThank you @slash1andy ! somehow it worked for me being able to change the label.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Change Payment label on checkoutHi @martynmjones ,
Thanks for your response.
However, this is what I see currently.
There’s no description field and the plugin’s updated to the latest version.
And below, there’s a blue notification box that says,
"Where are the customization options? In the new checkout experience, payment method details are automatically displayed in your customers’ languages so you don’t have to worry about writing them manually."
Any ideas?
Thanks!
Forum: Plugins
In reply to: [Commerce7 for WordPress] 404 Error after switching IPOk my bad. This doesn’t have anything to do with IP changes or so. What I did was to just reactivate the plugin.
I’ve already sent a message through your website contact form
Thank you @sbazzi. Looking forward for your response.
Forum: Plugins
In reply to: [Bulk remove posts from category] Doesn’t appear to work with Woocommerce@mikeyott I kind of figured out the logic for it to work. It must contain at least 1 category so if you’re going to move your products over to a different category, add them to that category first then on your next run, remove the other category. It worked for me.
Forum: Plugins
In reply to: [Import and export users and customers] Add unique custom fields from CSV?Great! Thank you!
Forum: Plugins
In reply to: [Import and export users and customers] Add unique custom fields from CSV?@carazo I have a csv file that has custom headers. If I use the plugin to upload the csv files, will these headers be created as user meta values and show up on a user’s profile?
See screenshot link below.
Forum: Plugins
In reply to: [WP Google Review Slider] Review cut off on mobile upon load@jgwhite33 that did the trick! Thanks a lot!