Errors in the new version 9.7

Posted in: Newspaper
Post count: 63

Hi,

After updating the Newspaper to version 9.7, “RELATED ARTICLE” and “TOP ARTICLE LIKE” no longer appear on the pages of the records.

At the same time, the buttons “RELATED ARTICLE” and “TOP ARTICLE LIKE” were activated in the settings (see screenshots).

In the loop-single.php new file the codes is now missing:
<?php echo $td_mod_single->related_posts();?>
<?php echo $td_mod_single->get_social_sharing_top();?>
<?php echo $td_mod_single->get_social_sharing_bottom();?>

https://imgur.com/NiRVigX
https://imgur.com/E6FaHvX

Post count: 64

I have the same problem!

Post count: 64

The bug there is in default post template

Post count: 34

Did you guys actually test this 9.7 update before releasing it? Yikes.

Post count: 64

Hi.
I have apparently found a way to fix this CRITICAL bug. The developers made a terrible programming error in loop-single.php file.

Solution consists in using the extended td_module_single class when create a $td_mod_single, instead the developers used the main class td_module_single_base.
In addition, it is necessary to insert the social and related posts function to loop-single.php

Code for solve extended class bug:
$td_mod_single = new td_module_single($post);

Code for top social icons:
<?php echo $td_mod_single->get_social_sharing_top();?>

Code for bottom social icons:
<?php echo $td_mod_single->get_social_sharing_bottom();?>

Code for related posts:
<?php echo $td_mod_single->related_posts();?>

  • This reply was modified 7 years by ySV.
Post count: 35449

Hi,

When you’ll be updating to the Newspaper 9.7 version, you’ll need to activate the tagDiv Composer to keep the Newspaper theme functionality you’ve previously used.
Otherwise, you will have basic WordPress functionality, complying with Envato WordPress Requirements – https://help.author.envato.com/hc/en-us/articles/360000472383-WordPress-Theme-Requirements

Please check the post template from panel or default to other post template -> https://www.screencast.com/t/jwPm1iydc

Thank you!

Post count: 64

Hi, tagDiv Composer is active! I think that not is a good solution change all posts template to solve this bug! I think you should release an update to fix the bug as soon as possible, for your users.

Post count: 100

The tagDiv Composer is active on my WP.

When I change Post Settings to another style, the share buttons are ok, but this does not solve the problem.

Post count: 64

Hi here there is my solution for use a default template: https://forum.tagdiv.com/topic/errors-in-the-new-version-9-7/#post-289833

  • This reply was modified 7 years by ySV.
Post count: 16

But I like default style. Style 2 is most like default, but it is not the same. Now I must change the style to new look. Why don’t have custom post style like on this picture ? https://www.screencast.com/t/jwPm1iydc

Post count: 100

This is not a solution. I use differents styles on the same WP, because we have different photos sizes and articles.

Post count: 35449

Hi,

There will be very soon an update that will fix these problems.

Thank you!

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