- 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, TagDiv our Developers has updated the much awaited version of Newspaper theme with high hopes that, according to your reps, the new update will fix our instagram issue, but have to say with disappointment, that after updating the theme to the latest version, the problem of Instagram stays wherever it was before?
Now, will you guys would say that wait for another update of the theme?
How long will you guys play this annoying game with your clients??????
Hello Thomas!
If you can’t wait for the update which I’m not sure when this setting can be included, then you can contact our custom work team here and they can help you: https://tagdiv.com/premium-customization-services/
Thank you for understanding!
Hello,
I verified your page and seems you have some errors -> https://i.imgur.com/Hmhp3Wp.png -> https://i.imgur.com/k38vMSt.png related to ads -> https://9to5google.com/2020/05/14/chrome-heavy-ad-limits/ -> https://developers.google.com/web/updates/2020/05/heavy-ad-interventions
Thank you!
Hi there,
I have addressed this issue previously and was told by one of your team that this issue would be dealt with in an update.
We have tried to change the file but unfortunately the issue persists.
Is there anything else we can try or someone else we can contact?
All the best
Thomas
Hi,
Thanks for the update. Yes, it was nginx. That was the culprit. The problem is now solved.
Thank you very much for the quick support.
Regards
Hello!
Is this fixed with the update from today?
All the best,
Daniel
-
This reply was modified 4 years by
danna.
Hello, I enabled mod_subsitute on apache and added the lines you showed in my .htaccess, but the theme’s system status does not show anything about module substitute. Everything worked well, until I updated tagdiv composer, is there a way to revert to the previous version?
Hi adamuiowa, the theme panel options are now recommended only if you want to use the same AdSense code in more ad box elements, in this way you can change the code from the theme panel and will change for all ad box where it is set as a source.
If you set the code directly in the ad box, then this will make request to the ad directly without been needed to check first in ad source.
Also, I checked your website and you have some errors in console, those can make the loading of ads to be longer then it should be -> https://i.imgur.com/3xUGa1X.png
Another thing is that the Newspaper v11.4 was not tested with WordPress v5.9, so it can be an interference too. If you want you can make a full backup and update the theme to v11.4.1
Now, there can be other situations, for example if you use some optimize plugin that is set some scripts to load in footer, then the ads will be added after the content.
There are more aspects that need to be checked and I will love to take a look and see if this situation can be solved, but for this you’ll also need to improvise the website speed, right now this is not so good.
Hi columbusunderground,
You have the same problem with the ads loading? those are loading only after a few seconds? If yes, then we’ll check your website too, but for further problems, please open a new topic and explain the situation you have and provide details and a link to the website, because sometimes the same issue can be from different cause.
Thank you for your understanding!
Hi zarbos, we prepper a theme update and this will be compatible with the WordPress v5.9, our developers tried there best to fix all the problems with our theme and WP 5.9 that we found until now.
The update will be this week. before updating the live website, please make a test on a subdomain or staging.
Thank you!
Hi aibrawish,
Unfortunately, for the moment there is no option for this in our theme.
The profile picture can be updated for the moment only from the backend account of user.
Thank you!
Hi,
New login options are on our priority list for future updates.
Thank you!
Hello,
You can create a page and assign it in the modal popup or add custom content.
In the next update will be added new triggers (Cursor, Scroll) -> https://forum.tagdiv.com/modal-popup/
Thank you!
I have one more question. When I do have category/tag-list item with hierarcial tags, is there a way to filter it with only parents ID so the children are displaying? I need to have it like that, if someone ads new children to the parent tag, the child will be automatically in the menu. Should I modify the theme code to make this possible?
I made my tag list hierarcial with this snippet if it does matter:
`function wd_hierarchical_tags_register() {
// Maintain the built-in rewrite functionality of WordPress tags
global $wp_rewrite;
$rewrite = array(
'hierarchical' => false, // Maintains tag permalink structure
'slug' => get_option('tag_base') ? get_option('tag_base') : 'tag',
'with_front' => ! get_option('tag_base') || $wp_rewrite->using_index_permalinks(),
'ep_mask' => EP_TAGS,
);
// Redefine tag labels (or leave them the same)
$labels = array(
'name' => _x( 'Tags', 'Taxonomy General Name', 'hierarchical_tags' ),
'singular_name' => _x( 'Tag', 'Taxonomy Singular Name', 'hierarchical_tags' ),
'menu_name' => __( 'Hierarkiset tagit', 'hierarchical_tags' ),
'all_items' => __( 'All Tags', 'hierarchical_tags' ),
'parent_item' => __( 'Parent Tag', 'hierarchical_tags' ),
'parent_item_colon' => __( 'Parent Tag:', 'hierarchical_tags' ),
'new_item_name' => __( 'New Tag Name', 'hierarchical_tags' ),
'add_new_item' => __( 'Add New Tag', 'hierarchical_tags' ),
'edit_item' => __( 'Edit Tag', 'hierarchical_tags' ),
'update_item' => __( 'Update Tag', 'hierarchical_tags' ),
'view_item' => __( 'View Tag', 'hierarchical_tags' ),
'separate_items_with_commas' => __( 'Separate tags with commas', 'hierarchical_tags' ),
'add_or_remove_items' => __( 'Add or remove tags', 'hierarchical_tags' ),
'choose_from_most_used' => __( 'Choose from the most used', 'hierarchical_tags' ),
'popular_items' => __( 'Popular Tags', 'hierarchical_tags' ),
'search_items' => __( 'Search Tags', 'hierarchical_tags' ),
'not_found' => __( 'Not Found', 'hierarchical_tags' ),
);
// Override structure of built-in WordPress tags
register_taxonomy( 'post_tag', 'post', array(
'hierarchical' => true, // Was false, now set to true
'query_var' => 'tag',
'labels' => $labels,
'rewrite' => $rewrite,
'public' => true,
'show_ui' => true,
'show_admin_column' => true,
'_builtin' => true,
) );
}
add_action('init', 'wd_hierarchical_tags_register');`
Hi,
I just updated my version of Newspaper to the latest version and I’m trying to resolve some issues on the homepage, but changes within the tagdiv composer don’t save. I get two green notifications that the header and footer have saved, but the actual updates I make within each module on the page do not stick.
I’ve checked the console and I’m getting this 406 error on page load
/wp-json/td-composer/save_post?uuid=f7b8f47a-e938-4475-3089-1233c431c54d:1 Failed to load resource: the server responded with a status of 406 ()
and when I press save I get:
load-scripts.php?c=0&load[chunk_0]=jquery-core,jquery-migrate,utils,regenerator-runtime,wp-polyfill,wp-hooks&ver=5.8.3:2 POST /wp-json/td-composer/save_post?uuid=215d8094-a6a1-9ad7-e495-0cf282b5e3bc 406
I’ve gone through my plugins and deactivated basically everything non essential and the issue persists.
Can anyone provide any insights that could help?
Thanks
Hello,
I switched back to Newspaper last week. I noticed that the entire website loads at first and a FEW seconds later, my Adsense ads load. The Adsense load right away on different themes with the website, but with Newspaper, they are loading LAST.
I lost a lot of revenue. Because people are clicking on links before even seeing the ads.
I don’t have any plugins that manage my ads or anything. Not even an ad server. Trust me, this has nothing to do with Adsense, it is theme related. Because when I switch to other themes, they work fine.
***UPDATE – Problem is here**
I noticed something that if I use the “custom ad slots” provided by Newspaper, the ads load very slow and last. If I paste the code directly into the design without using the ad slots, they load fast.
Newspaper: 11.4
Gossip Pro theme
Wordpress version: 5.9
PHP version: 7.4
Website https://www.wrestleview.com
I am waiting for full compatibility with wordpress 5.9. I think an Elite developer must always be ready. We have two more themes with Elite developers and they have been updated. Thank you.
Regards
Hi,
Is there any way that allows the user to update his profile picture from the font-end without any access to the wordpress backend?
Updating the Newspaper theme
I want to update to 11.4 and I get this message
Downloading the update from https://cloud.tagdiv.com/wp-content/uploads/2021/12/Newspaper.zip…
An error occurred while updating Newspaper: Download failed. Forbidden
Downloading update from https://downloads.wordpress.org/release/wordpress-5.9-new-bundled.zip…
Download failed.: cURL error 18: transfer closed with 13615164 bytes remaining to read
Installation failed.
Please help me
Imposible to update the plugin according to the system you propose. Every time try I have to come back to the old version of the plugin and the web does not work at all
hello team, here i have the website https://indcryptonews.com/
I have added RSS feed and fetching some news but those news image isn’t displaying on single page post check here https://indcryptonews.com/the-crypto-industry-is-more-bullish-than-the-bitcoin-charts-jan-27-feb-2/
if we update the post after it gets fetched then only images are displaying. i think this error is coming from the theme please help me!
check these : https://i2.paste.pics/FVX4E.png
https://i2.paste.pics/FVX4X.png
https://i2.paste.pics/FVX5H.png (before updating the post)
https://i2.paste.pics/FVX66.png (after updating the post)
Hi there
After the latest update, we have 2x date on posts. For some reason even playing with options does not change a thing. I have disabled the cache plugin.
https://www.sisak.info/2022/02/04/za-zaposljavanje-aktualnog-dozupana-2020-urigirao-glavni-tajnik-hdz-a-krunoslav-katicic/
Hello Caner!
Make sure you assign your mobile page to your desktop page template: https://www.screencast.com/t/cI3kmlNrcklY -> https://tagdiv.com/newspaper-10-3-7-update-brings-customizable-and-fast-mobile-pages/
This issue can be from a cache plugin. Please check!
Thank you!
When the new update of theme is coming?
Hello @zatyshnyy!
The RC 11.4.1 allows us to easily upgrade for testing the next versions of Newspaper. But, when the final update will come, it will be without RC.
Thank you!