Forum Replies Created
-
AuthorPosts
-
tabboy
MemberFound 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;tabboy
MemberI’m having the same issue when I downgraded from 1.1.7 to 1.1.6 What is the resolution ?
tabboy
MemberAny 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?
tabboy
MemberIt’s also adding a datetime class to one of my text fields now for some reason…
tabboy
MemberI’ve sent a temp admin account that address.
tabboy
MemberI 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..
tabboy
MemberI was looking at that yesterday but I was hoping you had already done the work lol Thanks for your help!
tabboy
MemberThat would be extremely handy feature. When is the release date scheduled for?
tabboy
MemberI want to be able to conditionally show fields. The Backend profile doesn’t seem to be able to do this.
tabboy
MemberCheers! Finally works 🙂
tabboy
MemberCan someone please assist it’s been 5 days and I can’t use the plugin!
-
AuthorPosts