• Resolved ayshe34

    (@ayshe34)


    So I add the embed code to the place where it says “Sample Description” but when i update or save it as draft it resets. Like the code disappears. I tried different embed codes from different sources but nothing works. I also tried deactivating all the plugins.

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

    (@praveenmalav09)

    Hi @ahasanpour,

    As per the WordPress new guideline, you can not add special characters and embed code( iframe ) in the description section because of escaping functions i.e it stripping out unwanted data.

    Thanks

    Thread Starter ayshe34

    (@ayshe34)

    But I could do this like 2-3 weeks ago

    Praveen

    (@praveenmalav09)

    Hi @ayshe34,

    Please follow these steps go to plugin file editor > select tabs responsive > ink > admin > data-post > tabs-save-data.php

    remove this code

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

    to

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

    If it works or not please let us know.

    Thanks

    Thread Starter ayshe34

    (@ayshe34)

    Thank you so much, it worked.

    Praveen

    (@praveenmalav09)

    Hi @ayshe34,

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

    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘tabs responsive doesnt work’ is closed to new replies.