freqtwo
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Hi, I’m very interested in the solution to this High LCP & Render Blocking JS problem. Could you please share the solution, as it has been causing ongoing issues with website speed optimization?
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] “Color” type “Variation Image”Hi, It is a great idea!
I would also be interested in this solution. It would be very useful. Is it possible for you to deal with it?I’m looking forward to your reply!
The code below will make it so the badge only appears on pages with contact forms.
1. add the code below to functions.php
2. update your CF7 page name to the array in line 3.add_action('wp_print_scripts', function () { //Add pages you want to allow to array if ( !is_page( array( 'contact','some-other-page-with-form' ) ) ){ wp_dequeue_script( 'google-recaptcha' ); //wp_dequeue_script( 'google-invisible-recaptcha' ); } });source:https://wplearninglab.com/hide-recaptcha-v3-badge/
- This reply was modified 6 years, 12 months ago by freqtwo.
Forum: Plugins
In reply to: [Force SSL] 301 redirect from http to httpsHi rancahpost,
Complete the line 33 in force-ssl.php:
wp_redirect( $newurl ); –> wp_redirect( $newurl, 301 );
Viewing 4 replies - 1 through 4 (of 4 total)