paulwebdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [GigPress] php7.2 compatible?Any timeline on this please?
This is now generally considered the recommended version of php, so it’s rather disappointing that ModernTribe is taking so long updating this plugin to allow us to benefit from the php upgrade.
I’ve done some investigating, and the problem is that all the fancy font scripts are loaded on every admin page, not just the plugin settings page. I’ve fixed this by adding the following code at line 474 of events-calendar-templates.php, which limits the scripts to the customizer and plugin settings page:
if(is_admin() && !is_customize_preview() && isset($_GET['page'])){ if(strpos($_GET['page'], 'tribe_events-events-template-settings') === false){ return; } }- This reply was modified 7 years, 7 months ago by paulwebdesign.
Hi, I am also having this same problem.
I’m running latest of both: Gravity Forms Version 2.3.3
The Events Calendar Shortcode and Templates Version 1.1It’s a shame because I cannot use your plugin anymore.
Forum: Plugins
In reply to: [Fast Velocity Minify] Login Page missing CSSYes, it’s fixed the issue. Thanks for your quick work on this!
Forum: Plugins
In reply to: [Fast Velocity Minify] Login Page missing CSSThe link is http://www.investisrael.net/wp-login.php
It is the normal WP login page, not custom made. Though I do have s2member installed.
Just updated to your 1.5.3 roll-back, which resolved the missing css. Beforehand, there appeared to be no css files at all in the login source code.