Anticosti
Forum Replies Created
-
@611shabnam Hey! Thanks a bunch for this very useful snippet.
You made my day. 🙂I can confirm this error too.
My “php_errorlog” located in root keeps filling up with errors only related to this issue.Forum: Plugins
In reply to: [Admin Custom Login] Fonts No Longer WorkingThank you @inndesign,
Your tip helped me to temporary solve the font issue.
At least Arial looks way better than that famous overused Times.
Let’s start a “Let’s Banish Times” movement 😉Forum: Plugins
In reply to: [Admin Custom Login] Fonts No Longer WorkingSame font issue for me.
It only happens on iPhone.
Browsers:
Firefox / Opera / Edge / Safari / Chrome@mooveagency Thank you for the quick update.
Altough, even after updating to version 4.1.4, I was still having the issue.
I searched really hard to find the culprit plugin out of 68 active plugins.
I finaly found it: WP User Frontend Pro – business
(https://wedevs.com/wp-user-frontend-pro)Posted the issue here:
https://github.com/weDevsOfficial/wp-user-frontend/issues/782Regards,
- This reply was modified 6 years, 4 months ago by Anticosti.
Same issue for me. I just can’t edit settings anymore.
wp-admin/admin.php?page=moove-gdpr- This reply was modified 6 years, 4 months ago by Anticosti.
There is teally an issue with version 3.1.16. I also encountered this behavior. I had to revert to a backup and use version 3.1.15. Does anyone at WeDevs is there to make a quality check?
- This reply was modified 6 years, 4 months ago by Anticosti.
Forum: Plugins
In reply to: [Email Template Designer - WP HTML Mail] Different look on computer and phoneMy small experience: From one device to the other, Dark mode is a real buggy feature. I never use this.
Regards,
@valexar Same here on a blank new site.
Until a fix, a simple solution – for the moment – is to:
01. download version 2.3.0;
02. Ajust the language menu to your likings;
03. Swap version 2.3.0 with the latest version;Until a fix, a simple solution – for the moment – is to:
01. download version 2.3.0;
02. Ajust the language menu to your likings;
03. Swap version 2.3.0 with the latest version.01. Create a new Snippet with this:
add_shortcode( 'wpm_translate', 'wpm_shortcode_translate' ); function wpm_shortcode_translate( $atts, $content ) { $atts = shortcode_atts( array( 'lang' => wpm_get_language() ), $atts ); return wpm_translate_string($content, $atts['lang']); }02. In Oxygen, use a Code Block and paste in some thing like this:
<?php echo wpm_translate_string('[:it]Benvenuto[:en]Welcome[:]'); ?>- This reply was modified 6 years, 6 months ago by Anticosti.
Forum: Plugins
In reply to: [Progressive WordPress (PWA)] Incompatible with WP Fastest Cache ?Must be a misconfiguration on my side then. Thanks for the feedbacks.
May close this ticket.Thank you Mushrit.
Forum: Plugins
In reply to: [Sticky Posts - Switch] sticky class?Thank you Markus!
Awesome! It works perfectly. Good job!
Kindly,Part of the answer seems to live here:
https://wordpress.stackexchange.com/questions/59963/let-users-create-a-new-custom-taxonomy-entry-from-frontend-without-creating-a-pI guess I could create a snippet from the above but…
How to integrate this to a WPUF Post form?