Thanks Calin, that would be nice.
The modified date should only appear after second edit of an article? when I publish a fresh article immediately “modified date” is printed before the date! That’s not correct!
I have on my staging WordPress 5.2 and newspaper 9.7.2 running without any errors. I recommend you to disable all your plugins and activate them one by one. Maybe you will find the plugin that is causing the errors!
Thanks, I will be very pleased if you do so.
It will save me a lot of work at each update.
-
This reply was modified 7 years by
WilRC.
Are you willing to consider to add a get_views option in the theme files?
Since the update, I can not use my modifications saved in the child theme. I have added on all modules on the frontpage the get_views. I really want this to be selectable just like the get_comments. For now, I have to do all the changes again at each td_composer plugin update. Could this be done in an easier way?
Had the same problem fixed by deleting the theme and installing it again and then installing the plugins! Manual uploading giving more problems!
Thanks Bodgan, just fixed it with your advise 😉
Hi Simion, works perfect. Great solution. Thanks very mutch 🙂
I would like to see this option added, I have a conflict with the WPforo plugin. I don’t want to disable the mobile theme plugin while it working great and fast. But on the forum pages I have some issues in styling some wired <br> are added on some places witch gives a strange look!
With another key counter value, the pageview counter on the mobile theme doesn’t work properly. The only thing that fixed this is renaming the key meta in the wp_postmeta table:
update wp_postmeta
set meta_key = 'post_views_count'
where meta_key = 'old_key_name'
Then everthing works fine as aspected! A simple solution to import the pageviews into the newspaper theme.
Thanks, Simion, I just wanted to report that by activating the Multi-purpose plugin the views count on the mobile theme stopped working but on the normal theme not! And there is a bug with the sharing-styles!
-
This reply was modified 8 years by
WilRC.
Not all sharing styles giving errors, default style 1 works fine!
disable social sharing will make the error not showing! But I need the social sharing.
On mobile theme, I receive this error on category post page:
wp booster error:
td_api_base::mark_used_on_page : a component with the ID: style5 is not set.
/www/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
wp booster error:
td_api_base::get_key : a component with the ID: style5 Key: wrap_classes is not set.
/www/wp-content/themes/Newspaper/includes/wp_booster/td_api.php
I found out what was causing this problem. It is the Multi-purpose plugin. Deactivate the plugin makes the pageview count working again on mobile. Also, attempt to log in inside the mobile theme was blocked by the same Multi-purpose plugin!
Hi Catalin,
Thanks for your fast response, just found out what causes the problem. The plugin TinyMCE Comment Field – WYSIWYG gives a conflict with the theme panel. Deactivate the plugin loads the hex code box.