• Resolved kammerer19

    (@kammerer19)


    Greetings!

    First, many thanks for a wonderful plugin. I have been using it for a few years and it is perfect.

    However, recently, I’ve noticed an issue that does not allow me to maintain my content within an accordion tab. Please refer to the 1st tab called “The Light of Forgotten Times” on my test page: https://vl-sciencefiction.space/stories/

    To design this section, I used <center> and <input> HTML tags and they were processed correctly. It was more than a year ago, and the previous version of your plugin did well. Now, if I try just to make a trivial change (i.e.: remove a typo in textual content) and then click UPDATE in the admin area, for some reason, the aforementioned HTML tags get wiped out in all accordion tabs (not only in the one I edited). Please refer to this screenshot displaying what unexpectedly happens to the code: https://www.screenpresso.com/=istre

    Looks like, the newer version of the plugin removes those tags, even though the older one did not.

    At your conveninece, could you please fix this?

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Support Praveen

    (@praveenmalav09)

    Hi @kammerer19,

    The tags you’re talking about are appearing at the front you can check in below screenshot.

    https://ibb.co/KWhwv09

    Thread Starter kammerer19

    (@kammerer19)

    Hi Praveen!

    Thank you for your assistance.
    The tags are currently there because I used my backup to revert changes.
    Please check this video to see how issue happens:
    https://www.screenpresso.com/=4VTY

    Plugin Support Praveen

    (@praveenmalav09)

    Hi @kammerer19,

    Please follow these steps go to plugin file editor > select Responsive Accordion And Collapse > lib > admin > data-post > ac-save-data.php line no. 13

    Replace this code

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

    to

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

    Thanks

    Thread Starter kammerer19

    (@kammerer19)

    Hi Praveen!

    Many, many thanks!

    I applied the fix that you suggested and now everything works ))

    I am sorry for delayed response, I had a long-lasting power cut in my town and could not do anything.

    Will you include this fix in the next plugin update?

    Plugin Support Praveen

    (@praveenmalav09)

    Hi @kammerer19,

    Glad that your issue has been resolved. If you like our plugin then rate us.

    If you want to keep the changes then you’ve to ignore the update

    Thanks

    Thread Starter kammerer19

    (@kammerer19)

    Once again, thank you!
    I already left a review after first instalation.

    To be honest, I find a bit hard to understand why you want to keep this issue, but this is your decision. I will just disable updates.

    This ticket is now closed.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Some HTML tags are removed upon updating content in admin area’ is closed to new replies.