Issue # 2 - Cannot insert media (image) in Text Module

I have this weird issue in that I cannot insert images into Text Modules. I can Click Insert Media and the Media window comes up. I can select and image but the Insert into Post button is unclickable.
I see no errors in the console.
I have backed up the live site and brought it down locally. I turned off all the plugins except for BB and it still doesn’t work.
I am using the Ally Theme - Genesis Child Theme as my starting point.

I used the regular editor to add the images up to this point.

asbury.mgacreativedesigns.com

Let me know and I can spin off a test version of the site so you can troubleshoot.

Melanie

Update: It kind of works in FF and safari. There is this strange white gradient overlay. If you put your mouse on the very right edge of the button to the right of the overlay it will work. The weird gradient isn’t there in Chrome and you can’t click on it.
I’ve turned off all plugins but BB same as above
Change theme and all works…This project is 2 weeks from completion so switching right now can’t be done.
http://asbury.mgacreativedesigns.com/wp-content/uploads/2015/10/Screen-Shot-2015-10-03-at-4.23.20-PM.png

Hey Melanie,

I think this is caused by a styling your theme has. Since we’re a frontend page builder, it loads the stylesheet while you’re editing content. We can probably override that though. Do you mind sharing temp admin access to the site so we can check? You can use the private reply option below.

Ben

[Content Hidden]

Hey Melanie,

Try adding this CSS snippet and see if it works for you.

.fl-builder-edit .search-form {
  width: auto;
}

Ben

That did it! thanks.I looked and looked for the style causing this.

Melanie

Awesome! Enjoy BB! :slight_smile:

Ben