- Apitd_api_top_bar_template::update_key
- Apitd_api_top_bar_template::update
- Apitd_api_single_template::update_key
- Apitd_api_single_template::update
- Apitd_api_footer_template::update_key
- Apitd_api_footer_template::update
- Apitd_api_smart_list::update_key
- Apitd_api_smart_list::update
- Apitd_api_thumb::update_key
- Apitd_api_thumb::update
- Apitd_api_category_top_posts_style::update_key
- Apitd_api_category_top_posts_style::update
- Apitd_api_category_template::update_key
- Apitd_api_category_template::update
- Apitd_api_module::update_key
- Apitd_api_module::update
- Apitd_api_block::update_key
- Apitd_api_block::update
- Apitd_api_header_style::update_key
- Apitd_api_header_style::update
I was able to implement the Read More button by copying the code as you suggested thank you. Now I have 2 more questions:
(1) How can I change the background color of the button
(2) Do I need to move this code into the new child theme or will it “stick” through theme updates?
Thanks again
Buck
Read this tutorial and update using the FTP method (A) https://forum.tagdiv.com/how-to-update-the-theme-2/
Hi I have bought Newspaper theme, still showing me 8.7. Please tell how can I get its update? using this website http://www.moldremediationus.com.
PHP version in my host
Solved my problem
Thank you
Simion C.
I have a problem with smoth scroll position on the phone. Where can I fix this without having to do the update. can you give me the hint if it’s in Java Script and where I fix it.
Thank you
yes and for new update: https://forum.tagdiv.com/topic/pinterest-share-icon-change-pinit-js-problem/
thanks, good day
Hello studio7,
Please check here -> https://www.screencast.com/t/YwZ7sTRgL This is not the latest version of the theme. Update it to Newspaper 9.0.1.
Thanks.
I don’t quite understand what you mean. Even if you make the modifications in the theme files, what will be the deciding factor?
Please try and use the settings as it is implemented instead of making modifications in the code which will be lost after a theme update or not work properly or stop working at a future date, causing problems for all your posts.
thank you for your answer.
but the thing is? I do not have any other plugins and the theme is updated to the last version.
what else could cause such a problem?
Hello studio7,
Please update the theme to the latest version of it, remove all of your untested plugins, clear all the caches and check the results. After you have made these changes, you should consult the guide from here -> https://forum.tagdiv.com/sharing/
Thanks for your understanding!
Hi,
If you update newspaper you need to update your plugins too ( https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/ ),
Check in newspaper plugins https://www.screencast.com/t/7RfGSIru .
If this not work delete the plugin TagDiv Composer and install it again.
After that activate it.
Thank you.
Hello,
You should always create a back-up before updating so you can roll back to that back-up.
You can create a dev site to test new updates and not affect the live site:
https://www.wpbeginner.com/wp-tutorials/how-to-create-staging-environment-for-a-wordpress-site/
Thank you!
Hello Everyone,
I go to my Google search console in Structured Data and notice I have many errors related to missing updated.
First, I don’t know what that is.
Upon further diligence, I see this: Structured Data > hentry (markup: microformats.org)
Googled around and it seems these types of errors can be fixed within the theme files.
Not so sure how this works. Can anyone show me how to fix this?
Thank you.
The following works, but only when I update the parent theme vs child .. do I need to add all files under directory includes > wp_booster to make this change appear in my child theme?
function get_excerpt($cut_at = '') {
//If the user supplied the excerpt in the post excerpt custom field, we just return that
//HIS - if manual excerpt, trim to be 55 words vs entire excerpt
if ($this->post->post_excerpt != '') {
$custom_excerpt = $this->post->post_excerpt;
return wp_trim_words( $custom_excerpt, 55, '....');
}
Catalin,
Thank you for help, that fixed the issue #1
Any update on #3 & #4?
Thanks!
Did you also update the plugins?
I updated newspaper to the latest version and got this message when I tried to activate tagdiv Composer and other Tag Div plugins.
The following plugins were disabled because they are incompatible with this version of Newspaper:
tagDiv Composer
These were deactivated automatically when I installed this version of Newpaper.
Hello, my site is https://nulltx.com It has been acting slow for quite some time now and after adding the yoastseo plugin it was the straw that broke the camel’s back.
After doing some digging and installing Query Monitor, I was able to find out that td-composer generates over 500 queries per page!!! Most of the calls are update_meta_cache(), WP_Term_Query->get_terms(), and WP_Post::get_instance().
If anybody can help me figure out how to fix this I would really appreciate it.
I updated to 9.01 of Newspaper theme and ever since then the weather widget doesn’t seem to convert from Celsius to Fahrenheit, I have updated the theme panel, cleared both browser and website cache but for whatever the website still only displays Celsius. How do I resolve this issue?
Indeed the sub-footer will not be displayed when a page is selected to display in the footer. There is no setting to change this behaviour. It could only be enabled with a modification in the code if required
– https://www.screencast.com/t/kZKBvLg8vMy
This might change in further updates, an option could be added to be able to choose.
You could also make a sub-footer replica in the page directly, with a text element for example.
I uploaded the plugin via FTP and was able to activate it this time. But when I create a page and click on TagDiv Composer to use to edit the page, I get a gray screen, same as the people in the link you sent. I don’t know how to update htaccess file so I’ll pass on this. Can I continue to use WPBakery Page Builder with Newspaper or will I at some point be forced to use TD Composer? I have waited to update to Newspaper 9 because I thought I had to use TD Composer…
-
This reply was modified 8 years by
dahlnewpage.
Hi,
We recommend the tagDiv composer, this way you can take advantage of the multipurpose elements, the cloud library plugin and others more
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Use it to create pages, post templates, category templates, author templates etc.
WPBakery can still be used with the theme and it will be provided and updated, just that the new features will not be possible with it. When both composers are active there could also be issues in some cases.
Hello,
Indeed adding more features will result in a few extra queries. There were lots of features added since version 7. There were 2 major updates with lots of new features in between newspaper 7 and newspaper 9
Performance is still a concern to us ad we will not sacrifice the theme performance for adding new features but we do have to improve the theme functionality also. You cannot ad new features without some performance loss. We are working on optimization though so performance will see an increase in future releases. We are constantly working on new features but on performance optimization as well.
Until then, you can try to improve your page loading speed by optimizing your install. Try these few guides that will improve your loading speed:
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
We also recommend this Cloudflare configuration
– https://forum.tagdiv.com/cloudflare-cdn/
For speedbooster you can disable the compatibility check like so:
https://forum.tagdiv.com/topic/tinymce-advanced-and-other-various-disabling-speed-boster/
Thank you for understanding.
You can remove the image created from the video, as I mentioned above. Set a featured video and publish/update the post. Then remove the image created from the video and set your own.
Then thumbnails from that image will be displayed in all modules (with the play icon since it is a video post format).
This should answer your questions. The featured image created from the video can be replaced.
Thank you, Simion – very helpful. Appears as though the slash characters issue will be dealt with in your next Theme update as a fix.
I see. I have updated the theme and now the line crossing out “Related Articles” is now gone. However, is it supposed to say both “Related Articles” and “More from Author”?
Thanks,
Matt