• Resolved mediaweapon

    (@mediaweapon)


    I′ve started to use this Plugin around a year ago. Back than it was possible to add HTML Code, in my case a IFrame, into the content of the tabs. We used this to embed a instruction video from youtube for different devices. Websites that had the html code inside the content still keep it, as long as i don′t update the tabs. But the issue is, I cannot update it, or add a new one. Since I didn′t changed the videos for around a year and I′m right now in a redesign of the website I haven′t noticed this bevor and cannot say, since when this is a issue.

    Is the deletion a code a expected behavior or is there a new way to add html into the tabs?

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Praveen

    (@praveenmalav09)

    Hi @mediaweapon,

    Please follow the below steps:

    Step 1: Go to plugin > plugin editor.

    Step 2: Select the “Tabs Responsive” plugin to edit the dropdown.

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

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

    by this code

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

    Then let us know

    Thank you

    Thread Starter mediaweapon

    (@mediaweapon)

    Hi @praveenmalav09

    I tried this code and it worked. Now HTML Code be used again in the tabs.

    Thank you

    Praveen

    (@praveenmalav09)

    Hi @mediaweapon,

    Glad that your issue has been resolved if you like our plugin please rate us.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘HTML in Tabs gets deleted’ is closed to new replies.