Donald Jenkins
Forum Replies Created
-
I did revise my review after the refund was posted, although I note it was only after it was published (within minutes, in fact!), that the refund was finally paid.
I never received advance warning of the $399 charge (checked my spam folder), and given the outrageously inflated price (by any standards), I think that is really the most unsatisfactory aspect.
I also noticed on Twitter that I am not alone in ?experiencing this.
- This reply was modified 4 years, 11 months ago by Donald Jenkins.
Forum: Plugins
In reply to: [Custom Icons for Elementor] Compatible with WPML?Thanks, done.
Forum: Plugins
In reply to: [Custom Icons for Elementor] Compatible with WPML?Yup, I have a staging server for the website, where can I send you login credentials?
Forum: Plugins
In reply to: [Custom Icons for Elementor] Disable Elementor default iconsActually I found out. Add this to the child theme functions.php:
//* Disable FontAwesome
add_action( ‘wp_enqueue_scripts’, function() { wp_dequeue_style( ‘font-awesome’ ); }, 50 );//* To remove the Font Awesome http request as well
add_action( ‘elementor/frontend/after_enqueue_styles’, function () { wp_dequeue_style( ‘font-awesome’ ); } );//* Disable eicons
//* add_action( ‘elementor/frontend/after_enqueue_styles’, function() { wp_dequeue_style( ‘elementor-icons’ ); } );Forum: Plugins
In reply to: [Media Library Assistant] Stop MLA from renaming my filesAll I can say is the world would be a better place if all WordPress plugins were like MLA, with bugs that turned out to be non-existent, and prompt, seriously well-informed support. Impressive.
Forum: Plugins
In reply to: [Media Library Assistant] Stop MLA from renaming my filesI’m feeling very guilty abut this because it turns out the issue wasn’t caused by MLA at all in the first place. It was another plugin I had installed, Media File Renamer. I’ve been working overtime on this website for the past few days and it has rather washed me out. I now feel rather silly having opened this topic, but the upside of it is with your very detailed explanation of how MLA handles this topic, I know how to handle it properly in the future.
- This reply was modified 5 years, 7 months ago by Donald Jenkins.
And we’ve removed the cache header for superpwa-sw.js and added it to the cache exclusion list, but the 404 is still there.
I have *exactly* the same issue as ariestwn here: https://www.policymakr.com. The plugin says the manifest file is generated, but in reality it isn’t and causes a 404.