mumbomedia
Forum Replies Created
-
I have finally found a temporaly solution which I want to share for the community so other users facing the same issue can benefit from it.
Temporary Cleanup & Reset for Elementor Local Google FontsIf you encounter duplicate fonts being downloaded by OMGF when using Elementor, follow these steps to reset and clean up the local fonts:
- Delete the option from the database:
DELETE FROM wp_options WHERE option_name = '_elementor_local_google_fonts';
Note: if you use a custom database prefix, replacewp_with your prefix. (Or use PHPMyAdmin / WP-CLI.) - Disable local Google Fonts in Elementor:
Go to/wp-admin/admin.php?page=elementor-settings#tab-performanceand turn off “Load Google Fonts Locally”. - Remove old font files:
Delete/wp-content/uploads/elementor/google-fontsand any directories in/wp-content/uploads/omgf/that start withelementor. - Clear Elementor cache:
Go to/wp-admin/admin.php?page=elementor-tools→ Click “Clear Files & Data”.
After this, on the next page load, OMGF will detect that Elementor is loading Google Fonts from Google and will download them only once to your webspace, avoiding unnecessary duplicates.
Your welcome.
In the meantime I ‘m working on workaround so the URL Elementor give to wp_enqueue_style becomes relative. Therefore your plugin should detect it correctly as already locally.
Maybe this is also an important detail: All local google fonts of Elementor use a handle which starts with elementor-gf-local- following by the sanitized font name e.g. barlow.Hi Krystian,
I’ve temporarily disabled Usercentrics.
Now I can see the “Pay with PayPal” and “Pay with SEPA Direct Debit” buttons.
Sometimes you just can’t see the forest for the trees. 🤦♂️
No further assistance needed on this.
Thanks for pointing me in the right direction!
Best regards,
AlexanderHi Krystian,
thanks for your quick reply!
I wasn’t available last Friday, so sorry for the delayed response.
Here’s the PrivateBin link with the details:
🔗 https://privatebin.syde.com/?616cd7a92ec60da8#4c9yMiwvx1RL8NYt28gdqL8hmyP4tVMFcfFMmXDhgFAV
🔐 Password: today’s date inYYYY-MM-DDformatYour message gave me a helpful hint – it might be that our CMP (Usercentrics with Smart Data Processor) is blocking the required third-party integration. I’ll dig into that and get back to you as soon as I can.
Thanks again and best regards
AlexanderCreate a new backup.
Open the Backup-Tab (2nd one) if not open.
Then you should see it.Update, Problem only occurs with German default translation (de_DE, informal).
With formal variant (de_DE_formal) everything looks as it should.Forum: Plugins
In reply to: [WooCommerce] Urgent: Phising website is compromising Woocommerce.com@moderator could you please also remove the Domain [removed]
I have left the links in so that Woocommerce or Automattic as the company behind it can take legal action if necessary. Sadly they have no easy access to contact them. In my humble opinion, this is deliberate fraud which should not be tolerated.
Then you could delete this message.- This reply was modified 1 year ago by mumbomedia. Reason: Adding additional infos
- This reply was modified 1 year ago by Steven Stern (sterndata).
Forum: Plugins
In reply to: [Easy Appointments] E-Mail reminderAlthough I’ve set this up, no reminder is being sent.
Please have a look at this screenshot.
Any idea why the reminder email is not sent?Forum: Plugins
In reply to: [Easy Appointments] E-Mail reminderOn top of “Connect [Beta]” I only see Google Cal, iCalendar, Messages, Paypal and Woocommerce.
I believe you mean “Messages” should be clicked.
There I can choose “Build-in Mail [MAIL] as Message Provider.
If I understand it correctly the fields “Phone field”, “Send from” and “Country number” are ignored when “Message Provider” is set to use “Build-in Mail [MAIL]”, so it doesn’t matter what is selected for “Phone field”. The other fields are blank by default and imho shouldn’t be changed.
On “Message Template” I think I have to click on “Reminder” and setup the email content as desired.
“Send to” should be set to “Customer” because they should be reminded of their appointment.
Because this should be done 24 hours before the appointment, I also think I have to select this value for “Send message reminder”.
“Follow Up Message” should imho set to off and “limit message per Month” should be 0 as it is set to as default.I also think if not already done a cronjob have to be setup calling wp-cron.php.
Am I correct?
Forum: Plugins
In reply to: [Easy Appointments] E-Mail reminderHappy new year.
Sorry for the late reply.
I had holiday until yesterday.
I think we have the extension already installed.
Beside Easy Appointments (Version 3.12.6) there is also Easy Appointments Connect (Version 1.2.0) installed.
Is this the extension you mean?If so I don’t find the setting page for it.
On the Setting page I only see editor for the content of the status email e.g. confirmed . I don’t see anything related to reminder.- This reply was modified 1 year, 4 months ago by mumbomedia.
Forum: Plugins
In reply to: [Duplicate Widgets] New update, please :)I know, the warning can be confusing.
The plugin works fine, even with the latest version of WP.
Have tested it myself.
So there is no need for an update, but the author should update the info, so the warning will disappear.Forum: Plugins
In reply to: [Ultimate Carousel For WPBakery Page Builder] Security vulnerabilityAs far as I understand, you need to be a registered user to edit the shortcode. Therefore, only registered users can edit this. If only the necessary users have access to this and appropriate passwords are used the risk should be very low. Or did I miss anything?
As it seems there was an issue with the overridden blocks since they used the class attribute instead of inline-class.
I’ve correct this and now the style are applied as they should.
Sorry for the inconvenience.I looked at the blocks that show the links in green.
They have inline CSS as in your documentation https://www.thenewsletterplugin.com/documentation/developers/dev-composer-blocks/#css-inliner.
But for some unknown reason these styles are not applied inline, so the corresponding elements have no style attribute and therefore only the styles from the all.css file are applied.
The problem seems to be that the custom blocks are no longer rendering as they did before. Perhaps this will help you investigate the problem further.
If you need a backup of one of the affected systems let me know so that I could send you a file link to that backup.have tried with the latest version 7.6.6.
The problem with the green links is still there.
The mentioned /wp-content/plugins/newsletter/admin/all.css is included and therefore, among other things, all links are displayed in a green color.
I don’t understand why there has to be general styles at all and even if they are necessary, why there is no setting to change them according to the website so we can achieve a corporate identity.
Currently we are using the older version 7.5.9 of the plugin where the problem does not exist. For the sake of security, I would use the latest version, so I would appreciate if the problem could be solved as soon as possible.I could indeed adjust the CSS file. But this adjustment would be overwritten with the next update , so this is not a sustainable solution in my humble opinion. If I knew how I could prevent the inclusion of this file or replace it with a file that is not overwritten with each update, this would already help me a lot.
So I hope you could fix this issue asap so that our customer can continue to use your fantastic plugin in a safe environment.
- Delete the option from the database: