Title: Programmierer's Replies | WordPress.org

---

# Programmierer

  [  ](https://wordpress.org/support/users/programmierer/)

 *   [Profile](https://wordpress.org/support/users/programmierer/)
 *   [Topics Started](https://wordpress.org/support/users/programmierer/topics/)
 *   [Replies Created](https://wordpress.org/support/users/programmierer/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/programmierer/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/programmierer/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/programmierer/engagements/)
 *   [Favorites](https://wordpress.org/support/users/programmierer/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search Analytics for WP] Bulk deletion does not work.](https://wordpress.org/support/topic/bulk-deletion-does-not-work/)
 *  Thread Starter [Programmierer](https://wordpress.org/support/users/programmierer/)
 * (@programmierer)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/bulk-deletion-does-not-work/#post-18060614)
 * You’re welcome
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Editor Custom Buttons] No button visible (Avada Theme Builder and ACF Editor)](https://wordpress.org/support/topic/no-button-visible-avada-theme-builder-and-acf-editor/)
 *  Thread Starter [Programmierer](https://wordpress.org/support/users/programmierer/)
 * (@programmierer)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/no-button-visible-avada-theme-builder-and-acf-editor/#post-17038652)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Advanced Custom Fields (ACF®)] Problem with autopopulate of an ACF field when a value already exists.](https://wordpress.org/support/topic/problem-with-autopopulate-of-an-acf-field-when-a-value-already-exists/)
 *  Thread Starter [Programmierer](https://wordpress.org/support/users/programmierer/)
 * (@programmierer)
 * [2 years, 9 months ago](https://wordpress.org/support/topic/problem-with-autopopulate-of-an-acf-field-when-a-value-already-exists/#post-17020007)
 * 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);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple CAPTCHA Alternative with Cloudflare Turnstile] SCT 1.12.1 and Elementor breaks layout](https://wordpress.org/support/topic/sct-1-12-1-and-elementor-breaks-layout/)
 *  Thread Starter [Programmierer](https://wordpress.org/support/users/programmierer/)
 * (@programmierer)
 * [3 years, 7 months ago](https://wordpress.org/support/topic/sct-1-12-1-and-elementor-breaks-layout/#post-16149175)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YASR - Yet Another Star Rating Plugin for WordPress] Still not working with Avada Theme Builder since 2.8.5](https://wordpress.org/support/topic/still-not-working-with-avada-theme-builder-since-2-8-5/)
 *  Thread Starter [Programmierer](https://wordpress.org/support/users/programmierer/)
 * (@programmierer)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/still-not-working-with-avada-theme-builder-since-2-8-5/#post-15262727)
 * 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.
 * [https://screenrec.com/share/9V2tTS8oBM](https://screenrec.com/share/9V2tTS8oBM)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[YASR - Yet Another Star Rating Plugin for WordPress] Still not working with Avada Theme Builder since 2.8.5](https://wordpress.org/support/topic/still-not-working-with-avada-theme-builder-since-2-8-5/)
 *  Thread Starter [Programmierer](https://wordpress.org/support/users/programmierer/)
 * (@programmierer)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/still-not-working-with-avada-theme-builder-since-2-8-5/#post-15258319)
 * **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?”

Viewing 6 replies - 1 through 6 (of 6 total)