Beaver Themer

This topic contains 26 replies, has 3 voices, and was last updated by  Anonymous 5 years, 8 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #438242

    Anonymous

    Hi, I was hoping to use Beaver Themer to format my blog page and dynamically pull in content. However when GDv2 is activated parts of the Themer stop working. Is this a known bug? Thanks

    #438248

    Alex Rollin
    Moderator
    Post count: 27815

    Hello,

    which theme are you using?

    GD themes are not yet compatible with GDV2 and your results will not be as expected.

    If you are just starting the site, try a theme like Primer.

    More info here:

    https://wpgeodirectory.com/docs-v2/geodirectory/beta/

    #438249

    Anonymous

    Hi, Beaver builder’s own theme and also trying Astra to see if that works. Is v1 compatible with Beaver Themer? Thanks

    #438251

    Alex Rollin
    Moderator
    Post count: 27815

    Hello!

    Sorry if there is any confusion, we are glad that you are using V2, don’t get me wrong.

    The first priority right now is making GD Addons compatible with V2, then we will work on the themes.

    Right now GD V2 should work with any theme, and so should V1.

    Please send over WP Admin details and site URL and we will take a look at the issue. Please include a link to the page and more of a description of the problem that you see so we know what to look for.

    #438261

    Anonymous
    This reply has been marked as private.
    #438267

    Alex Rollin
    Moderator
    Post count: 27815

    What is the URL of the page you are working on?

    #438278

    Anonymous

    I was just testing things out so just Home as per the video, via Beaver Builder

    #438383

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #438518

    Anonymous
    This reply has been marked as private.
    #438519

    Anonymous
    This reply has been marked as private.
    #438605

    Alex Rollin
    Moderator
    Post count: 27815
    This reply has been marked as private.
    #438614

    Anonymous

    Done that, thanks

    #438615

    Anonymous
    This reply has been marked as private.
    #438617

    Stiofan O’Connor
    Site Admin
    Post count: 22956

    The issue is due to Font Awesome, they load it via CSS files and we load it via JS, any plugin or theme loading it via JS will break the builder like this, i would suggest they check for font awesome JS compatibility.

    I have added a simple check in GD which will be in the next release which will prevent our loading of the JS font-awesome from loading, you can add this code snippet to your site to make it work until the next release.

    
    
    function _my_dequeue_gd_font-awesome() {
       wp_dequeue_script( 'font-awesome' );
    }
    add_action( 'wp_print_scripts', '_my_dequeue_gd_font-awesome', 100 );

    Thanks,

    Stiofan

    #438623

    Anonymous

    Thank you!

Viewing 15 posts - 1 through 15 (of 27 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket