John Garvin
Forum Replies Created
-
Forum: Plugins
In reply to: [Brizy - Page Builder] Content Block plugin conflictTo clarify, the Content Block widget is replaced by the Brizy page builder content.
Forum: Plugins
In reply to: [Tailor Page Builder] WP 4.9 Customizer Updates Break TailorConfirmed. Thankfully not too many of my clients rely on Tailor exclusively at the moment.
Forum: Plugins
In reply to: [Tailor Page Builder] New managementWow! Did not realize new management was attempting to sell the product. I was holding out hope that someone with more development savvy than myself would take over and maintain as open source. Don’t see that happening now. Trying to sell a broken product (as of WP 4.9) with the threat of Gutenberg looming… looks like Tailor will be relegated to languishing in the dustbin of abandoned plugins. Pity indeed. Andrew put in so much time and effort making Tailor such an incredible page builder.
Forum: Plugins
In reply to: [Tailor Page Builder] New managementYes, upsetting. Especially as to the reasons for discontinuing. I don’t see Gutenberg (at least in its current state) as a viable alternative for a solid and highly intuitive page builder like Tailor. And I’m sure in terms of monetizing the hard work and many hours put into developing the plugin, many who have been following the builder’s progress such as myself (as well as future adopters) would be more than happy to pay for a pro version. New management mentioned Divi and Elementor… while these are nice page builders I definitely see Tailor as being a strong competitor rather than a lesser cousin. Oh, well. Thanks, Andrew, for all the hard work you put into this plugin over the years.
Forum: Plugins
In reply to: [Tailor Page Builder] New managementI have to agree with the others. New management took over with the explicit promise to maintain and grow the plugin due to the original developer being unable to dedicate the time needed. But with issues going unaddressed for weeks and overall communication with the community languishing future development and community adoption does not bode well.
Forum: Plugins
In reply to: [Fast Velocity Minify] release 2.0.7Release 2.0.8 fixed the issue! 🙂
- This reply was modified 9 years ago by John Garvin.
Forum: Plugins
In reply to: [Fast Velocity Minify] 2.0.0 php errorsSame here
Same issue. Upgrade to latest version throws same error. Disabled plugin to restore site.
Forum: Plugins
In reply to: [Fast Velocity Minify] Login Page CSSThat did the trick! Works perfectly now. Do you have donate link?
Same experience here for as well on 1.4.9. Using latest Chrome on macOS. Disable merge settings or disable minification won’t save.
Forum: Plugins
In reply to: [Fast Velocity Minify] CSS Ignore List Login PageOkay, I see the issue with the JS. Even though I have not selected the option to defer scripts, all scripts not on the ignore list are being deferred even though I also have the merge processing also disabled.
It is also removing line breaks between <script>…</script> calls.
Still could be an conflict with my theme or another plugin. Continuing to test.
Forum: Plugins
In reply to: [Fast Velocity Minify] CSS Ignore List Login PageI’m using the default WP login page and enqueuing custom styles:
function custom_login() { if ( get_theme_mod('login') == 'light' ) : wp_register_style('light', get_template_directory_uri() . '/assets/admin/custom-login-light.css'); wp_enqueue_style('light'); else : wp_register_style('dark', get_template_directory_uri() . '/assets/admin/custom-login-dark.css'); wp_enqueue_style('dark'); endif; } add_action('login_head', 'custom_login');Using same logic for frontend css and js. Running locally in MAMP environment, PHP 5.6.x.
Even if I disable JS processing/merging, now plugin merely being activated breaks my js.
I’m sure it’s probably related to the theme or plugin conflict (though was working great previously). Just haven’t had a chance to spend too much time debugging.
Before you spend any time on this, I’ll run through some scenarios and attempt to debug with my theme and/or plugins deactivated.
I appreciate all the hard work you’ve put into this amazing plugin.
Forum: Plugins
In reply to: [Fast Velocity Minify] CSS Ignore List Login PageHi Raul,
Sorry to say, looks like I’m back to square one. Login page still affected by CSS issue. Now JS seems to be having the same problem where before it was working.
Forum: Plugins
In reply to: [Fast Velocity Minify] Ignore List CSS IssueAll is working perfectly now, Raul. Thanks!!
Forum: Plugins
In reply to: [Fast Velocity Minify] Ignore List CSS IssueThanks for everything on this, Raul!! Really amazing plugin. I will test and let you know shortly.