Giter VIP home page Giter VIP logo

eea-beaver-builder's Issues

EE polluting BB ajax responses without compatibility shim

BB 2.1 contains this code

/**
* Fixes ajax issues with Event Espresso plugin when builder is open.
* @since 2.1
*/
function fl_ee_suppress_notices() {
   if ( FLBuilderModel::is_builder_active() ) {
       add_filter( 'FHEE__EE_Front_Controller__display_errors', '__return_false' );
   }
}
add_action( 'wp', 'fl_ee_suppress_notices' );

/**
* Dont load ee core, fixes the text editor tabs missing issue.
* @since 2.1
*/
function fl_ee_no_load_builder_active() {
   if ( isset( $_GET['fl_builder'] ) && class_exists( 'EE_System' ) ) {
       remove_action( 'init', array( EE_System::instance(), 'core_loaded_and_ready' ), 9 );
   }
}
add_action( 'after_setup_theme', 'fl_ee_no_load_builder_active' );

/**
* Stops ee from outputting HTML into our ajax responses.
* @since 2.1
*/
function fl_ee_before_ajax() {
   add_filter( 'FHEE__EE_Front_Controller__display_errors', '__return_false' );
}
add_action( 'fl_ajax_before_call_action', 'fl_ee_before_ajax' );

On #15 Simon Prosser from BB agreed fl_ee_no_load_builder_active is no longer necessary, but I'd like to investigate the other compatibility shims and see if those might be affecting other plugins and whether EE core should make any adjustments

EE breaking visual/text tabs on WYSIWYG editors in Page Builder modules.

Hello,

We have Event Espresso installed on our site, however we are also using Beaver Builder’s Page Builder module to author non-EE pages.

What we have noticed is that for pages that have WYSIWYG modules, the Visual/Text tabs have disappeared. When EE is disabled, these tabs reappear.

I’m just wonder if you have any idea of why EE is getting in the way of Page Builder and how we can rectify it.

Cheers!

Crashed my site

I've got the latest version of BB 2.0.6, and EE 4.9.58p. When I installed this plugin it gave me this error: https://www.screencast.com/t/dBkH1vvPD. I'm also using Beaver Themer. I used my staging site, so no harm, just thought you should know. I can live without the plugin for now, but would love to see more features added.

Thanks.

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data

I am seeing syntax errors when trying to save an EE4 BB ticket module, while the EEA BB add-on is active:

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data[Learn More] fl-builder-ajax-layout.js:11:77
	FLBuilderAJAXLayout http://801website.com/ee4-8/wp-content/plugins/bb-plugin/js/fl-builder-ajax-layout.js:11:77
	_renderLayout http://801website.com/ee4-8/wp-content/plugins/bb-plugin/js/fl-builder.js:2179:24
	_renderPreview http://801website.com/ee4-8/wp-content/plugins/bb-plugin/js/fl-builder-preview.js:608:4
	d http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:2:3854
	ajax/< http://801website.com/ee4-8/wp-content/plugins/bb-plugin/js/fl-builder.js:8452:6
	i http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:2:27444
	fireWith http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:2:28213
	y http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:4:22719
	c http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:4:26925

SyntaxError: JSON.parse: unexpected character at line 1 column 1 of the JSON data[Learn More] fl-builder.js:6418:17
	_saveSettingsComplete http://801website.com/ee4-8/wp-content/plugins/bb-plugin/js/fl-builder.js:6418:17
	_saveSettingsComplete self-hosted:1092:17
	ajax/< http://801website.com/ee4-8/wp-content/plugins/bb-plugin/js/fl-builder.js:8452:6
	i http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:2:27444
	fireWith http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:2:28213
	y http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:4:22719
	c http://801website.com/ee4-8/wp-includes/js/jquery/jquery.js:4:26925

Fatal error: Call to undefined function espresso_display_ticket_selector

To reproduce, create a new page, then add the EE4 ticket selector to the page using Beaver Builder. Save the page, then try to edit the page using Beaver Builder.

Fatal error: Call to undefined function espresso_display_ticket_selector() in /Users/sethshoultes/Documents/Websites/espresso-4-9.dev.cc/wp-content/plugins/eea-beaver-builder/beaver-builder-modules/ticket-selector/includes/frontend.php on line 4

Can't change the font size of the tickets

Hello, I just downloaded this plugin to use with Event Espresso and Beaver Builder. The Typography section of the Event Module should allow me to change the font size in the Tickets section. But no matter what I enter for a font size, the font-size doesn't change. So then I tried to fix it via CSS. The ticket size in the CSS is 8px with "! important" after it. However, when I change it to 16px, it appears to change while I'm still using Beaver Builder's Page Builder, but as soon as I publish BB and refresh my page, the fonts show up small - at - I guess - 8px. My client needs to launch this golf tournament this weekend. Can anyone help me (rather quickly)? Thanks so very much in advance.
Screenshot 2019-05-17 15 52 50
Screenshot 2019-05-17 15 53 05

Hide Table Template Venues

Looks like the EE4 table template supports hiding the venue details using a shortcode parameter. We should use that instead of hiding the venue using CSS.

Certain settings are not saving

When adding an event to the BB page and saving, then refreshing the page, the button settings are not saving. There are few other settings that are not saving either.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.