Hi,
I was using ” Text with title block” of Visual Composer for most of my posts. But after updating the theme to new 6.1 version all my “text with title block” posts have been replaced with normal “text block” of VC because of which all my posts are not showing like they used to before refer: 
when i checked i noticed that there was option of title style in previous ” text with title box” of VC but in new one there is no option for that the previous code was like; ” [vc_row][vc_column width="1/2"][vc_column_text][td_text_with_title custom_title=”PROS:” header_color=”#81d742″ title_style=”td_title_style_1“]”
but the new one is; ” [vc_column width="1/2"][td_block_text_with_title custom_title=”PROS:” header_text_color=”#ffffff” header_color=”#81d742″][/td_block_text_with_title][/vc_column][vc_column width="1/2"]”
loss of style option is not the problem but how can i get my posts back to normal like they were before ?
is there a way to restore or integrate the older “text with title block ” with new theme.
Hi,
For pages you have to run the update script – http://screencast.com/t/mEvkKunw2Q7T
It should automatically replace the old shortcodes with new ones.
This may not work for your posts content but you could try to search and replace (on database) the old shortcodes with the new ones. You could use a plugins like search and replace – https://wordpress.org/plugins/search-and-replace/
Before trying this backup the database. – https://codex.wordpress.org/WordPress_Backups
Thank you, Emil G.
Hi,
What will happen if i replace the theme file of version 6.1 in path ” Newspaper\includes\shortcodes/td_block_text_with_title.php” with the theme file of older version in path ” Newspaper\includes\shortcodes/td_text_with_title.php”
After replacing the name of older version file with new versions file name “td_block_text_with_title.php”
because i saw there is a huge difference in code of both of these files but are made for same block only different version.
refer: 
or is there a way for me to replace a certain code or file in the new theme with older one so that my posts will appear the same way they used to before.
Please suggest, i want to use the new theme but dont want to write titles of all the posts again.
Thanks you.
Hi,
Remove the _block from indicated location: should be: td_text_with....
http://screencast.com/t/SMCz66Mac4j
http://screencast.com/t/GksaFfw8
http://screencast.com/t/SZv6oXSPzV
Thanks!