- TutorialstagDiv Social Counter Tutorial
Sorry to ask such a basis 101 question … there is a new update out but when I updated in the past it broke my website. I had to update TagDiv Composer and TagDiv Cloud Library plugins. From what I recalled it was not a simple matter of clicking ‘update’ from the theme panel. I had to go somewhere (can’t remember) and download the plugins and installed them.
Is there a simpler process to update the version and plugin so that the website does not break?
Nothing is showing up in the Cloud Library page. Please advice.
Hi,
The image is already the full width of the post content (696px with sidebar). The rest of the content is wider for some reason
– http://prntscr.com/lred0e
I see other posts from the website have the same issue, others have the post content too narrow
– http://prntscr.com/lreaqh
From what I can tell the posts have been built with Visual composer, we strongly don’t recommend this, but have taken steps to try and fix layout issues that could appear.
1. In the case where the content is narrower maybe you have designed the content with a sidebar in Visual composer (split row)
– https://www.screencast.com/t/BDOre6r3
You would have to edit the post and make the row full (no sidebar). There is no need for a sidebar in the post content.
2. In the other case where the content is larger, I could give you a CSS for it
– http://prntscr.com/lretvf
Enter it in Theme panel->Custom code CSS section. It should fix that case.
@media (min-width: 767px) {
.single .vc_column_container {
padding-left: 24px;
padding-right:24px;
}}
3. As for building posts, you could try out from now on to use the tagDiv composer and cloud library plugin
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
This will allow you to build post templates actually, not the post content itself. The cloud post templates can be seen and even edited here
– https://affiliate.tagdiv.com/#/load/Single
Please let me know if you have more questions.
Thanks
Hello,
once I fixed the template reset issue according to the following post the dropdown for switching the template in the template settings was gone:
https://forum.tagdiv.com/topic/templates-resetting/#post-261887
I cleared cache, disabled and enabled the cloud library plugin and other stuff but nothing is working.
My template settings look like this right now: https://imgur.com/a/sk0zje0
Any ideas why this happened?
Hi,
I don’t quite understand what you are trying to do unfortunately. The actual post content has to be entered in the post creation/edit screen in the backend. The cloud template post content element will pull and display it once it is applied to the post
– https://www.screencast.com/t/zxfPFs7kDzn
So any modifications to the text or images have to be made there, in the post content which has to be created by you as you wish.
In the template you can place any element available in the tagDiv composer, they will appear in every post that uses the respective template. The post content can’t be modified in the template.
Thanks
Hi,
Thank you very much for your appreciation, we try our best.
1. So you want to add a block to display posts, after the post content. The only way of doing that would be to use a cloud post template, these can be built with the tagDiv composer
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Here you can see all the available cloud post templates at the moment, preview and even edit them
– https://affiliate.tagdiv.com/#/load/Single
More templates will be added in the next theme updates. If the post contains a smart list, use a smart list template (designed by us or create your own with the blank template). This way a block can be added after the smart list.
2. Smart lists will be displayed in AMP, but not with next/prev buttons. The list elements will appear one after the other. If AMP is disabled and the mobile theme is active there will be next/prev buttons on mobile.
The mobile theme plugin and our AMP plugin can be active at the same time. The AMP version will be accessed by users only through Google search results page, others will receive the mobile theme version.
3. There could be a way for that. There will be a class on the body with the number of the slide in the smart list
– https://www.screencast.com/t/rtzHNzQyrviK
So you could do something like this – https://www.screencast.com/t/ZWNNGPcu
Code used in example here, multiply it as needed
.paged-2 .td-smart-list-button {
color:red;
}
Let me know if you have more questions.
Thanks
Hello.
I contact because when I import a template in my website throught Cloud Template when I save my work when I try to go again to cloud template to see my templates the link load blank. I attach a video to show you my problem.
To restore the situation I have to go to the Database and delete the records about td_template. https://www.dropbox.com/s/qpjsegip4drtr7c/VideoTagDiv.mp4?dl=0
It is urgent to solve.
The TagDiv Composer works fine in the pages section.
Thank you.
Hi,
Indeed, that demo has some customization for block 15 (removes the thumbnail and ads some design)
– http://prntscr.com/lr2krm
When installing a demo an additional stylesheet will be loaded
– https://www.screencast.com/t/s0ygO0nAd8lO
That contains design for the particular demo. It will not be through the theme panel custom CSS section, but an additional stylesheet.
The connection will be through the demo body class that will be set
– https://www.screencast.com/t/HT3xz2kSG
You could also use flex blocks, these have settings to hide the thumbnail and many customization settings
– https://www.screencast.com/t/f1emI5vFKzIf
Here you can preview and even edit designs made by us based on flex blocks
– https://affiliate.tagdiv.com/#/load/Blocks
These cloud blocks and templates can be imported through the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Let me know if you have more questions.
Thanks
Hi,
That is not possible, but now you can create post templates to be just like pages if needed. The tagDiv composer can be used to create post templates
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Or maybe use a sharing plugin that can be displayed on pages and allow sharing for them. The theme sharing is just for posts at the moment.
Thanks
Hi,
Is that a post cloud template? The post content cannot be entered in the template, create the post normally, then apply the cloud template
– https://www.screencast.com/t/eBakBX3o
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
In the template there will be some placeholder text for the post content, but once you apply the template to a post, it will show the content you have created.
Regarding the demos, you can install/uninstall and change them as you wish. There is no limit in this matter.
– If you install with content, it will import demo posts, menus, logos, categories, the homepage, custom design where available, theme panel settings.
– If you install without content, it will import only the design and theme panel settings.
In case I misunderstand something please correct me and I will try to help you.
Thanks
Hi,
There is a small comparison you could read – https://tagdiv.com/newspaper-vs-newsmag-how-to-choose-the-perfect-wordpress-theme-for-your-project/
The features of Newspaper are mentioned in the themeforest page
– https://themeforest.net/item/newspaper/5489609
Also check the Newspaper demos to see what can be achieved with it
– https://demo.tagdiv.com/select_demo/select_demo_newspaper
When it comes to flexibility, wider layouts, cloud templates etc Newspaper can offer them all. The tagDiv composer that comes with it has many more elements and settings than with Newsmag
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can test the cloud templates live here (preview and edit)
– https://affiliate.tagdiv.com/#/load/All
The categories and tags that you have created won’t be affected when changing the theme. Please let us know if you have more questions or need help.
Thanks
Hi,
Using Cloud library category templates that is possible easily
– https://www.screencast.com/t/DGdmekzu8V
All the current cloud category templates (including a blank one) can be previewed and even edited here, if you want to take a look
– https://affiliate.tagdiv.com/#/load/Category
With default category templates you could use the settings Yoast is adding for the description
– https://www.screencast.com/t/J3xPmxzejnZy
This way it will have priority over the color set in the cloud template, if you were to use both the color setting in the template and the Yoast setting.
Or with CSS as you mention, for all the descriptions at once, with a small modification to the code
– https://www.screencast.com/t/vsNxEI138RNU
.td-category-description p{
color: black;
}
Please let me know if you have more questions.
Thanks
Hi,
Please notice that the speed of your website depends on how well your site is optimized.
Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/
Thanks for your understanding!
Hi everyone,
I’m having trouble adding templates when editing pages. Below are two screenshots. Does anyone know what the problem is?
Note: Add-on board and active
Picture 1 : resimag.com/p1/30ffe99459.png
Picture 2: resimag.com/p1/c489f7cae6.png ( This Problem )
Thank you for your answer.
The problem is if I click in Cloud Template to import a new template the website that load is in blank. The URL is this: /wp-admin/edit.php?post_type=tdb_templates
Also if I check in Pages section don´t appear the template that I imported.
But if I go to theme options appear the template to check. I attach an image. https://www.dropbox.com/s/0a3rodrx0xv76s1/Template.jpg?dl=0
Thank you.
Hi,
Try to check our Cloud Template Library because we have a section for Author Template which can be added or created by you using the TD Composer. Check the demo from here -> https://affiliate.tagdiv.com/#/load/Author For more details about Cloud Template plugin, please check here -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Thanks.
Hello,
Please notice that the speed of your website depends on how well your site is optimized.
Notice that is not a simple task and if you do not have any experience in this regard you will do not bring good results for the theme. Also, notice that we have a speed optimization tutorial but this is addressed only to advanced users. So, if you follow the steps which are presented in this tutorial here -> https://forum.tagdiv.com/how-to-make-the-site-faster/ you can increase the page speed loading and if you are not aware of the steps in this regard, please consider hiring a freelancer/developer to help you because the speed optimization services are not covered by our support policy, as you can read here -> https://forum.tagdiv.com/support-policy-2/ Check our documentation here -> https://forum.tagdiv.com/requirements-for-newspaper/ regarding on dedicated server to fit our requirements.
Unfortunately, our theme does not have such an option to minify the style.css file and we cannot recommend any plugins with this functionality because is not tested with our theme. For minifying this file, we are using CloudFlare for our demo and works fine. If you want to read other views from our users, please check this topic -> https://forum.tagdiv.com/topic/tip-how-to-easily-minify-your-css-without-breaking-your-site/
Also, check all of your Ad Spots and if you have entered any suspicious code through them, remove all of them and check the results without them.
One of our top members here on the forum wrote his own optimization tutorial here:
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/ and here -> https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
Basically, these are the theme requirements
– https://forum.tagdiv.com/requirements-for-newspaper/
Another useful guide for increasing the page speed can be found here -> https://kinsta.com/blog/google-pagespeed-insights/
Thanks for your understanding!
Hi,
The multi-purpose plugin was removed as a standalone plugin quite a while back, no need to install it anymore
– https://www.screencast.com/t/HWUYwkdD
All it’s capabilities are now included in the tagDiv composer.
Note that importing a page with the cloud library will simply create a new page with the respective content. Please check in the pages section of WordPress after importing a cloud page, not in the cloud library section.
Thanks
Hi,
Please follow carefully this tutorial of Cloudflare -> https://forum.tagdiv.com/cloudflare-cdn/
Please deactivate breeze minification .
Also please clear all cache .
Thank you for your understanding.
Hello.
I import a page style template in the cloud library option but now appear the option in blank.
When I go Cloud Template load a empty blank page. I don´t know how… I deactivate the template and also delete it and re-install but the error persist.
Also if I try to install the tagDiv Multi-Porpose plugin appear the following error:
Fatal error: Cannot redeclare class td_api_multi_purpose in /var/www/vhosts/comunidadxbox.com/httpdocs/wp-content/plugins/td-multi-purpose/td-multi-purpose.php on line 44
Thank you
I tried to gather as much feedback as possible from users with this problem and passed this to our developer team. They checked a few things and after testing the solution was found.
I believe something with the theme panel, the set cloud templates would not load properly after setting them. I managed to recreate the issue after for example logging out and then logging in, accessing the theme panel and simply make any modification in the theme panel then saving. The templates were reset.
Hi,
There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
Hope this will help you.
Thank you for your understanding.
Hi,
There are a few speed optimization topics you can follow
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
Note that there will also be overall improvements made by us in the theme, in coming updates. Be sure to check the theme requirements guide carefully as well
– https://forum.tagdiv.com/requirements-for-newspaper/
Thanks
Hi,
That demo uses post template 8 I believe, that style displays the featured image as background, it is part of the design. The featured image cannot be disabled for that style because it will be broken.
You could use a different post template, these are the default ones
– https://forum.tagdiv.com/post-templates-2/
These are the cloud post templates – https://affiliate.tagdiv.com/#/load/Single
You can preview and even edit them. With the cloud library plugin you can import and use them
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Hopefully you can find a post template that suits your needs. Please let us know if you have more questions.
As a side note, please try not to reply multiple times in your own topic. This will move the topic to the back of the line and delay our reply. We answer all topics from oldest to newest.
Thanks
Hi,
We aware of this problem, and what I can say is that there will be overall performance improvements made in the theme in coming updates, to further optimize speed.
For general theme requirements this would be the guide for a proper functionality
– https://forum.tagdiv.com/requirements-for-newspaper/
There are many optimization guides provided by our users here in the forum, some made by us, you could check some of them
– https://forum.tagdiv.com/cache-plugin-install-and-configure/
– https://forum.tagdiv.com/how-to-make-the-site-faster/
– https://www.infophilic.com/get-almost-100-pagespeed-newspaper-theme/
– https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
– https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/
– https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
– https://forum.tagdiv.com/cloudflare-cdn/
Thank you for your understanding.