- NewsmagRequirements for Newsmag
- NewsmagtagDiv Social Counter tutorial
Hello @michaeldef !
This plugin is not a tested plugin with our theme and you can not add a sidebar to a page which is from other plugin.
For cloud templates, you can add the sidebar from tagdiv Composer. Steps:
1. Add 1 row
2. Split into 2 columns( 2/3 + 1/3 )
3. You can add whatever element you want into the second column and consider it a sidebar.
If you need a different sidebar on each category, then you should have different templates for your categories or to duplicate the template of your category each time. Check this topic: https://forum.tagdiv.com/topic/different-logo-in-categorypage/ ; Here I explained step by step how you can duplicate a template.
Thank you!
Hi motorstof,
I just checked your website and no the infinite loading from the posts is working!
To make the option to work you’ll need to exclude the files from wp-content/plugins/td-cloud-library/assets/js -> https://i.imgur.com/svSsOsL.png and from wp-content/plugins/td-composer/assets/js -> https://i.imgur.com/8Q9GnpE.png
Thank you!
Hi,
First I want to use standard mode in AMP plugin By AMP Project Contributors.
Every time I select the standard mode, its automatically goes to Transitional mode.
I need a full AMP site.
Please tell me how can I do this, currently, my site loading time is very high, I have done everything after all my site speed is very bad, I face this problem after installing this theme.
this is my site
Below are the topic that i read
I have read every topic on the theme but it’s not helped me in any way:
https://forum.tagdiv.com/how-to-make-the-site-faster/
https://forum.tagdiv.com/cache-plugin-install-and-configure/
https://forum.tagdiv.com/cloudflare-cdn/
https://forum.tagdiv.com/autoptimize-install-configuration/
Please tell me how can I speed up my site and I also want to use standard mode in the AMP plugin.
I am looking for a quick solution and reply on that.
Thanks
when activating tagDiv Cloud Library the editor no longer works forwarding the 404 error page.
conesulemfoco.com.br
Hello,
Unfortunately, none of this has fixed the issue. I tried the following things:
1. I tried exactly what you wrote above. Since I do not use a cache plugin, that was the only step I didn’t do.
2. I disabled all the plugins except for the tagDiv ones.
Those are the two things I tried and the error has not gone away. Any other ideas of what may be causing this? Here are the plugins I am running (note that disabling them didn’t fix the issue):
Akisment Anti-Spam
Classic Editor
Head, Footer and Post Injections
Kraken Image Optimizer
ONTRAPages
tagDiv Cloud Library
tagDiv Composer
WPForms Lite
Yoast SEO
I have no other programs installed. The site is: onlineleadershipnetwork.com
Greg
Hi!
I use Disqus plugin and I use Cloud Library – single post to view my post. Disqus not working. I don’t know how add comment’s system to site single post.
today my theme broke down – everly.eu
In header, there are some lines of codes. I contacted siteground to see if it is hosintg and they sad thats caused by tagDiv Cloud Library plugin that is making dozens of thousands of requests to optimize the header. This is what the Siteground support wrote me:
Thank you for the update, Simon.
I was able to detect the plugin that is causing the issue. It appears that the plugin in question is – td-cloud-library. Here are some of the errors that were generated by the plugin:
[08-Feb-2022 16:03:49 UTC] PHP Warning: getimagesize(https://everly.eu/wp-content/uploads/2020/02/everlyeu-1-300×90.png): failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests
in /home/customer/www/everly.eu/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 782
[08-Feb-2022 16:03:49 UTC] PHP Warning: getimagesize(https://everly.eu/wp-content/uploads/2020/02/everlyeu.png): failed to open stream: HTTP request failed! HTTP/1.1 429 Too Many Requests
in /home/customer/www/everly.eu/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 782
[08-Feb-2022 16:03:49 UTC] PHP Warning: getimagesize(https://everly.eu/wp-content/uploads/2020/02/final-get-1-1.png): failed to open stream: HTTP request failed! HTTP/1.1 404 Not Found
in /home/customer/www/everly.eu/public_html/wp-content/plugins/td-cloud-library/shortcodes/header/tdb_header_logo.php on line 782
Based on the plugin’s functionality there is a function getimagesize which seems to be not optimized. I would suggest contacting either the website’s developer or the plugin vendor so they could review it further. For now, I have deactivated the plugin, and public access to the website is restored.
Please optimize the plugin prior to it’s activation, otherwise, we might be forced to limit the website for a longer period. The only downside of this is that the header of the website is not properly loaded now.
Anyway, please feel free to contact the plugin vendor for further assistance on the matter.
——
What should i do please??
AMP
Cloudflare
Custom PHP settings
Customize PHP settings.
Google Tag Manager for WordPress
MailPoet 3 (New)
Really Simple SSL
Smush
tagDiv Cloud Library
tagDiv Composer
tagDiv Mobile Theme
tagDiv Newsletter
tagDiv Opt-In Builder
tagDiv Shop
tagDiv Social Counter
tagDiv Standard Pack
WooCommerce
WP Config File Editor
WP Super Cache
Yoast SEO Premium
Hi,
I am wondering if this is a bug in the td-cloud-library plugin, or if there is a setting to change this.
When accessing a monthly date archive (e.g. /2022/02), the correct posts show up, and the page <title> tag shows the correct month (February). However, the heading shows the previous month (example screenshot).
I think this is because wp-content/plugins/td-cloud-library/state/date/tdb_state_date.php first gets a timestamp for 12:00am February 1 in the UTC±00:00 timezone. Then wp_date() on this line
$this->current_month = ucfirst( wp_date( 'F', $timestamp ) );
uses the timezone set in the WP settings, which for us is several hours prior. This then makes the month name show up as January. To fix it, I added one line and changed the above line like this:
$zone = new DateTimeZone('UTC');
$this->current_month = ucfirst( wp_date( 'F', $timestamp, $zone) );
But we’d rather not change the plugin code. Is there a way to change the month name without doing this, or is this a bug that can be addressed?
Thanks!
Hello, Anamaria, how are you?
So, I have made 5 templates in “Cloud Templates”: https://prnt.sc/26r0x09
When I try to get a template to a category, doesnt appear 2 of them https://prnt.sc/26r11ei
I Would like to use/insert “Single Post 15” on a category
Hello,
The Standard Pack plugin is an old one with old features with default templates. We do not recommend it anymore. We encourage you to use the cloud templates.
Documentation here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
Thank you!
Hello @lusips9!
These old templates/styles are default templates. For more customizations, we recommend to use cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer which contains a lot of functions and features, please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
Documentation here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
Check also our video tutorials here: https://www.youtube.com/c/tagdivThemes/videos and more theme documentation on the left side: https://forum.tagdiv.com/newspaper-theme-documentation/
You can import a cloud template or if you’ll like some sections from a demo, than you can find that section in the Cloud Templates or you can do it from scratch also by importing a blank template: https://www.youtube.com/watch?v=SoGQ0d5kIBg
You can place a sidebar very easy using our builder the tagdiv Composer plugin.
For example, you can add the sidebar from tagdiv Composer. Steps:
1. Add 1 row
2. Split into 2 columns( 2/3 + 1/3 )
3. You can add whatever element you want into the second column and consider it a sidebar.
Take a look here in this video for example where I build 6 columns: https://www.screencast.com/t/mZ2c5XamTFN
Thank you!
I don’t want to use pre-built, I want to do like in this video:
I installed the pluggin “tagDiv Standard Pack” because I want to create the Header, Footer… with “theme panel” (https://ibb.co/M1z3MRz) and not with “Cloud Templates”. Is it still possible to do it this way ?
When I started today, the changes were taken into account but not anymore
Hi kimstipguide,
I think that this is a misunderstanding!
This -> https://kimstipguide.com/wp-content/uploads/2022/02/2022-02-08-100.jpg is a post not a page.
Now the Google Adsense Auto Ads code need to be set only once in one place in the theme and will be display randomly in the website. The place is this one -> https://i.imgur.com/ZacGf3j.png and most important the code need to place only once.
After an inspection on one post I see that on this post the auto ad was set 6 times -> https://i.imgur.com/rqqrC9j.png so only one of those will apply and this look to be after the footer -> https://i.imgur.com/gh8RuT4.png
Please remove the Google Adsense Auto Ads code from all places and let it only in the theme panel, here -> https://i.imgur.com/ZacGf3j.png
Also, all the 3 demos from your examples are pro demos, this means that all are made the same and only the layout is different, therefore if the code will work on one of them, then will work on all of them if there are no interference and if the code is display correctly. The only problem that I can see it is one of the singe post templates is broken, in this case the one from the newspaper_classic_pro, what you can do is to import a different single post template from the cloud and set it as global.
In case that you did all those above steps and the problem persist, then please contact us via email at contact@tagdiv.com and please provide wp-admin access. Include the link of this topic and make sure that you have a full backup.
Thank you for your understanding!
OK thanks, that clears up that it is suppose to work. Now to figure out why it is not working…
I am logged in though.
On other prebuilt sites on other domains (I run multi-site) i can actually see the “Cloud” button. Its just this particular prebuilt site. So that means it cannot be a plugin conflict right? Cause other sites work…
Any ideas? Could you log in to take a look?
Hello,
Please let me know what prebuilt website you have installed.
Our theme uses Cloud Templates from tagDiv Cloud Library, which can be edited and customized with tagDiv Composer. -> https://tagdiv.com/how-to-use-footer-builder-and-tagdiv-cloud-footer-templates/ -> https://forum.tagdiv.com/footer-templates/ -> https://forum.tagdiv.com/header-manager/
Please check this video about how can create a website from scratch https://www.youtube.com/watch?v=SoGQ0d5kIBg
Also, on our channel https://www.youtube.com/channel/UCOT1RiNysIPCTPSnVZskwtQ, you can find more videos that can help you and documentation https://forum.tagdiv.com/newspaper-theme-documentation/ and you can ask us here on the forum if you have any questions.
Thank you!
Hi, I’m unsure how to change category templates on the newer Pre Built sites.
Using Magazine pro, the ‘cloud’ button was in the top right – easy
News Pro
but using the Newsweek pro, even when logged in, the ‘cloud’ button does not appear…even when in the category.
What am I missing? Did the category templates system change ?
Thanks
Hello, how are you?
Well, Theme Panel is not able to get new templates from the Cloud Templates :/
Just wanted to say Thank You for continuously improving the Newspaper theme.
I love the new Cloud Templates Section that has the templates broken up by categories . . . excited to see where things go from here.
Are there tutorials on how to use the opt in builder / and pop ups builder – –
I would rather use that than an additional plugin – Optinly . . or one of the many others.
Thanks again!!
Thanks for your quick reply, Anamaria; and I do apologise; I understand this isn’t the correct post to raise this unrelated issue.
The menu was created by just importing one of the cloud library options (specifically the CRYPTO header). Once I did that, I simply just changed the logo and colours.
Hello @Minoumax1967!
For more customizations, we recommend to use cloud/PRO templates in order to have the possibility to edit them with the TagDiv Composer which contains a lot of functions and features, please check our tutorial here: https://forum.tagdiv.com/tagdiv-composer-tutorial/
Documentation here:
– https://forum.tagdiv.com/cloud-library-templates/
– https://forum.tagdiv.com/design-post-pages-using-cloud-library-templates/
– https://forum.tagdiv.com/cloud-library-category-templates/
Check also our video tutorials here: https://www.youtube.com/c/tagdivThemes/videos and more theme documentation on the left side: https://forum.tagdiv.com/newspaper-theme-documentation/
You can import a cloud template or if you’ll like some sections from a demo, than you can find that section in the Cloud Templates or you can do it from scratch also by importing a blank template: https://www.youtube.com/watch?v=SoGQ0d5kIBg
Check this topic too, it could help you: https://forum.tagdiv.com/topic/how-do-i-add-a-patreon-social-link/
You can add the icons using the element called social icons and there you can add the new link for your LinkedIn.
Thank you!
Hi benjaone1, I think that for this will be better to ask your host for help, they should know what will need to be done.
We recommend only the default places that you mentioned, those are usually working for most of hosts.
I think that this can be done different for each host, for example : How to Change PHP-FPM Settings
Thank you for your understanding!
Hi usman,
The theme is passing the core vitals, but this also deepens on what you have on website what you use and if you optimize it or not. For example please try this live demo https://demo.tagdiv.com/newspaper_pro/ this has been optimize and not have good results.
We recommend to not use the standard pack, adjust correctly the layout, and other a few standard steps.
Indeed, it is possible that there are still some theme elements that can be optimize. The optimization will be made for now on only for the cloud templates.
If you can provide some more details about the core web vitals that you get for your website, I will try to help you and together maybe we can achieve better results.
Thank you!
Hi,
1. If the “Insider Buying” is a subcategory of the “Stock Ideas” then this will be display in it as a subcategory post.
2. I think that for this you have two options. To make a page for each subcategory and set there a flex block with the filters that you want. Or you can make a different cloud category for each subcategory and replace the post loop with the flex block and filter it after the subcategory you want to display (by default filtering after the current category can display posts from subcategories too).
Thank you!
Hello @atish20!
For cloud templates, you should add the ads when you edit the post with TagDiv Composer in the element called ” Single Post Content ” in the tab ADS or you can use the element called “Ad box” from TagDiv Composer and there you need to add the ads.
If you use auto ads, then they should be placed in the Theme Panel -> Analytics/Js Codes.
Check this video also: https://www.screencast.com/t/W3xjp4vJStSW
Documentation here: https://forum.tagdiv.com/ads-adsense-overview/
Thank you!