• Resolved wajahatpirwani

    (@wajahatpirwani)


    So I’ve been using this plugin for quite a while now but I don’t know why all the tabs are now deleted automatically. I can see all the tabs I’ve created in the past, but None of them have any data.
    Can anyone guide me on how I can retrieve the data?

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

    (@praveenmalav09)

    Hi @wajahatpirwani,

    Please provide us with which type of content you are using in tabs content which is disappeared then we will check and resolve your issue.

    Thanks

    Thread Starter wajahatpirwani

    (@wajahatpirwani)

    It was just simple text nothing else

    Praveen

    (@praveenmalav09)

    Hi @wajahatpirwani,

    Please go to plugins > plugin editor and select Tabs Responsive and go to ink > admin > data-post > tabs-save-data.php file change the below code with other code on line number 13

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

    To

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

    If it works or not please rate us.

    Thanks

    Thread Starter wajahatpirwani

    (@wajahatpirwani)

    Hello @praveenmalav09.
    So I have replaced the code but nothing worked. Is there any other way to restore the previous data which was available in the tabs?

    Praveen

    (@praveenmalav09)

    Hello @wajahatpirwani,

    If you have backup data then you can import your data otherwise you need to recreate posts.

    Thanks

    Thread Starter wajahatpirwani

    (@wajahatpirwani)

    I do have the .wpress file but even after importing it I don’t get the tabs. It’s over 120+ tabs so it will be a long process to recreate them.

    Hi @wajahatpirwani,

    You can only import xml file otherwise you’ve to create new tabs.

    thanks

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Tabs content got deleted automatically’ is closed to new replies.