• Resolved spierbouwers

    (@spierbouwers)


    Hi there,

    When I add text to the tab-description, there are no paragraphs at all.

    I’m using the WYSIWYG-editor and everything looks fine over there. But then when I look at my page, then the text will be displayed one without paragraphs.

    What’s going wrong?

    Elias

    For example the above text will be shown as:

    Hi there, When I add text to the tab-description, there are no paragraphs at all. I’m using the WYSIWYG-editor and everything looks fine over there. But then when I look at my page, then the text will be displayed one without paragraphs. What’s going wrong? Elias

Viewing 1 replies (of 1 total)
  • Praveen

    (@praveenmalav09)

    Hi @spierbouwers,

    Please follow these steps go to plugin file editor > Tabs Responsive > ink > admin > data-post > tabs-save-data.php line no. 13

    Replace this code

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

    To

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

    After than try to use <p> tag

    Thanks

Viewing 1 replies (of 1 total)

The topic ‘No paragraphs’ is closed to new replies.