- 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
Hi,
First be sure that you update the Cloud library plugin as well. Try to clear the browser cache and re-save the permalinks in the WordPress settings. Check the results and let us know.
Thanks
hello guys,
i just tried to update my WPBakery Page Builder, but it’s asking for activation.
how can i update it ?
Thanks
Hi,
For most users the automatic update of the tagDiv composer and social counter plugin works, we will try to make more improvements to this process however. If for some reason it fails, these plugins will have to be updated manually like the rest of the theme plugins. That can be done in the Newspaper plugins panel.
About the ad, I could take a look. Provide a link to your website where the problem is present.
Thanks
Hi, can you give me a quick update when this implementation is expected?
The new 8.8.2 update…sorry, failed to get the right number of the update posted.
I have taken the 3 variant, now I can make sure this update? Since after each update the changes are gone, I’m using Child Theme, it has to go that way, right?
Hello, are the little updates also documented (8.8.1-2), what was new or changed? Only found this: https://tagdiv.com/newspaper/ but these are just the big update
tried updating to latest theme version and latest visual composer version with the theme update. Nothing is showing up when I use a media masonry grid. Help?
The new 8.8 update has disabled my top banner ads on mobile phones. Everything was working well before the update.
My homepage links under the new update sends my traffic to homepage.com/news-smart-content-box/ instead of the category respective to the link. Visitors get an error page not found notification.
Hey,
Plugins will not install – TagDiv AMP & Tag Div Social Counter. The social counter it says actions are forbidden and with AMP it says “plugin not activated” and then says “a higher version of this plugin is needed to work, please update.”
I am not sure how to update as it is not showing up in my plugin section and only in my theme panel section of my site.
I am also having issues with my sidebar for posts. I have 2 ads and need to put a widget in the middle of the 2 ads for my article pages and latest posts section but it keeps deleting my widgets.
Thank you.
I think you can disable the search item in the menu from the theme panel.
Theme does not control ‘core’ WP functions however, like search. You would need either a separate plugin for that, or custom function added to your functions file (or custom plugin for your functions to survive theme updates).
e.g.,
function wpb_filter_query( $query, $error = true ) {
if ( is_search() ) {
$query->is_search = false;
$query->query_vars[s] = false;
$query->query[s] = false;
if ( $error == true )
$query->is_404 = true;
}
}
add_action( 'parse_query', 'wpb_filter_query' );
add_filter( 'get_search_form', create_function( '$a', "return null;" ) );
function remove_search_widget() {
unregister_widget('WP_Widget_Search');
add_action( 'widgets_init', 'remove_search_widget' );
Heh … welll….. tech support folk vary in actual knowledge, sadly. I only knew about this as I helped a client couple years back setup his website, and every time I went to update a page with changes it would not show up, and had to go into the GoDaddy panel to clear the aggressive caching.
Their tech support site is way better than it was 5 years ago, so good to bookmark that for a lot of common “what the heck” questions — especially if their tech support person is clueless. 🙂
Hi,
I’m having a strange issue with the sub-footer menu titles since about two updates ago, and I can’t seem to fix it.
On my site’s pages, the titles of the sub-footer menu items display correctly, like this:
https://i.gyazo.com/58dff19ec8916ad57bb1aae9e9583c7b.png
However, when I click on a post, the titles are displayed in code, like this:
https://i.gyazo.com/792e7aab7da9b41f0c884595e1e91c45.png
All of the links are still clickable and go to the correct destinations —the titles are just displayed incorrectly.
This issue is present on both of my websites that use Newspaper (they have near-identical layouts as well).
Any ideas on how to fix this?
Thank you.
Hi guys,
Just updated Newspaper to version 8.8.2, and I can no longer see the Cloud template library. When I hit “Add New” under Cloud Templates, it just creates a regular old “Add new page” form.
I can still access my existing cloud templates, but I just can’t download any new ones.
Thanks,
stuart
Hi JL,
You go to Dashboard > Newspaper > Plugins and select tagDiv AMP to update. Then, the plugin will be activated again. Please try. Thanks.
Hi Catalin,
I have the same problem…
The plugin is updated and activated…
Any suggestion ?
Thanks.
The website with this page where I need two columns is running Newspaper 8.6. Now I checked Newspaper > System Status, and the version 8.7.2 is available. Maybe this is the reason your screenshots have more options for column layout than the ones available here. I’ll update and follow your suggestion. Thanks.
Update: My message above refers to the automatic update identified by WordPress for my site. I had to add the Tag Composer manually.
I have an ad that is not showing correctly with the new update of Newspaper, and yet I cannot correct it online because Tag Composer is not updated to work with the new update of Newspaper. These updates should come in simultaneously.
Hello francis,
You should go to the Plugins section area and update the plugin from here -> https://www.screencast.com/t/TsZ5QDTElLY
Thanks.
Hi,
@Nadelaine In case a category does not have any sub-categories, the theme will display other categories instead, this would be considered a feature.
If it has sub-categories these will be displayed.
You can simply comment or remove the mentioned code in the theme files if you would like to display nothing in case there are no sub-categories
– https://www.screencast.com/t/Ll526ib61Gq
Then make a back-up of the file and after an update replace the new file, or keep commenting the code after each update. That would be the easiest way.
Thanks
Thanks for the answer Catalin.
Another two questions on Tag pages.
Since the theme update today the Tag tag is shown on the Tag Archive page: https://footballinside.net/tag/bournemouth/
As you can at the top it displays: Tag: Bournemouth..
How do I get rid of the ‘Tag:‘ part? I have been looking in the code, but I can’t seem to locate the area.
I have tried hiding it with CSS, but that makes the complete title go away…
Question 2:
Is it possible to hide the Tag description on that page? I want to use the description for SEO purposes, but I don’t want to use too much text if the text is shown on the page.
I have tried to hide it with CSS using ‘entry-content’ as a parameter. However, the text still shows…
Thanks again for the support.
Hi Team,
I just updated the theme version to the latest 8.8.2. However, the tagDiv AMP plugin was deactivated and cannot be activated again. It said the tagDiv AMP plugin is not compatible with the current Newspaper theme. Please kindly assist. Thank you.
Website: NicoBros.com
Hey @simion is there a way to change the default single template date (not time ago) in the cloud library plugin to last modified date, or is it too complex? (I can keep code backups no problems). Maybe if you can point me to where the code to display the date is then I can change it myself. I really need this feature so I can roll out a new post template. Thanks for the new update btw.