Ubergrid Theme conflict

This topic contains 4 reply and 2 voices, and was last updated by James 10 years, 1 month ago
Viewing 4 Posts - 1 through 4 (of 4 total)
Author Posts
February 3, 2014 at 10:20 pm 15041
James I purchased the WP User Frontend Pro plugin and it will not work with the Ubergrid theme I am using. If I switch to a default theme the form building works correctly. But, If I have the Ubergrid theme turned on the plugin starts out pre-populated with some of the info, guessing it is coming from the Ubergrid theme somehow. If there anything that can be done?
February 3, 2014 at 11:06 pm 15042
Tareq Hasan Tareq Hasan

I don’t about ubergrid theme. So please provide your site url, user login and password so we can check it. Also mark your reply as Private reply to keep it safe.

February 3, 2014 at 11:25 pm 15043
James James This reply has been marked as private.
February 4, 2014 at 12:15 am 15045
Tareq Hasan Tareq Hasan

Seems like a javascript error, coming from ubergrid/pukka/js/dm/jquery.dm.image.js file.

No WordPress editor is present here, thats why it’s giving that error. Find this line:
[js]var wp_media_post_id = wp.media.model.settings.post.id;[/js]

Add this line just before that line above:
[js]if ( typeof wp.media === ‘undefined’ ) return;[/js]

Should be fixed.

February 4, 2014 at 12:37 am 15047
James James This reply has been marked as private.
Viewing 4 Posts - 1 through 4 (of 4 total)