- NewsmagHow to update a plugin
- NewspaperHow to update a plugin
- NewsmagHow to update the theme
- NewsmagHow to update the WPBakery plugin
- NewspaperHow to update the WPBakery Page Builder plugin
- NewspaperHow to Update the Newspaper Theme
- 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
Hi,
The Newsletter plugin will show only the email field currently, regardless of other fields that are included in the embed code. I believe this will be modified in coming updates, the plugin will be improved in may aspects.
You can try the alternative, enter the form embed code in a simple text element, like the column text for example. Then the form will be displayed exactly as created.
Sorry or the inconvenience.
Thanks
Hi,
Seems the sidebar is breaking from the page container for some reason.
Did you test with all plugins deactivated (except theme plugins) to see if the same happens? Specially minification plugins can cause all kinds of problems.
Does it happen only on that page, try with a new page. Try to update the WPBakery plugin to the latest version as well (theme package provides WPBakery version 5.5.1).
Thanks
Hi,
I am not aware of such plans, I believe there are currently other tasks to be completed by our developer team. With each update we try to provide as many fixes and new featured as possible.
There would be no such extended and advanced documentation, besides this guide
– https://forum.tagdiv.com/the-theme-api/
Sorry for any inconvenience. Maybe in the future such a functionality would be available also with the proper documentation. There are many suggestions and waiting to be considered, on our list.
Thank you!
Hi,
If you load 10 fonts, then this would be somewhat of a problem. Only three custom fonts can be loaded in the theme panel currently. I will add this on our list and see what can be done about it. We will try to add more custom font spots.
So if you still want to use the same 10 fonts there would be some possibilities. You could multiply the font upload spots in a theme file. Example
– https://www.screencast.com/t/4BhDz9yPWz
– https://www.screencast.com/t/TSmqt1q8ij1W
But the modifications to that file will be lost after a theme update. Maybe make a backup of the modified file and replace it after a theme update.
Or could load fonts with font face, but then the fonts would need to be applied manually for each of the elements, with CSS
– https://wpsites.net/web-design/fonts-wordpress/
– https://www.ostraining.com/blog/wordpress/custom-fonts/
Hi,
The posts will not inherit sidebars you create and set in a cloud category template, that will work only for default templates. There will be no relation between them, as it is with the primary category for default templates.
So category templates will apply to the categories you want as you create them, they will not affect the posts from those categories.
I can’t say at the moment if there will be changes made to maintain the same relation as with default templates. The cloud plugin is still in beta, it will be modified/improved over future updates.
Thanks
Hi,
We are aware of that issue, I believe it is already fixed for the next update. Thank you for mentioning this. Sorry for the inconvenience.
Thanks
Hi
I have update the plugin but the exchange widget doesnt render it says: Render failed – no data is received
I only set it up 1-2 hrs ago, does it take some time before it starts sending data?
Hi,
Then a condition like this will work – https://www.screencast.com/t/LqE4k7wx
The header add will be loaded only on post pages after making this condition.
You can modify the header templates in a child theme, so after a theme update the modification will not be lost
– https://forum.tagdiv.com/the-child-theme-support-tutorial/
Hi,
What exactly should I check in the homepage? I have clicked most of the blocks, grids, ads in the homepage but I see no problem at the moment. Sorry if I misunderstand.
As a note, if you use WPBakery as the builder for your website, deactivate the tagDiv composer (this plugin will be activated automatically after a theme update). There could be problems when they are both active, in some cases.
Thanks
Hi there,
I’m encountering problem with pagination. Main page posts query pagination doesn’t work after update to Newsmag 4.4 and 4.5. And there is another problem with category page after installing update. After clicking on specific category link I’m getting 404 error.
Any solution for this?
Thnx
Dear Team,
Updated theme to latest version to use AMP but get an not an AMP page error even though its active for all posts. I saved the permalinks, clear cache tried different browser. Can you please check.
Thanks
Hi there, I updated my site theme updates and its plugins and the latest version of wordpress and now some sections on the homepage do are not linkable anymore. The site is https://horticultureconnected.ie, the newspieces links banners on the bottom part of the homepage work, other pages seem to work fine. Do I need to revert to latest backup?
Thanks
I was been able to modify the date of the last update of the posts, thanks the following code, that I copied and modified in the child theme: includes > wp_booster> td_module_single_base.php. Now I’ve found another problem: infact inside the posts the update date is correct, but in the preview post module, it isn’ t change at all. Can somebody help me?
Hi,
The latest theme version is 8.8.2, please check the changelog section here (bottom of the page) for more information about the update
– https://themeforest.net/item/newspaper/5489609
– https://www.screencast.com/t/bECJJnbqiP
I can confirm that those elements you mention do not appear for pages now
– https://www.screencast.com/t/JcYWMABRF
They were supposed to appear for category templates, tag templates, etc not simple pages. Sorry for the inconvenience.
Thanks
Hi Bogdan,
Before i have author box activated, i deactivate it for try to solve this problem when i read that, few month ago:
“The only thing to mention would be that when the author box is disabled in the post pages, the author vcard will be removed after the latest theme update”
https://forum.tagdiv.com/topic/error-with-microformats-can-i-repair-this/
But i don’t see the other message.
I don’t understand the solution, where is the image below:
“I state that everything works and the org scheme is perfect and not mistakes.
Given this on the webmaster tool are shown errors as image flooded in the previous ticket. To solve it it is recommended to insert some code under the images below
//risoluzione problemi dati strutturati articoli
function add_mod_hatom_data($content) {
$iso8601_date = get_the_time(‘c’);
$author = get_the_author();
$title = get_the_title();
if(is_single()) {
$content .= ‘<div class=”hatom-extra”><span class=”entry-title”>’.$title.'</span>
ultima modifica: <span class=”updated”> ‘.$iso8601_date.'</span>
da <span class=”author vcard”><span class=”fn”>’.$author.'</span></span></div>’;
}
return $content;
}
add_filter(‘the_content’, ‘add_mod_hatom_data’);
I wanted to ask you where and if they are looking for other solutions. Despite this problem, if I do the verification from the various Google tools everything works perfectly. I hope I have explained myself well (I am not the master of the language)”
And, error from google or not, it’s certainly not good for SEO and i hope you can find solution or give us possibility to deactivate it!
-
This reply was modified 8 years by
Pierreto.
Hi,
The theme panel files would be here – https://www.screencast.com/t/YqkQjMTbgW
You would have to manually translate the text inside those files.
Note that these files will be replaced after a theme update, so maybe make a backup of them after you make the modifications.
Hi,
That was added in the theme update 8.8.2, so you would see only 2 flex blocks. If you decide to update this is a guide
– https://forum.tagdiv.com/how-to-update-the-theme-2/
Hi,
If you are referring to these tabs – https://www.screencast.com/t/oxwkZ1tYMdyL
Note that a tabs element will be provided in a future theme update, probably the next one. Maybe then you can create posts like the one you mention.
Thanks
Hi,
In most scenarios for the missing author vcard errors you will have to enable the author box. If you disable the author box that data will not be available.
Also check the WordPress forums for possible helpful advice in missing updated
– https://wordpress.org/support/topic-tag/missing-updated/
Try the solution provided here as well
– https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/
I hope this helps.
Thanks.
Hi,
In most scenarios for the missing author vcard errors you will have to enable the author box. If you disable the author box that data will not be available.
Also check the WordPress forums for possible helpful advice in missing updated
– https://wordpress.org/support/topic-tag/missing-updated/
Try the solution provided here as well
– https://forum.tagdiv.com/topic/updated-author-and-entry-title-search-console-markup-microformats-org/
I hope this helps.
Thanks.
Hi,
1. The default grid style (all grids) does have a darker gradient over the bottom part of the image, I believe this is to make the post title and meta more visible when lighter images are used
With gradient – https://www.screencast.com/t/EwFqfRyrbkbr
Without – https://www.screencast.com/t/DExdlH06x85
Anyway you could remove it with some CSS if not required, or maybe change the style of the grid
– https://demo.tagdiv.com/newspaper/full-big-grid-3/
Since you removed it, what would you like to do now with the grid exactly? I will try to help you.
You can use any of the grids, full grids and blocks in that page. Choose the ones you like. For the article title colors I could give you a code once you choose the elements you want to use.
I believe there are plans to add a color setting for the article titles in modules, in a future update.
2. You could embed the video in a text element
– https://www.screencast.com/t/2gByhWjv2o
Stretch the row containing it and you should have a full width video
– http://prntscr.com/k6ynr4
3. Maybe that look could be achieved with the flex blocks. Those blocks are not predefined, so they can be set to display in many ways. With their settings and maybe some additional CSS you could get that result or similar.
Thanks
Hello,
There was absolutely no font change in recent updates and no alignment change.
Please check your plugins as I see many untested plugins in use that each have specific css.
Thanks.
Hello,
Indeed the post pagination does not work on the cloud templates. I have added this to our bug list and we will fix it for the next theme update.
Sorry for the inconvenience.
Hello,
The issue was already fixed. Please use the following guide to update your theme and plugins:
https://forum.tagdiv.com/how-to-update-the-theme-2/
Thank you!
Hello,
You need to make sure you use the latest version of the theme and theme plugins as there were changes made to FB due to the new GDPR law and the counter and theme need to be updated for it to work properly.
Please use these guides:
https://forum.tagdiv.com/how-to-update-the-theme-2/
https://forum.tagdiv.com/newspaper-how-to-update-a-plugin/
Thank you!