Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

    Actually, in our last version, we restricted scripts within our form. This is for security reasons.

    If you need to allow script, please open the below file,

    /wp-content/plugins/advanced-classifieds-and-directory-pro/public/partials/listing/

    Search the below code in the above file:

    <?php echo wp_kses_post( $description ); ?>

    Replace the above code with the following code:

    <?php echo $description; ?>

    Finally, save the file and check.

    Thanks

    Thread Starter tongpang

    (@tongpang)

    Thank you, its working fine now ??

    thanks once again

    If you do a version upgrade, make sure you do this small patch again, else it will be overwritten, and scripts will stop working.

    Sanjiv gave me this patch a few days ago, with the explanation.

    I have started off a “Modifications for ACADP” directory on my hard drive as a reminder.

    Cheers Don…

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error after ACADP update’ is closed to new replies.