Beaver Builder's "Beaver Themer" Compatibility Issue

This topic contains 15 replies, has 5 voices, and was last updated by  Kiran 5 years, 6 months ago.

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

Open Support Ticket
  • Author
    Posts
  • #452116

    Gunther Kramer
    Lifetime Member
    Post count: 6

    GeoDirectory and Beaver Builder seem to work very well together. However, when the Beaver Themer plugin is activated, a number of the GeoDirectory pages no longer display anything. For example, the page at /add-listing/?listing_type=gd_place shows all elements of the page, such as the header, menu, and footer, but the content of the “Add Listing” page is completely missing.

    I have the latest version of WordPress and GeoDirectory installed. I have deactivated and activated all the various plugins and can confirm that it is definitely just the Beaver Themer plugin that causes this issue.

    While I could use a different theme, I definitely want to use Beaver Builder together with Beaver Themer, as together they get me exactly the website design I need.

    Please advise what options are available to get these plugins to work properly with each other.

    #452120

    Kor
    Moderator
    Post count: 16516

    Hi Gunther,

    Thanks for post. Please share the URL of the site in question so we can take a better look at it and also WP temp admin access to your site. You can post the details here using the private reply option below.

    Thanks!

    #452144

    Gunther Kramer
    Lifetime Member
    Post count: 6
    This reply has been marked as private.
    #452154

    Kor
    Moderator
    Post count: 16516

    Hi Gunther,

    Just checked your Website and I’m able to replicate the said issue. I will forward this to a developer for further assistance.

    Thanks!

    #452155

    Kor
    Moderator
    Post count: 16516

    Hi Gunther,

    If possible, please share your FTP access in private reply too.

    Thanks!

    #452158

    Gunther Kramer
    Lifetime Member
    Post count: 6
    This reply has been marked as private.
    #452205

    Kiran
    Moderator
    Post count: 7069

    Hello Gunther,

    I can’t access your site, it showing me “We are currently performing maintenance and will be back shortly.”.

    Let us know.

    Kiran

    #452245

    Gunther Kramer
    Lifetime Member
    Post count: 6
    This reply has been marked as private.
    #452360

    Kiran
    Moderator
    Post count: 7069
    This reply has been marked as private.
    #452376

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

    integralmedia
    Full Member
    Post count: 47

    I am actually facing this very issue with Divi Builder. Waiting to learn the solution.

    #452384

    Alex Rollin
    Moderator
    Post count: 27815

    Hi Ashington,

    would really appreciate it if you could make a new topic and tell us more about that.

    You can follow up the topic with a private reply to include details about your site.

    Thanks for speaking up about it. Each builder is slightly different, so, learning from your setup will be helpful.

    Thanks

    #452468

    Gunther Kramer
    Lifetime Member
    Post count: 6
    This reply has been marked as private.
    #452578

    Kiran
    Moderator
    Post count: 7069

    Hello Gunther,

    I have added one code snippet in your child theme functions.php to fix add listing page issue with Beaver Builder(Gecko Builder).

    Kiran

    #452593

    Gunther Kramer
    Lifetime Member
    Post count: 6

    Thank you. At first glance, everything appears to be working correctly. Will this fix be added to a future update of the core GeoDirectory software? That would be a lot better than having to add code manually to any other installations in the future. It would also mean that switching themes would be easy, as we wouldn’t have to remember to add that code snippet to those themes as well.

    For anyone else reading this, the bit of code that was added to the child theme is:

    function gd_custom_init() {
    remove_filter( ‘template_include’, ‘geodir_template_loader’, 9 );
    add_filter( ‘template_include’, ‘geodir_template_loader’, 99999 );
    }
    add_action( ‘init’, ‘gd_custom_init’, 100 );

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

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

Open Support Ticket