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
It was just simple text nothing else
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
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?
Hello @wajahatpirwani,
If you have backup data then you can import your data otherwise you need to recreate posts.
Thanks
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