• Resolved justingaleuk

    (@justingaleuk)


    Hello

    I’m using iframes in the Occupational Therapist and Social Work Consultant accordions, I have added the code mods from this post

    But when clicking the iframe doesn’t render

    2022 is the passcode

    advice please. plugin is the latest version.
    Thanks

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @justingaleuk,

    As per the WordPress new guideline, you cannot use the iframe and special symbols in the description section because of escaping keywords. but if you want to use them then you can remove the wp_kses escaping keyword from the description. If you want to keep it then avoid the updates.

    Thanks

    Thread Starter justingaleuk

    (@justingaleuk)

    Thanks Balram19 – where would I do this?

    Hi @justingaleuk,

    Please follow the below steps:

    Step 1: Go to plugin > plugin editor.

    Step 2: Select the “Responsive Accordion and Collapse” plugin to edit the dropdown.

    Step 3: Go to lib > admin > data-post > ac-save-data.php
    line no. 13 replace, this code

    $accordion_desc = stripslashes(wp_kese_post($_POST['accordion_desc'][$i]));

    by this code

    $accordion_desc = stripslashes($_POST['accordion_desc'][$i]);

    Then let us know

    Thank you

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘iframe not showing content’ is closed to new replies.