• Resolved Programmierer

    (@programmierer)


    Version 2.8.4 is still the latest version that works with Avada Theme Builder.
    Since version 2.8.5, stars are no longer visible in the backend.
    Really very annoying.

    View post on imgur.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor dudo

    (@dudo)

    Hello, sorry for the delay, never received the email.

    I know that there are some problem with avada theme, and I’ve already reach out the team to fix these problems.

    I should be able to start to working on in the next week.

    Best,
    Dario

    Thread Starter Programmierer

    (@programmierer)

    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?”

    Plugin Contributor dudo

    (@dudo)

    Hello, they’ve grant me access on their GitHub repo (https://github.com/orgs/Theme-Fusion/teams/third-party-compatibility) on 15 Nov 2021, but I’ve not been able to take a look on this yet.

    I’ve a big to-do list and need to prioritize.

    YASR works fine on classic and gutenberg editor.
    Third party editor should supports plugins that works with the default ones,
    but sometines they don’t.

    To be honest, I think that when there is a conflict with a theme/plugin, this should be prioritized from the one that is causing the issue.
    In this case, the issue is not coming from YASR.

    This is not a blame game from my side, just, I needed to focus on something else in this 2 months.

    Btw, please email me at support AT yetanotherstarsrating DOT com, and see what we can do.

    Best,
    Dario

    Thread Starter Programmierer

    (@programmierer)

    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

    Plugin Contributor dudo

    (@dudo)

    Happy to hear you fixed, thank you for let me know!

    That function remove the ?ver query arg from any css and js file, and this will cause for sure conflict with cached version of that files, at least.

    About the box in the top right, I agree with you.
    That will be collapsable in version 2.9.9 or 3.0.0

    Best,
    Dario

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Still not working with Avada Theme Builder since 2.8.5’ is closed to new replies.