Hello!
I can see the news category on both sites: https://app.screencast.com/MH6Z9q8VmkdK3 -> https://app.screencast.com/ed9TwvxVQpwGV
So, the category has not been deleted, but you need to assign the cloud category template there.
More documentation about the cloud templates is 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, what page layout is this? How can I use this page as my own? https://demo.tagdiv.com/newspaper_momentum_pro/tdtax_services/branding-visual-design/
I can’t locate it in the pre-designed templates cloud library.
Thank you!
Hello!
I recommend GTranslate plugin because it is a fast solution. Another solution could be WPML, but it takes a little more time to implement: https://forum.tagdiv.com/using-theme-translations-together-wpml/
I do not recommend using the Event Calendar because the theme conflicts. Also please note that we don’t offer support for untested plugins. For the moment, we do not have an event plugin tested with our theme, but you can try one of those: https://bloggingwizard.com/best-wordpress-event-calendar-plugins/
I recommend you to build CPTs.
Full documentation here:
– https://forum.tagdiv.com/introduction-cpt-acf-newspaper-theme/
– https://forum.tagdiv.com/custom-post-type-support/
A shortcode can be inserted by using the element called “Column text” or “Text with title”. For example, in the step3 here: https://forum.tagdiv.com/add-cryptocurrency-price-ticker-widget/
“Column text” and “text with title” elements have a button called “edit content” and if you click on that button, the WP Editor will open, and you can add some text/code/shortcode there. Close the WP Editor from X, save the changes from Composer and view the page to see the changes.
You can use a plugin and add the shortcode how I mentioned above. Or a script can be added with the raw HTML in the cloud templates. For example, https://www.w3schools.com/howto/howto_js_countdown.asp, add this code to a raw HTML element.
Thank you!
Hello!
We have a cloud template that looks similar, and it is a cloud one called category template 8. But it has not a fixed background.
Using the default template all over your categories should work with the same effect, and the background image can be added via the them panel settings -> Categories.
Thank you!
Hello!
1. Make sure you use a cloud category template and that you assigned the correct header for that template. Also, make sure the blank header template is set as global in the Cloud Templates.
2. Add the “Text with title” element and the shortcode inside the Wp Editor.
3. As I explained in your previous topic https://forum.tagdiv.com/topic/assistance-required-with-menu-links-category-pages-sidebars-weather-widget/ there you can have multiple templates and assign them to the specific category. Also, you can choose which template a category is using in the theme panel settings -> https://app.screencast.com/dg8AOErO49DnC as well as for the posts of that category.
4. Make sure you do not use extra plugins that can interfere or any redirections for those links.
5. If you use different templates for your categories, you can set a custom location for each template regarding the category.
6. So you can also have different single templates for your posts. Import a blank template and start customizing it. You can also import it from our Cloud Library. You can display a gallery like this: https://forum.tagdiv.com/gallery-2/
7. I think you use the shortcode called social counter. So you can use the shortcode called Social icons.
8. By using this shortcode: https://app.screencast.com/6F121VwWArZdd, you can filter by their ID found here: https://app.screencast.com/HquqZnpaDpHDo
Yes, maybe you can start building with CPTs.
I do not recommend using any event plugin because we did not test anyone. Some customers encounter conflicts with our theme, so I do not recommend using it.
Thank you!
Hello!
Ensure you’ve added a category to your menu https://app.screencast.com/u2dpUEXs2ccyk and not a custom link. Make sure there is no plugin conflict or a caching issue.
You can build a sidebar with the TagDiv Composer. Steps:
1. Insert one new row (or delete an existing one).
2. Divide into two columns (2/3 + 1/3).
3. You can add whatever element you want from the tagdiv Composer to the second column and consider it a sidebar
You can assign or duplicate multiple templates. See https://forum.tagdiv.com/topic/different-logo-in-categorypage/ for more information.
More documentation about the cloud templates is 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/
Add multiple shortcodes. Check this guide: https://forum.tagdiv.com/weather-widget/
You can build your own block with any title by using a flex block 1 instead with any filter or sort ordering as presented here: https://forum.tagdiv.com/flex-block-settings-guide/
Thank you!
Hello!
These shortcodes can be found in the tagdiv Composer while you edit a post assigned a cloud/pro single template.
Thank you!
Hello,
No, you can not use a single post template like a page template. The page templates can’t be global on each page, and it is not working as a single template, for example.
Create a new page in Dashboard -> Pages, press the publish button, and view. Edit it with the TagDiv Composer: https://prnt.sc/gGw1zq0zdf3r and start customizing it as you like to add text, using the element column text, image using the elements from tagdiv Composer. You can import from the Cloud Library sections, blocks, etc. already designed. Also, you can save the elements from your page with a right-click and use them on the other pages.
You can create a sidebar like in this guide https://forum.tagdiv.com/sidebars-tutorial/
Thank you!
Hello,
You can use the duplicator plugin https://duplicator.com/how-to-migrate-wordpress-site/
Using the import/export option from the theme will allow you to import only the theme panel settings, the cloud templates go in tool > export – https://i.imgur.com/3Wxk885.png then to import you need to go in tool > import then install the wordpress importer and clink on run import – https://i.imgur.com/tyxoVvg.png
Thank you!
Como salvar um template no cloud templates para eu poder importar para outros sites
Why does this issue for my license tell me “No domains associated with your license key” when that is not true? And why can’t I access Cloud templates? How do I fix these problems?
Hello – I have just purchased Newspaper theme, and against post thumbnails (on my homepage) I need to display an external image URL stored in a custom meta field called “external_featured_image_url” from the database instead of the normal featured image on my home page. This is crucial functionality and I was hoping I will be able to overwrite these template blocks by using files from td-standard-pack in my child theme as you suggest in your documentation, however! I kept on reading and for the latest version you don’t suggest using td-standard-pack.
I typically edit the local PHP templates (e.g., the_post_thumbnail() calls) and replace them with a check for the external_featured_image_url meta url. However, in your theme, the layout is controlled by cloud-based blocks, so there don’t appear to be local template files to customize in a child theme.
I looked for a functions.php filter or action hook that might let me override the featured image logic, but I couldn’t find a clear reference in the documentation.
My Goal:
For any post with “external_featured_image_url” set, show that URL instead of the WordPress “Featured Image” or a placeholder.
If _external_featured_image_url is empty, fall back to the normal featured image or default behavior.
How can I do this?
Hello!
Sorry. This is the correct screenshot: https://app.screencast.com/kh0LnUFZKEYL6
Do you have the Cloud Library plugin installed and active?
Thank you!
Hello!
Is this one: https://cloud.tagdiv.com/#/single/single/Single/110
It can be found in the cloud library.
We recommend using cloud/PRO templates 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/
More documentation about the cloud templates is 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/
About pages here: https://forum.tagdiv.com/page-templates-2/ -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Check out this video about how to create a website from scratch: https://www.youtube.com/watch?v=SoGQ0d5kIBg
Thank you!
I’m sorry, I’m confused.
I mean this: https://cloud.tagdiv.com/this-extra-will-ensure-your-vacation-will-be-as-smooth-as-possible/
What is the theme of this page, please?
Please, how can I delete it?
Also, I use cloud templates for my pages.
https://prnt.sc/5GVqbGe5BEC7
Forgot to mention I also disabled all the plugins except for tagdiv cloud library, and tagdiv composer
Hello!
I see that is the blog page. You can delete it, create and customize a cloud template designed like that. If you use cloud templates, then I recommend that you use cloud templates for all your pages.
Thank you!
Hello,
Yes, you can not exclude posts from a category, but you can choose another type, for example, the tag option, to filter it.
he code for infinite post iframe is on those files:
-> wp-content/plugins/td-cloud-library/includes/tdb_ajax.php
-> wp-content/plugins/td-cloud-library/assets/js/js_posts_autoload.min.js
-> wp-content/plugins/td-composer/legacy/Newspaper/js/tagdiv_theme.min.js
Also, this can be implemented with custom work, if you want.
The options in the theme are added based on their popularity and how often they have been requested. This option hasn’t been requested very often.
Thank you!
Hello!
If you use a cloud template, you can customize it using the tagdiv Composer and add the element to the page: https://app.screencast.com/EPEu7gQO6h2KJ. But if you use a default template, then you can not edit the page with the tagDiv Composer. We recommend using cloud/PRO templates 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/
More documentation about the cloud templates is 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/
About pages here: https://forum.tagdiv.com/page-templates-2/ -> https://forum.tagdiv.com/homepage-how-to-build-and-set-it/
Check out this video about how to create a website from scratch: https://www.youtube.com/watch?v=SoGQ0d5kIBg
Thank you!
Hello,
The page templates can’t be global on each page, and it is not working as a single template, for example.
Create a new page in Dashboard -> Pages, press the publish button, and view. Edit it with the TagDiv Composer: https://prnt.sc/gGw1zq0zdf3r and start customizing it as you like to add text, image using the elements from tagdiv Composer. You can import from the Cloud Library sections, blocks, etc. already designed. Also, you can save the elements from your page with a right-click and use them on the other pages.
You can create a sidebar like in this guide https://forum.tagdiv.com/sidebars-tutorial/
Thank you!
Excuse me , how do I use the posts loop shortcode instead.
I set CATEGORIES -> Per category settings -> Category Cloud Library Template ( use Block11)
Could you give me a sample to do it ?
thanks
When I use Cloud templates with a Category and add ‘Block 11’, I cannot find the ‘normal pagination’ option in the filter settings -> Extra -> Pagination. How can I add this setting?
thanks
Hello!
The path is this one: td-cloud-library\shortcodes\header\tdb_mobile_horiz_menu.php
Thank you!