• Resolved FDF

    (@timt20)


    Hi. In order to customise an individual’s listings page, I have followed the instructions and entered the shortcode of [drts-entity] on the page that has been linked through Single Item Page Settings / Assign Page, but as you can see the short code is not rendering at all. Other short-codes related to the plugin are working so I can’t see why this one isn’t.

    The page in question is: https://www.flightdeckfriend.com/directorytest

    I don’t suppose anyone can help please?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author pluginsware

    (@pluginsware)

    Hi,

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

    If you need to allow scripts and shortcodes, 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

Viewing 1 replies (of 1 total)
  • The topic ‘Shortcode Not Rendering’ is closed to new replies.