Hi @chrisphast
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 front > ac-content.php
line no. 103 replace, this code
<?php echo do_shortcode(wp_kses_post($accordion_desc)); ?>
by this code
<?php echo do_shortcode($accordion_desc); ?>
Step 4: 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
Your updates to code work. I’m now able to see my iframes and embedded videos. Thank you!
Hi @chrisphast,
Glad that your issue has been resolved if you like our plugin please rate us.
Thank you
I have the same issue that iframe videos (youtube videos) no longer appear.
I checked the code lines and they were already set as recommended above.
Is there something else I could do to make sure the videos show on our website in the accordeon?
Hi @fblinden,
Please share your site URL so we can solve your issue.
Thank you
Hello,
I’m also having the same issue. The code lines above were already set in the plugin editor.
Hi @moorecreations,
Please share your website URL so we can solve your issue.
Thanks
Hi @moorecreations,
The URL you shared is protected with a password so we are not able to see our plugin.
Thanks
Hi
For me, the same, after clicking it appears and disappears
https://sociosgornik.org/socios/sprawozdania-finansowe/
Hi @dr74,
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 > installation > installation.php
line no. 16 replace ‘true’ to ‘false’
if it’s work then let us know
Thank you
Hi @lokeshkalosiya
Everything works
Thank you
Hi @dr74,
Glad that your issue has been resolved if you like our plugin please rate us.
Thanks