Visual Composer Row Issues

Posted in: Newspaper
Post count: 1

Upgraded to Newspaper 8.7 and now my posts are having issues. On post pages the row created by visual composer overlaps the sidebar.

http://take.ms/zQShT

Aos tried to remove Html code here! Replace this with any non empty text and that’s it. from posts home page and it still displays on the page. The code has been removed from:

includes > shortcodes > td_block_text_with_title.php

$atts = shortcode_atts(
array(
'content' => __('', TD_THEME_NAME ),
'el_class' => '',
), $atts, 'td_block_text_with_title' );

Post count: 7909

Hi,

If you use Visual Composer on your site, please deactivate tagdiv composer plugin.
Please edit your td_block_text_with_title.php file and replace all the content with – https://pastebin.com/GyidRDHY It will remove the default text from frontent.
This fix was implemented also into the latest theme version 8.7.4 (released today).

Thanks!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.