- 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
Ive just updated everything on my site including the theme, and now when I try to open the composer on a page I get a Error 502.
Hello,
I tried using post slider on my homepage using wpbakery page builder but wheneverI try to update my homepage, I get an error message stating {“status”:”Nothing found”}
Please help
Having multiple issues with homepage. Updated theme and working to load TagDiv composer, but TagDiv composer not loading — get the “endless loading circle” described by other users.
Prior to this, page was not allowing me to save any changes in the Visual Composer. Was using classic mode as work around. But…
Now, classic mode indicates correct code, but elements are still not functioning and I have no way to edit via (Visual or TagDiv Composers). So I’m stuck. For example, single image box sizing incorrectly and Big Grid not displaying selected filtered posts (grey box).
Trying to recreate the pages (as instructed), but can’t even get started.
https://forum.tagdiv.com/visual-composer-tagdiv-composer-transition/#
Dear team,
I added my own custom icons through icomoon to the newsletter files (as you suggested in other forum posts) and updated the td-composer icon list (.php) and the font-newspaper.css with my custom icons as well. I can see and select them from the composer drop-down list, but when inserted they do not display. Can you please help? Is there anyhwere else that I need to add my custom icons? Thanks! https://moosa-daly.com/549163_wordpress/products/
i have 5 posts craeted in oder at July 15, July 16, July 17, July 18, July 19
Now i just modify the post created at July 15 (EX: Change title, add some infomations…)
On the widget Sidebar i used Block 7 to sort by Latest. That’s the post ceated at July 19 in the first.
I want to display the post i just modify (July 15) at top (by last update)
How i do this? Anyone can help me?
Hello
two of the plugins recommended are not compatible anymore with the theme with old update
1- bbPress
2- Font Awesome 4 Menus
What plugins i can use instead this two plugins?
Thank you 🙂
Hello,
Prior to latest update everything was working correctly. Now when you are scrolling and the Smart Sidebar feature gets fired, it increases its width making the inner elements to overflow the page.
Please see the example to understand what I mean: visit https://sviluppo.radioradio.it and try scrolling the page.
We need to fix this as soon as possible. Thank you for your help.
Hi! I have the same problem. My version of WordPress it update, all of my plugins to.
Hi,
I am not using any custom code there. this problem started only after theme update.
As before its working/displaying properly.
can you help me to resolve the issue?
Yes, I am using the custom google ad codes inside the post As this screenshot: http://prntscr.com/k8uum5 But it’s not new I am already using the same google ad codes on every post from last 6 month as there is no problem at all but now from recent theme upgrade it’s causing the issue.
Regards
srikant
Hi,
You could try something like this instead
– https://forum.tagdiv.com/topic/post-last-updated/
In the topic the solution is to replace the theme code but you could add it next to it.
In this example I will use post template style 1 -> loop-single-1.php
– https://www.screencast.com/t/KpcPUqFQ5iC
Direct result is this – https://www.screencast.com/t/4avlf8Mws9
With some CSS – https://www.screencast.com/t/aWKxtrKQDA
.the-modified-date {
display:inline-flex;
}
Code link here for convenience – https://pastebin.com/vCsS4CFf
Of course you can style it further or position it differently if needed.
Thanks
I believe our developer team identified some possible causes for this to happen, these will be tested along some other fixes.
I can’t provide an update release date unfortunately, they are working to try and fix it as fast as possible.
The Cloud library plugin is still in beta, so issues with it may be expected. We are sorry for the inconvenience.
Hi there,
I am looking to display the last updated date close the articles’ date of creation. I found this code on the net (here https://www.wpbeginner.com/wp-tutorials/display-the-last-updated-date-of-your-posts-in-wordpress/) :
******************************************************
function wpb_last_updated_date( $content ) {
$u_time = get_the_time(‘U’);
$u_modified_time = get_the_modified_time(‘U’);
if ($u_modified_time >= $u_time + 86400) {
$updated_date = get_the_modified_time(‘F jS, Y’);
$updated_time = get_the_modified_time(‘h:i a’);
$custom_content .= ‘<p class=”last-updated”>Last updated on ‘. $updated_date . ‘ at ‘. $updated_time .'</p>’;
}
$custom_content .= $content;
return $custom_content;
}
add_filter( ‘the_content’, ‘wpb_last_updated_date’ );
**************************************************************
The above code is to be implemented in the functions.php main theme file.
And my question is : what would be the correct code to implement in functions.php child theme ?
Thanks in advanced :).
Hi,
There is an issue that makes the buttons in the cloud template being not visible when using low resolution monitors, or being cut-off. Try holding Ctrl and scroll down, that would make the buttons visible.
This design issue is already on our list and it will be fixed in the next update. Sorry for the inconvenience.
Thanks
Hi,
Thank you for all your appreciation and suggestions, it is always great when users provide feedback. Without feedback it would be much harder.
– Indeed, when using a cloud template the sidebar that is set in the template will be used. This may change if a different functionality is found or more options will be introduced in addition.
– Paginated posts currently do not work with cloud templates, we will fix this.
– The tabs are a much requested element, it may be considered for a future update along other new elements.
– I understand what you mean about the Load more, I don’t think this has been requested before. I will make a note of it.
– About the comments, I tested it and the same happens for me. I will add this on our fix list and it will be taken care of as soon as possible.
–> Please describe the issues with sticky columns and inner rows, I will try to replicate it on my end.
– The additions to the reviewing part were minimal, that is true. There were and still are plans to update the reviews, but it seems that always there is something else that has priority.
I conclusion we are sorry for any inconvenience, we constantly try to improve the theme and plugins while also adding more new features with each update. Many tasks take a lot of time and effort to complete and test however. The cloud plugin is still at the beginning (beta) so it may change in the coming updates, fixes will be made and options will be added.
Thank you!
When will this update come give me some dates atleast
Hi,
We are aware of the issue with the pagination in relation to cloud templates used on category pages. It was mentioned before by a user. I believe the issue is close to being fixed and than it will be tested. The next theme update will include this and other fixes.
We are sorry for the inconvenience.
Thanks
Hi there
I have the same question as Adamhen86. I want a main menu that dynamically updates with post headings but that doesn’t show any images. The link provided by Bogdan B details how to create a normal wp menu which will not dynamically update as posts are added.
So the question is how can I remove the images (completely) from the main menu? I am using the td-header-demo-menu within Newsmag.
Thanks.
Hi,
@missdetails I see you are not using the latest theme version, please update to the latest theme version (4.5) and Twitter should work properly.
Be sure to check if the social counter updated automatically after you update the theme
– https://www.screencast.com/t/uLOOdSjT8e9
If it’s not, update it automatically. Let us know if there is still a problem with it
– https://forum.tagdiv.com/newsmag-how-to-update-the-theme/
Thanks
Hi! I’m attempting to migrate my site from wp bakery page builder to tagdiv’s page builder, but I’m not able to activate the tagdiv plugin.
When I install the plugin on my site, the installation succeeds, but I see an error when activating it indicating that I need to update the version of the theme I am using. This occurs when I have the default theme or my child theme active and am running the latest available version of the theme. Any help resolving this would be appreciated. Thanks!
Yes but after the update of htaccess, the error pops up.
Did you update your htaccess file?
For example https://howtofixwindows.com/transfer-windows-10-license-to-new-computer/
Microsoft edge and internet explorer browser not loading the page properly: http://prntscr.com/k8it7d (it’s loading centered ) Where Chrome browser load the same post url properly: https://snag.gy/vebUK5.jpg
recently upgrade the theme to 8.8.2 but now the post URLs loading like this can you tell me why it’s behaving like this?? whats wrong where i have updated all plugins with latest one. Also tried clear cache and load the page on different PC. Also tried disabling all plugins but the post load as previously on edge/internet explorer where chome load the post properly.
using plugins: Wp rocket, Google Analytics Dashboard for WP (GADWP), Really Simple SSL, tagDiv AMP, tagDiv Composer, tagDiv Mobile Theme, tagDiv Social Counter,tagDiv Speed Booster, Wordfence Security,WPS Hide Login,Yoast SEO Premium
I have updated theme, current version of my theme is 8.8.2, I have updated social Counter v4.4, also. It’s not working. I have no idea what to do now, if you need credentials, please leave mail address so I can send you. Thank you.
Hi,
You could use any simple text editor, simply connect by FTP and access the theme files
– https://codex.wordpress.org/Using_FileZilla
– https://www.wpbeginner.com/beginners-guide/how-to-use-ftp-to-upload-files-to-wordpress-for-beginners/
FTP is also the most reliable and used theme update method.
Or you could make the modification with the WordPress theme editor
– https://www.screencast.com/t/ZshHI92dGDfx
Thanks
Hi guys,
We are playing around with tagDiv composer for our site redesign and it is amazing. We are still learning new things everyday as we explore new ideas. The ability to be able to control how the site appears on each screen size at a granular level is brilliant.
Also really pleased with the new cloud template function. It addresses my biggest bugbear with Newspaper – the ability to adjust the overall width of the columns – but it’s allowing us to create some genuinely unique page designs rather than seeing different sites that look exactly the same as ours.
Couple of requests for future updates. Some may already have been mentioned, some may be bugs, some may not currently be on your radar, but hopefully it helps:
– can’t choose a sidebar from the main post composition screen if using a cloud template. We would like to be able to run sidebars that are customised for different article categories, but that’s not currently possible. We could create several near-identical page templates, each with a different sidebar, to address this but it seems clunky when everything else is so sleek.
– paginated articles don’t work. It doesn’t seem to recognise page breaks. We may be missing something but we really can’t get it to work.
– TD composer doesn’t have accordion/tab functionality. We’re currently scratching our heads to work out how we will replicate or replace this, as we currently run a lengthy glossary that uses an accordion to hide and display all the descriptions, and we can’t do this with TD composer.
– following on from the above, it would be great to have the ability to load anything into a row that only displays a certain height and then has a ‘load more’ pagination function, like the blocks do for posts. For example, we are using the testimonial features in quite a different way, but there will be potentially loads of them on a page so it would be good to only show a few with the rest hidden behind a ‘load more’ button. See here:http://compareallvans.co.uk/reviews/ford-fiesta-active-2018/
– we have been trialling closing off comments after X days. Using cloud templates, this causes a “Comments are closed” message to pop up at the top of the page under the menu. See here:
http://compareallvans.co.uk/used-car-warranty-consumer-rights/
This doesn’t happen with the traditional Newspaper templates, which display the message in the correct place after the last comment.
– We’re currently having trouble with smart sidebars using inner rows, but this is probably our own fault rather than a bug.
– Newspaper (and Newsmag) lack behind other themes when it comes to presenting reviews. Given how slick the rest of the features are, this is something we’d really like to see developed in future editions. We’re also currently looking at plugins for incorporating user ratings, but not sure whether they’ll play happily with TD composer.
Thanks guys, and we’re really enjoying building a new site with Newspaper 8.8!
stuart