Hi,
if you are using both Preslelect Ad Category and Dependant Taxonomy Dropdown snippets then you can add in your wp-config.php file the line below
define( "PRESELECT_AD_CATEGORY_USE_DTD", 1 );
Then the preselect category will use DTD instead of categories tree.
Make sure you are using the latest PAD and DTD versions otherwise this line will have no effect on site.
Hello
When I click on select it redirects to same page.
https://www.sellyourstufffree.com/ad-listing/create-ad/
Thanks
Norman
Also, how can I make the flash message and the category field shorter?
When the form is submitted the preselect_ad_category_dtd_redirect() function in preselect-ad-category.php file is executed.
In your case it looks like it is either not run for some reason or it fails when validating a nonce or when checking if the selected category value is a valid number.
Anyway, you would need to start the troubleshooting there.
It’s fixed
I move the “define( “PRESELECT_AD_CATEGORY_USE_DTD”, 1” to the top of the wp-config.php
Ok great, i am marking the thread as resolved then :).