Beaver Builder's "Beaver Themer" Compatibility Issue
This topic contains 15 replies, has 5 voices, and was last updated by  Kiran 7 years ago.
We have moved to a support ticketing system and our forums are now closed.
Open Support TicketTagged: beaver builder, Beaver Themer
- 
		AuthorPosts
 - 
		
			
				
November 1, 2018 at 12:11 pm #452116
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.
November 1, 2018 at 12:47 pm #452120Hi 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!
November 1, 2018 at 4:26 pm #452144This reply has been marked as private.November 1, 2018 at 5:33 pm #452154Hi 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!
November 1, 2018 at 5:33 pm #452155Hi Gunther,
If possible, please share your FTP access in private reply too.
Thanks!
November 1, 2018 at 5:39 pm #452158This reply has been marked as private.November 2, 2018 at 6:48 am #452205Hello Gunther,
I can’t access your site, it showing me “We are currently performing maintenance and will be back shortly.”.
Let us know.
Kiran
November 2, 2018 at 1:46 pm #452245This reply has been marked as private.November 3, 2018 at 5:34 am #452360This reply has been marked as private.November 3, 2018 at 8:30 am #452376This reply has been marked as private.November 3, 2018 at 8:59 am #452380I am actually facing this very issue with Divi Builder. Waiting to learn the solution.
November 3, 2018 at 9:32 am #452384Hi 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
November 4, 2018 at 3:41 am #452468This reply has been marked as private.November 5, 2018 at 10:15 am #452578Hello 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
November 5, 2018 at 1:00 pm #452593Thank 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 ); - 
		AuthorPosts
 
We have moved to a support ticketing system and our forums are now closed.
Open Support Ticket