The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group
Web 2.0 Directory Plugin breaks Formidable Admin
Just for your info and for all Formidable (1.07.11) users who might use the Web 2.0 Directory (1.8.3) Plugin. Today I discovered a severe bug in W2DC which breaks parts of the Formidable form administration. Please see my bugreport at codecanyon: http://codecanyon.net/item/web-20-directory-plugin-for-wordpress/6463373/comments?page=52&filter=all#comment_9104435
The issue arises from a modified bootstrap file which conflicts with the original bootstrap.min.js used in Formidable. Btw. you should update your bootstrap version anyway. The conflicting bootstrap file contains a handler which injects additional html tags into the formidable forms:
<a href="javascript:frm_delete_field(213)" class="frm_bstooltip alignright frm-show-hover frm-hover-icon frm_icon_font frm_delete_icon" id="frm_delete_field213" title="" data-original-title="Delete Field" style="visibility: hidden;"></a> <div class="w2dc-tooltip w2dc-fade w2dc-top w2dc-in" role="tooltip" id="tooltip528741" style="top: -18px; left: 319px; display: block; position: relative;"> <div class="w2dc-tooltip-arrow" style="left: 82.7901234567901%;"></div> <div class="w2dc-tooltip-inner">Delete Field</div> </div> <div class="w2dc-tooltip w2dc-fade w2dc-top w2dc-in" role="tooltip" id="tooltip668033" style="top: -18px; left: 319px; display: block; position: relative;"> <div class="w2dc-tooltip-arrow" style="left: 82.7901234567901%;"></div> <div class="w2dc-tooltip-inner">Delete Field</div> </div>
As a result you cant move, copie or delete a form field anymore because the three icons on the upper right side of form field "jump" away if you try to click them.
Kind regards
Michael
February 10, 2015 at 8:20 pm
Thanks for letting them know. They should only enqueue their scripts on the admin pages they are using them on. Hopefully he's helpful with that.
And thanks for pointing out we're behind. We'll get that updated for the next release.
Discussion closed.