Forum Replies Created
-
AuthorPosts
-
tabboyMember
Found a solution.
If the class doesn’t exist then just add it. Add these lines to the top of the file umFormsListTableClass.php
/**
* Check that ‘class-wp-list-table.php’ is available
*/
if(!class_exists(‘WP_List_Table’)) :
require_once(ABSPATH . ‘wp-admin/includes/class-wp-list-table.php’);
endif;tabboyMemberI’m having the same issue when I downgraded from 1.1.7 to 1.1.6 What is the resolution ?
tabboyMemberAny update on this issue?
I attempted to roll back to a prior version of the plugin that worked but all hell broke loose and I was getting PHP errors.
How can I roll back the plugin version?
tabboyMemberIt’s also adding a datetime class to one of my text fields now for some reason…
tabboyMemberI’ve sent a temp admin account that address.
tabboyMemberI disabled all the plugins and it hasn’t resolved my issue. It’s unusual because on of the datetime pickers works but the other doesn’t and the calendar drop down is working it just doesn’t populate the field when you select it..
tabboyMemberI was looking at that yesterday but I was hoping you had already done the work lol Thanks for your help!
tabboyMemberThat would be extremely handy feature. When is the release date scheduled for?
tabboyMemberI want to be able to conditionally show fields. The Backend profile doesn’t seem to be able to do this.
tabboyMemberCheers! Finally works 🙂
tabboyMemberCan someone please assist it’s been 5 days and I can’t use the plugin!
-
AuthorPosts