Hi,
Can you provide the error or details on the issue you are having? Thanks! Judd
I use Divi 5, I noticed after updating to 1.1 that Divi 5 was having problems. When I went to Divi Theme builder or Divi Dashboard the screen was blank. I deactivated Gravity Forms – Edit Entries everything worked again.
@brightvesseldev when I updated it on our Underscores child custom theme we got this fatal error:
Parse error: Unclosed ‘{‘ on line 116 in /code/wp-content/plugins/gf-edit-entries/main.php on line 194
Plugin Author
Kleinmann
(@kleinmannbrightvessel)
Hi @stpaulfresno @briannehinchliffe , Thank you for your feedback. Please update to the latest version (v1.1.1 ), which includes the following fix: “Fix – Removed test call to ‘fw_print’ function that was breaking the code.” Please let us know how it goes. – Best regards
v1.1.1 broke my site with an error in bp_add_quick_edit_markup() function as short_open_tag is not supported Original<br></form><br><? // error<br>// RIP<br>wp_die();<br>}<br> Fix<br></form><br><?php // fix<br>// RIP<br>wp_die();<br>}<br>
I updated to 1.1.1 and Divi 5 looks to be working fine again
Plugin Author
Kleinmann
(@kleinmannbrightvessel)
Hi guys,
Thanks for all the feedback, Please update to the new version v1.2 and let us know how it works for you.
– Best regards