MarcosAlexandre
Forum Replies Created
-
Forum: Plugins
In reply to: [Autoptimize] Error Google Font (subset)Thank you for your support.
I checked the WP Rocket settings and it actually has a setting for Google fonts that was enabled. I disabled it and everything worked correctly again!
Thanks
Forum: Plugins
In reply to: [Autoptimize] Error Google Font (subset)Is this what you need?
<script data-cfasync="false" id="ao_optimized_gfonts_config" type="text/javascript">WebFontConfig={google:{families:["Gloria Hallelujah:","Titillium Web:300,400,600,700:","Titillium Web:300:","Gloria Hallelujah:","Titillium Web:300,400,600,700:","Titillium Web:300:"] },classes:false, events:false, timeout:1500};</script>
The development url is:
https://lehype.crazycrabcayman.com/Tks
- This reply was modified 5 years, 10 months ago by MarcosAlexandre.
Forum: Plugins
In reply to: [Autoptimize] Error Google Font (subset)The Lato and Raleway fonts are called by a plugin (Cost Calculator For WordPress).
Here is his code:$cost_calculator_global_form_options = get_option("cost_calculator_global_form_options"); if($cost_calculator_global_form_options["primary_font"]!="" && $cost_calculator_global_form_options["primary_font_custom"]=="") wp_enqueue_style("cc-google-font-primary", "//fonts.googleapis.com/css?family=" . urlencode($cost_calculator_global_form_options["primary_font"]) . (!empty($cost_calculator_global_form_options["primary_font_subset"]) ? "&subset=" . implode(",", $cost_calculator_global_form_options["primary_font_subset"]) : "")); else if($cost_calculator_global_form_options["primary_font_custom"]=="") wp_enqueue_style("cc-google-font-raleway", "//fonts.googleapis.com/css?family=Raleway:400&subset=latin-ext"); if($cost_calculator_global_form_options["secondary_font"]!="" && $cost_calculator_global_form_options["secondary_font_custom"]=="") wp_enqueue_style("cc-google-font-secondary", "//fonts.googleapis.com/css?family=" . urlencode($cost_calculator_global_form_options["secondary_font"]) . (!empty($cost_calculator_global_form_options["secondary_font_subset"]) ? "&subset=" . implode(",", $cost_calculator_global_form_options["secondary_font_subset"]) : "")); else if($cost_calculator_global_form_options["secondary_font_custom"]=="") wp_enqueue_style("cc-google-font-lato", "//fonts.googleapis.com/css?family=Lato:300,400&subset=latin-ext");
Tks
- This reply was modified 5 years, 10 months ago by MarcosAlexandre.
Forum: Plugins
In reply to: [Autoptimize] Error Google Font (subset)Forum: Plugins
In reply to: [LearnPress - WordPress LMS Plugin] Add more than one course to cartWith this complement it is possible to configure, via panel, the permission to add more courses to the cart or need a snippet?
With this complement it is possible to configure, via panel, so that the cart page is displayed before the checkout or needs a snippet?
Forum: Plugins
In reply to: [LiteSpeed Cache] Background imageSorry, I forgot to mention it’s about Lazy Load
Tks, ??
Forum: Plugins
In reply to: [NP Quote Request for WooCommerce] InternationalizeVery good!
Tks
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Translation ButtonThanks!
Anyone?