• It looks like there is a huge compatibility problem with CF7, since my admin screen looks really different from the screenshots and there are some problems: the list is not updating after another form is selected via the dropdown menu, and the delete link next to each entry simply doesn’t work!

    Let me know how can I help you to help me 🙂 Thanks!

    https://wordpress.org/plugins/contact-form-advanced-database/

Viewing 9 replies - 1 through 9 (of 9 total)
  • I have the same problem, delete not working.

    wp after the last update to the latest version of this plugin does not work.

    Will it be in the near future a new, working version of this plugin?

    Plugin Author Christian Bautista

    (@akosicb)

    Hi loreboldo and gielo,

    Thanks for letting me know of this bugs. I will work on this over this week.

    Thank you so much for the help!!

    Plugin Author Christian Bautista

    (@akosicb)

    Hi gielo,

    New version of the plugin is now available. It should solve the bugs listed above. Sorry updating this very late.

    Thank you!!

    Hi there!
    I have the same problem, Only I just downloaded the plugin. Still the same issue, no delete function on records!

    Hi folks!

    I’ve been looking into plugin code and seems to me that the hook for this plugin wasn’t created… if I comment this two lines on file cf7_adb.class.php it works like supose to:

    function enqueueLibs($hook){
    		//if($hook == 'contact_page_cf7-adb'){
    			wp_enqueue_style( 'cf7-adb', CF7ADBURL.'/lib/css/style.css' );
    			wp_enqueue_script( 'cf7-dataTables', CF7ADBURL.'/lib/js/jquery.dataTables.min.js', array(), '1.10.6', true );
    			wp_enqueue_script( 'cf7-script', CF7ADBURL.'/lib/js/cf7-script.js', array(), '1.0.0', true );
    		//}
    	}

    Thank you for your work, Christian, this plugin helps me alot!

    Plugin Author Christian Bautista

    (@akosicb)

    Hi,

    I checked it on the current version of wordpress it seems that WordPress change the convention of the url of the plugins being hooked. Thanks for letting me knot of this issue.

    @alceumelo – thanks a lot for your helping me fix the problem!

    Version 1.0.7 is now available, that should fix the issue.

    Thank you!

    Hi Christopher,

    I’m glad to help you, and Thank you for your work!

    Regards!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Selector and delete not working’ is closed to new replies.