- TutorialstagDiv Social Counter Tutorial
Hello I wanted to hide the menu item “cloud templates” when an Editor logs in. Any ideas?
Thank you.
Hi,
The website is in maintenance more from what I can see at the moment. I will try to help you based on your previous messages.
If the tagDiv composer edit option does not appear for the homepage, it could be because the website not using a static page, it’s using the default WordPress blog page. This default page will show your latest articles and nothing else, it is not possible to edit it with the composer.
You can set a static page as homepage, build it with the composer and edit it when you want
– https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
– https://forum.tagdiv.com/tagdiv-composer-tutorial/
Category pages cannot be edited with the composer. Category templates can be edited. This is possible with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can create your own or import category templates designed by us, post templates, author templates etc and apply them. You can preview these templates and even edit them here
– https://affiliate.tagdiv.com/#/load/All
Default category templates cannot be edited with the composer
– https://forum.tagdiv.com/category-templates/
Please let us know if you have more questions or I misunderstood the problems you are having. When possible and relevant please provide some screenshots for a better understanding.
Thanks
Sorry but for me now is useless Cloud Template, so i think i won’t upgrade it anymore because of lack of basic function.
Hi,
For customizing the printed version you could try maybe with code or plugins
– https://www.wpkube.com/make-your-website-printer-friendly-wordpress/
– https://www.wpbeginner.com/plugins/how-to-add-a-printer-friendly-option-to-your-wordpress-posts/
The theme itself doesn’t have a separate stylesheet to apply for the printed post, or any settings in this matter.
That co-authors solution is for post pages and modules. So basically any of the default post templates and default modules would be able to display the co-authors.
If you mean that this does not work with Cloud templates, that would be the case. For example if a tag page would use standard modules you can modify that module to display co-authors by editing the module file.
But in a tag page that uses a cloud loop element like this
– https://www.terrestres.org/tag/anthropocene/
That would require modifications in the cloud plugin files, in this case the loop module
– https://www.screencast.com/t/6UXEqJdpt4
Doing that will affect all the loop modules, no matter where it is placed (including search pages).
However I can’t say if it will work or not, haven’t tried to do something like this. Also after a theme update when the cloud template will be updated, the modification will be lost.
Thanks
The screenshot i provides come from your live demo of single post template 39. You just need to open the preview from cloud templates.
https://cloud.tagdiv.com/forza-horizon-4/
Hi,
That demo uses a flex big grid, flex grid 6 to be more exact. Only flex grids have settings to adjust the image size of the modules
– https://www.screencast.com/t/A0ItXN3K0ea
If you want to achieve the same result you could use the flex grid, just like in the demo.
For example copy the homepage code from the gossip demo in a test page
– https://www.screencast.com/t/0sz2Lw1jNvM
Then edit it with the composer, click on the flex grid at the top and see how it is made, what values are used.
We will try to add such designs from demos in the cloud library in the future.
Thanks
Hi!
I created a new category template starting to the Blank Category template in tagDiv Cloud Library.
But the “Siblings category element” shows only 10 subcategories instead of all (20), displaying an arrow for the 10 others.
How can I change this behavior, in order to show all subcategories one beside the other, without arrow?
Should I edit td_category_template.php file?
Thank in advance
Hi,
I do no quit understand, please provide some more details, this custom template what suppose to do ?
If is the layout or filter post way not use tagDiv Cloud Library
Thank you.
Hello Sirius Pro,
Sorry but the theme does not have any such an option for this, sorry! You can create your own Tag Template with our Cloud Template Library and add the Load More pagination to your page. Tag page it seems to be a normal page which can be customized as you wish by yourself.
Thanks for the message!
Hi,
1. Maybe with a plugin that would be possible. With a plugin that can provide a shortcode which you can enter in the cloud post template for example, in a text element next to the post sharing
– https://www.screencast.com/t/9tImhs8CMT
2. For a specific menu item it could be done with some CSS, like in this topic
– https://forum.tagdiv.com/topic/coding-question-editing-the-mega-menu-all-feature-editing-block-pagination/
By using the unique ID of the menu item the code will work only in that case. Example
– https://www.screencast.com/t/QucES7VC2I
Code used in example
.menu-item-XXXX .block-mega-child-cats a:first-child {
display: none;
}
3. So you want to remove the last three options from the pull down filter, something like this will do that
– https://www.screencast.com/t/EpK67GiZyax
Simply enter it in the Theme panel->Custom CSS section, it will affect all category pages.
.category .td-pulldown-filter-list li:nth-last-child(-n+3) {
display: none;
}
4. You can display a video in a theme ad spot if that is what you want. This topic is similar
– https://forum.tagdiv.com/topic/youtube-video-or-self-hosted-video-as-an-ad/
Thanks
It is possible with this plugin. Works great with cloud templates and mobile also.
https://wordpress.org/plugins/gs-facebook-comments/
Hi, i’m having a little problem with single post template 39 from Cloud Templates.
Here’s the issue: in mobile/tablet view the post content is aligned on left and half of the page is blank.
Screenshot from your Live Preview: https://i.imgur.com/GtGxCsm.jpg
How can i fix it and show the content on full width page?
Regards
I would like to use Cloud Template but is useless because there is no option to add tag description shortcode. Is there a way to add load more button to tag php template?
Hello Sirius Pro,
You should use the Cloud Template Library from here -> https://www.screencast.com/t/pIfPOX7Rfqap For testing our predefined cloud templates, please check the following link from here -> https://affiliate.tagdiv.com/#/load/All
Thanks for your understanding!
Hi,
1. The text editor window can be dragged across the screen (click and drag by the black bar)
– https://www.screencast.com/t/B6oVmteUgoN2
So it should be easily re-positioned in the page. The content entered in it will be saved automatically when the editor is closed or when you click outside the editor window
– https://www.screencast.com/t/ZLVe5bhq9VA
2. The title element has options to choose a heading, set the one you want
– https://www.screencast.com/t/u7uaH8VweR
3. Only the last row in the page cannot be deleted. A row has to be present in the page so you can add elements in it and begin building the page. All other rows can be deleted.
4. Some examples would be helpful here. What exactly you want to do. The elements added in a row will depend on the row width settings
– https://www.screencast.com/t/C3iZ6TYkvPy8
It may take a while to get used to the composer, as with all things. We will improve it however in the future. The cloud library will also be improved (still in beta at the moment).
Note that you can save anything in the page and reuse it (either through the right-click menu or key combination Shift+S)
– https://www.screencast.com/t/resl1EKh
5. The transparent menu is granted by the page template used
– https://www.screencast.com/t/MNZzNBpDjDp
The template with overlay menu will apply only for the pages where it is selected. Not on posts, category pages etc.
Please let me know if I misunderstood something or you have more questions.
Thanks
Hi,
The sidebar can be place in pages/templates from cloud library with tagdiv Composer, or in post with widget ( Sidebars tutorial ).
If you still do not find the sidebar please provide some screenshots and details with the settings you make and the result you get.
Thank you for your understanding.
Hello,
1. Both are installed and active.
http://prntscr.com/lk68qe
I have the same “error” . As it seems in the picture above it cant display the latests
post but only that wierd code that is written in.
That code appears in every item in Cloud Templates custom post type.
here is my URL : http://projects.blindhost.gr/inkavala/
-
This reply was modified 7 years by
inevros2018.
Hi,
I’ve inspect your website and everything seems to be ok https://www.screencast.com/t/VRZhTUFa
If you want you can check if you have set the rocket loader off -> https://forum.tagdiv.com/cloudflare-cdn/
Thank you.
Hi,
If you are using tagDiv Composer to build the page, you can get a template from tagDiv Cloud library and edit it
https://www.screencast.com/t/kfd64e8pbOx
https://www.screencast.com/t/jkgvaFzo9v
Thank you for your understanding.
Hello itkhoj,
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!
Hello all,
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/
We will take it into account and in the future, we hope to find some ways to reduce that file.
Thanks for your understanding!
Hi,
Please activate the tagDiv Cloud Library, (the temple from post is from this plugin).
Also please read this topic -> https://forum.tagdiv.com/topic/lifestyle-demo-isnt-loading-the-same-template-in-my-posts/
Thank you for your understanding.
4. Other question: I use as homepage the page from SmartApp demos (imported from cloud library), so main menu is set transparent because I like menu with white color over image, so without background.
The problem is that on posts and category page the main menu have white background and white color, see image: https://ibb.co/m7vvpf.
How to have on posts and category page main menu with black color as background but keep it transparent for homepage and 2 other pages?
-
This reply was modified 7 years by
ursabit.
Sorry @Calin,
I have been reviewing the “unique items” option, but there is no such option in the td-templates.

It’s not a page, it’s a cloud library template category. https://bit.ly/2FuqtUz
Hello PornoPlague,
If you want that your post title to be under your featured images, you should use the Flex Block 1, for example, and use the Meta info alignment to the bottom from here -> https://www.screencast.com/t/NM48fw5c4Al7 Use the Cloud Template library according to our documentation from here -> https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
You can make some demo tests from here -> https://affiliate.tagdiv.com/#/load/Blocks
Thanks for the message!