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

    (@pluginsware)

    Hi,

    Actually, We have 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/acadp-public-listing-display.php

    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 Jimmy Thai

    (@docteurfitness)

    Thanks you

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘iframe’ is closed to new replies.