Pricing Table Plugin Conflict

Hi BB team,

I just wanted to bring to your attention that one of the recent updates by with Beaver Builder or the fatcat apps teams pricing table plugin has caused a conflict when editing within the page builder.

The pricing table plugin we’re using is https://fatcatapps.com/easypricingtables/

On a page we built using page builder I can’t edit the rows columns if the pricing table is present on the page. I removed it and saved the page and then tried to enter the page builder and everything started to function just as normal.

I know this pricing table isn’t your product but I did want to make you aware of the problem.

You can view it here. http://dev.optionsanimal.com/courses/

I can provide you login info if you do wish to experience it first hand.

[Content Hidden]

Hey Robert,

Welcome to the BB forums! :slight_smile:

This is actually caused by the outdated Font-Awesome CSS loaded by the pricing table plugin you’re using. It applies an additional styling to the .fa class. Once they update to the latest version, this shouldn’t be an issue. It’s actually a few versions lower so you might want to let them know. :slight_smile: For now, you can use the CSS snippet below as a temporary fix.

.fl-block-overlay-actions i {
  float: left !important;
}

Let us know how it goes!

Ben

Hi Ben,
Thanks for the help, your CSS snippet help with that problem and I’m one step closer to launching the new site. I am going to let them know about this problem with outdated CSS.

Have a nice day!

Awesome! Enjoy BB! :slight_smile:

Ben