roryrory
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] WP 5.5 Update kills TransposhI use personnaly a jqueryui library hosted on a cdn and not to the default wordpress intall to speed up my website
wp_register_script( ‘jqueryui’, ‘https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js’, array(‘jquery’), null, true );
wp_enqueue_script( ‘jqueryui’);
I use jquery the same way
wp_deregister_script( ‘jquery’ );
wp_register_script( ‘jquery’, ( ‘https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js’ ), false, null, true );
And i get no problem to display the dialog box.
best regardsForum: Plugins
In reply to: [Autoptimize] load lazysizes.js externallythanks
Forum: Plugins
In reply to: [Rich Reviews by Starfish] [RICH_REVIEWS_FORM] errorHello
I fond the error a previous <form> was not closed in the page.
thank youForum: Plugins
In reply to: [Autoptimize] load lazysizes.js externallyHello
Ah ok.
But autoptimized lazyloading of background image use in Elementor does not works.
Thus an extra plugin is needed to lazyload elementor background images.
Like “Lazy Load Background Images for Elementor” for example.
Is it possible to include this feathure in next version of AO as Elementor is now the main website builder.
Best regardsHello
Can you confirm me that it is true.
I get the response in .js and send it to ajax callback function using
jQuery.ajax({
url :ajaxurl,
data: {
‘action’:’rorycontactajax’,
‘captcha’:$.trim($(‘.g-recaptcha-response’).val())
}then i verify in rorycontactajax using
if ( anr_verify_captcha($_REQUEST[‘captcha’]) ) {
echo “captcha ok”;
}else{
echo “captcha false”;
}thanks
sorry it is working.
I have checked the case “Hide Captcha for logged in users?” in admin…and i was login…hello
thanks
I add the line. SO the form is like this now
add_shortcode( ‘rorycontact’, ‘rorycontact_function’);
public function rorycontact_function() {
$formrory=”<form class=’formrorycontact’ id=’formrorycontact’>”;
$formrory.=”<label for=’roryname’>Your name </label>”;
$formrory.= ‘<input type=”text” class=”roryparam” value=”” />’;
$formrory.= anr_captcha_form_field();
$formrory.= “<input type=’submit’ id=’submit’ value=’Submit’>”;
$formrory.=”</form>”;
return $formrory;
}but nothing appears.
I checked in the source of the page and i see no extra code or js..
can you help me?
What can i check to try to debug?
thanksHello
Unfortunately no…
I would like to disable all markup from this plugin because no many major plugins integrate them (woocommerce, yoast seo for example etc).
So it is a duplicate feathure.
It can be interested to use this plugin only for reviews.
Best regardsForum: Plugins
In reply to: [Autoptimize] autoptimize_xxx.css 240kb but 4-6 seconds to loadThanks a lot
Forum: Plugins
In reply to: [Autoptimize] autoptimize_xxx.css 240kb but 4-6 seconds to loadHello
Thanks for so quick answer.
I use gtmetrix. Please see https://gtmetrix.com/reports/www.genimal.com/tnQgynIN
You will see that the css load in 4.83sec for 240.4kb and is served by cloudflare.
Do you have any idea for such gtmetrix report?
Best regardsForum: Plugins
In reply to: [Autoptimize] autoptimize_xxx.css 240kb but 4-6 seconds to loadurl is https://www.genimal.com/
Forum: Plugins
In reply to: [Transposh WordPress Translation] get translated urlThanks a lot
And the reverse is possible?
Get the original url from the translated url ?
It can be interested to deal with 404 pages before working in the translation table of the database.
ThanksForum: Plugins
In reply to: [WP DataTable] search not working with url :ajaxurlHello
Problem found.
I don’t have to use type : ‘GET’ argument
SorryForum: Plugins
In reply to: [Transposh WordPress Translation] Translation not working worpress 5.0Hello
not is not related to wordpress 5.0 but php7.3 which is not compatible.
I do another post…sorryForum: Plugins
In reply to: [Autoptimize] Disable AO cacheHello
I contact again SG and the dynamic cache is working now….
Thanks