- NewspaperWP Rocket and Newspaper Theme: Optimization Guide
- TutorialsDefault Block Settings Guide
- TutorialsOffset Feature
Hi,
Is possible that in coming update to be includes some new elements in tagDiv Cloud Library, but I can not say if there will be a footer page that will to match the header template 12.
If you like the Header template 12 from tagDiv Cloud Library and you can not find a matching footer page, you can chose one that you like and edit it using tagDiv Composer or you can create a new page how you want, with the style, color and layout you want.
-> https://www.screencast.com/t/u0BJ0sNgU
Thank you!
Hi,
Is possible that in coming update to be includes some new elements in tagDiv Cloud Library, but I can not say if there will be a footer page that will to match the header template 12.
If you like the Header template 12 from tagDiv Cloud Library and you can not find a matching footer page, you can chose one that you like and edit it using tagDiv Composer or you can create a new page how you want, with the style, color and layout you want.
-> https://www.screencast.com/t/u0BJ0sNgU
Thank you!
Hi,
The composer can be used for pages and for cloud templates. Now there are cloud templates for most wordpress templates: post, category, author, tag, archive, search etc.
Here you can see the cloud templates designed by us
– https://cloud.tagdiv.com/
These can be imported with the cloud library plugin
– https://forum.tagdiv.com/tagdiv-cloud-library-plugin/
Once you create or import a cloud post template and apply it, you can use the edit template button in the admin bar. The default post templates can’t be edited with the composer.
So for example if you would like to use a cloud post template, first import one, or create a new one entirely using a blank template – http://prntscr.com/o7rlbz
Then set it for the posts you want.
Let us know if you have more questions.
Thanks
Hi,
That isn’t a border, from what I can see it is a row with an inner row in it inside the cloud post template. This inner row contains a page title (post title in this case)
– http://prntscr.com/o7r4r0
Due to the inner row being set with position absolute it’s height is affected
– http://prntscr.com/o7r4zr
I have deactivated the absolute position, now you can select it better and do what you want with the row in question.
Thanks
Wasn’t an issue until today. When I try to click on author or direct to the website/author link it just redirects to the homepage. I’ve tried reverting back to the default template rather than the cloud template and clearing all caches.
Hi Vlad!
Thank for your answer, but I have a question.
In the mobile them documentation you reported:
“Homepage – the “Mobile Theme” comes with a single predefined page template that includes two section:
top grid – displays 3 featured posts (posts included in the Featured category)
latest articles – displays the latest articles”
https://forum.tagdiv.com/the-mobile-theme/
I miss the top grid!!
I understand that the top grid should be displayed by default…or not?
Please check this homepage
https://petadvisor.it/
The same problem apply on the othe 4 website of newspaper that I own!
Thank you for your time,
Hi,
1. Please make sure that you do not have the child theme activate, if you have the child theme the post template will not longer apply.
2. Please check our documentation for sticky sidebars, also make sure that the smart sidebar is enable in Theme panel> Templates settings -> https://www.screencast.com/t/Kga12OyehrB
3. You need to set the inline option on the lements like this -> https://www.screencast.com/t/l0Yj7w7IJ
4. Indeed the share text in tagDiv Composer will not hide when you’ll check the option, but if you’ll set the single post template on a post , clear all cache this should be hide.
Thank you!
Hi,
You can change the title for the latest articles section, in it’s settings. Edit the respective page with the composer and access the page settings
– http://prntscr.com/o799e5 – http://prntscr.com/o799h4
The business demo contains a customization for all the block titles, the top line that you mention is one of them. By default that block header template (template 11) looks like this
– https://demo.tagdiv.com/newspaper/block-header-11/
I can provide a code that will make it look like in the demo. First you must use block header template 11, then enter this code in the Theme panel custom CSS section
.td_block_template_11 .td-block-title:after {
height: 1px;
}
.td_block_template_11 .td-block-title:before {
display: none;
}
So for example, set the template in the theme panel – http://prntscr.com/o7a1id
Then enter the code, and the result will be as in the demo – http://prntscr.com/o7a1ri
If you have more questions, let me know.
Thanks
Hey, i am using city news template. On index page, posts are showing randomly everytime when i refresh but i need to show only latest posts everytime. How can i?
Hello !
In order to make the site full width you have to select every row of your page using the tagDiv Composer and then set the stretch mode you want like here : https://www.screencast.com/t/BkWwdHh6
In order to make the post page full width you will have to add a single post template and then edit it. Check more about how to have single post template here: https://tagdiv.com/customize-articles-with-single-post-templates/ And for the header you can do it here: https://www.screencast.com/t/xf56tQN0.
These are the ways you can increase your page width from theme options. Anything above this will require custom code.
Let me know if this helped you !
Thank you !
I have been trying to create a single page template using an existing template from Cloud Library. Was working well. All of a sudden, I realized that when I activate a Cloud Library template from Theme Panel > Posts Settings, it does not take effect. I then decided to re-download the template from Cloud Library. But when I open a template, there is no option to install it!
Hi.
I didn’t explain it well.
If you set a background image as indicated, it will substitute the general background image when you enter the category page.
What I mean is to set an image or a custom color in the Category-Title-Holder slot in the category template: so I may mantain the general background image for the website but see a specific image on the top of the category page, as backround of the category title.
As default in the theme, I see a trasparency effect that show the background … i would like to change this box and customize the effect.
May you help me?
(able to change the php code…)
Best.
D.
Hi @itechguides,
Does the post use a single post template from tagDiv Cloud Library? If it does, then you should be directed to the tagDiv Composer edit screen. If it doesn’t then there will be a message
– http://prntscr.com/nv9oay
So if the post uses a cloud post template it should work alright, works in my case. Let me know.
If there is still a problem, then please provide some more details and some screenshots.
Thank you!
Hi,
1. I am using https://wordpress.org/plugins/custom-post-type-ui/ lets say I make 3 different type: Type A, B and C. How do I set default template for A, B and C using TD Composer? I only see the setting in
/wp-admin/admin.php?page=td_theme_panel, under CPT and custom taxo. Is it possible to set default template similar to “Post Settings” -> “DEFAULT SITE POST TEMPLATE”
2. I have Advance Custom Field, how do I make so the TD Composer can render the field value?
3. If I have menu A, B and C. How do I make it to be automatic change in the header if I open post A, B and C?
Hi,
You can try to make the function more simple and test to see if this is working in child theme ( also make sure that the child theme is working properly).
You can check some more articles for this here:
-> https://firstsiteguide.com/wordpress-titles/
-> https://wordpress.stackexchange.com/questions/269862/how-to-set-custom-title-of-custom-page-template
-> https://orbitingweb.com/blog/custom-seo-friendly-title-tags-wordpress/
-> https://stackoverflow.com/questions/27373238/function-to-change-page-title-in-wordpress
Thank you!
Hi,
If I understand correctly, you want to edit a single post template from tagDiv Cloud Library with tagDiv Composer, if is so then you can see all your template from tagDiv Cloud Library in Cloud Templates -> https://www.screencast.com/t/XVN3HoTNPTX also you can filter the templates.
Thank you!
Hello! Thank for the quick reply!! Sadly, It doesn’t answer my question. Sorry If I didn’t explain myself correctly.
I will focus my question on user profiles and their custom fields.
I’m using Templates (I’m in love with this feature, btw) for user pages and showing their social networks, description, url or image. Using Pods I would like to increase the number of custom fields and also show them in each user page.
Help please.
on the outside, my site is beautiful. But I can not edit anything else, I’m having the same error on several pages!
Error at rows: 2(models) : 3(dom). The model does not match the content
My site is http://www.amazonianativa.org.br
the cover allows template editing, but internal pages with different templates no longer accept editing. there is no new plugin, there was no editing outside the TD composer.
Hi! Help. I have a BIG PROBLEM, finish my site, but i have an error in several pages!!!
Error at rows: 2(models) : 3(dom). The model does not match the content
This happens when I click edit template.
ok, BUT:
I did not make any kind of editing or installed plugin, it just stopped working from one day to the other.
and…
how can I make these recommendations if there was nothing unusual to be undone?
This support page say:
The most frequent cases are: the page was modified in the backend by adding code or scripts directly through the TinyMCE editor or if you’ve inserted HTML code with missing tags. This error is also be caused by specific plugins that insert code into pages. You should not use such plugins.
Solution:
You can fix this in two different way:
Clean the code. Recreate the element with the tagDiv Composer. If you need to add other items that are not present in the tagDiv Composer elements list, please use a “Column text” element.
If you already added custom HTML code inside a “description” section inside a tagDiv Composer item, make sure it’s clean and correct (no missing tags). Also, please consider removing it. We recommend you to do not insert HTML code in the page builder as it may cause issues and affect the way tagDiv Composer is functioning.
-
This reply was modified 7 years by
irisdesign.
I have the same problem.
When I try to edit templates/pages in my site, I encounter this error, but before I changed the domain I was using on the server, there were no errors.
Everything worked perfectly. can have anything related to domain exchange? I can’t find the error, i can’t edit, anything. Some pages work, some pages not work. I only use tagdiv, I didn’t anything different and no plugin, nothing different. help!
“Error at rows: 2(models) : 3(dom). The model does not match the content”
Hello, I’ve created some custom posts types, taxonomies and custom fields using Pods and I want to show them in my templates created with TD Composer, i.e. in Author pages.
I’ve tried using sidebars and the Pods’ widget , which shows the custom fields related to each user/post. However, it doesn’t work when using TD Composer.
Have you plans on creating new widgets with this purpose?
All best
Hello !
You can post here your issue and we are going to try our best in solving it. From what are you saying it appears that you are using the Mobile Theme plugin. The Mobile theme was specially designed for optimization on mobile devices. Unfortunately on mobile theme you cannot do much changes of design. If you want to have the same design as on desktop mode you can achieve that by simply disabling the mobile theme. Cloud templates are included. They do no work while having mobile theme.
In order to have the content of your pages on mobile theme you will have to recreate the page in the mobile editor wich can be found at the bottom of the page editor as you can see here: https://www.screencast.com/t/g8FDdPqTetf
Please provide a link to your page so we can inspect the menu issue also !
Thank you !
Hi,
You can set the ads using the theme panel ads -> https://www.screencast.com/t/yTUAIBQ6Tfs and you can set an ad in footer top section ( is closer to what you need to achieve ) or you can use a single post template from tagDiv Cloud Library, edit it using tagDiv Composer and set an ad box where you want to have that ad -> https://www.screencast.com/t/Z6ItOfvH -> https://www.screencast.com/t/7ZJ7oAO2c
Thank you!
Hi,
If you want to change the html post title you can try to us a single post template from tagDiv CLoud Library, edit it using tagDiv Composer and change the title, after that set the single post template on the posts that you want to have the title change.
-> https://www.screencast.com/t/hVTrqqBIW
If this is not what you mean, please provide some more details about what you want to achieve.
Thank you!
Hi,
Thank you for reaching us! I have checked your website and I saw that you are using the Pagebuilder + Latest Articles and that’s why the latest articles are displayed at the bottom of your page. If you want to disable this section, you will need to change the page template to default. For more details about this functionality, please check the documentation from here -> https://forum.tagdiv.com/page-templates-2/
Hope this helps!
Best regards!