Programmierer
Forum Replies Created
-
Forum: Plugins
In reply to: [Search Analytics for WP] Bulk deletion does not work.You’re welcome
Oddly enough, the error occurs only on one site. On all others, also current WP version and the same Avada theme with the same settings, everything works fine – except for the “QTags is not defined” problem.
My mistake, forgot to return the original value after the IF statement.
// Import data for field "Domainname"
function load_review_domainname($value, $post_id, $field) {
if (has_tag('it', $post_id) == false && get_post_status($post_id) == 'publish') {
if (get_field('domainname', $post_id)) {
return get_field('domainname', $post_id);
} else {
return get_the_title();
}
}
return $value;
}
add_filter('acf/load_value/name=review_domainname', 'load_review_domainname', 10, 3);Seems to be a problem with the “Invisible” mode of Turnstile. After switching to “Managed” it works.
But the captcha field is displayed centered. So disabled the automatic embedding and added the captcha field manually to the form.I have been able to find the problem.
function remove_cssjs_ver( $src ) { if ( strpos( $src, '?ver=' ) ) $src = remove_query_arg( 'ver', $src ); return $src; } add_filter( 'style_loader_src', 'remove_cssjs_ver', 10, 2 ); add_filter( 'script_loader_src', 'remove_cssjs_ver', 10, 2 );This function in my functions.php prevented YASR from displaying properly.
Avada still claims this is not an Avada problem, but since this function also prevented Rank Math from working, I think Avada has changed something.
I have had this function in for months, never had any problems. Then all of a sudden 2 plugins stopped working. Can’t believe that changes were made to YASR and RM almost at the same time and that’s why the plugins stopped working.
But with YASR I would like to go back to the old version. Honestly, this big element with the hint of “Pro Only features” is more than annoying. Now this element takes more than 50% of the height of my screen.
Still not working.
When I told support that you had already been in contact with the programmers at Avada, it sounded like no one there had heard from you yet.
Answer from Avada Support, January 16, 2022:
“We suggest you to please get back to them further, it appears they need to work on it from their end as per the response from the author.”
and from January 14, 2022:
“As this is a 3rd party plugin, and we unfortunately cannot guarantee 100% compatibility with all plugins available. I am going to suggest that you please contact the plugin developer/author regarding this. We simply do not have control over the plugins development or codebase,
What exactly did the plugin author said about getting in touch with our team in this case? via which email are they communicating with us in this case?”