lorinc.j
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Meter] Double Search CountHi. Sorry for reopening this issue, but I have the same problem, but I know exactly what is the cause. I am using custom function to beautify the search url. Here is my code from functions.php:
function fb_change_search_url_rewrite() { if ( is_search() && ! empty( $_GET['s'] ) ) { wp_redirect( home_url( "/search/" ) . urlencode( get_query_var( 's' ) ) ); exit(); } } add_action( 'template_redirect', 'fb_change_search_url_rewrite' );Any idea how to fix this? Maybe even adding option into settings to ignore double search count. Or is there maybe some option to disable the logging which I can add into my function so it will disable it before the redirect?
Forum: Plugins
In reply to: [Contact Form 7] Ajax not working when form loaded dinamically using AjaxI have found solution for my problem, but I am not very happy about it because it includes plugin modification, so If someone have better solution pleas post it here.
Here is the link to post with the solution:
https://ww.wp.xz.cn/support/topic/contact-form-7-via-admin-ajaxphp?replies=3Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unable to importIt works great so far. I will test it few more times tonight but everything seams OK. If there will be any issue I will let you know. Thanks for your help.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Unable to importDone
Hi posuk13,
I am sorry for the inconveniece.
Do you mind reaching out to me at support at servmask.com for a release candidate?