Hi,
I wanted to modify the Tag pages so the title would look like other titles on the website (and remove “tag” before the title, and make sure the sidebar starts below the title). Here is an example: https://www.coupdepoker.com/tag/bonus-poker/
So, I downloaded the “blank tag template”, created 2 columns, added a widget sidebar in the right column and a Block 4 in the left one. But, the Block 4 doesn’t show the right tag, it shows all tags on every tag page. Moreover, I don’t have any title nor breadcrumb. Here is an example of the result: https://ibb.co/dKmYT5r
So, how can I:
1/ Modify the Tag pages title so it looks like other pages? (like this title for example https://www.coupdepoker.com/poker-en-ligne/test-winamax-poker/)
Or
2/ Modify the Tag template pages so they contextualise (content, title, breadcrumb…) depending on the tag?
Thanks
Hi,
Why not using the tag template from tag div cloud library
-> https://www.screencast.com/t/a9fp86h9
All you need to do to look like in this example -> https://www.coupdepoker.com/tag/bonus-poker/is to center the tag title
-> https://www.screencast.com/t/e5yCSKmwx9Oe
Thank you!
Quick question: is there a similar template in the cloud library for pages?
I tried to find it but didn’t see the right one.
It would be easier to directly modify a template for pages rather than modifying them with CSS.
And it would also probably improve the speed.
Still talking about http://www.coupdepoker.com
Thanks
Hi,
That homepage was edit with tagDiv Composer to get that layout, there is one homepage in tagDiv Cloud Library that have a closer layout ( Homepage Default Demo ) -> https://www.screencast.com/t/lcCE6H8FnyQ
Thank you!
Hi,
I was talking about a standard page (with title) like https://www.coupdepoker.com/contact/
Thanks
Hi,
I think that you want to remove the breadcrumbs -> https://www.screencast.com/t/SjnNKtOtS9
If is so then all you need to do is to go in Theme panel>Template settings -> breadcrumbs and disable the them -> https://forum.tagdiv.com/breadcrumbs/ .
Thank you!
Hi Calin,
No, that’s the title I want to modify.
At the moment the title of pages is modified with a CSS (I’ll paste it below) but if I just changed the pages template then I wouldn’t need to use this CSS and so the speed of the website would be better.
Here is the CSS to transform the page titles like other titles on the website:
.td-page-title{
margin-top: 16px;
text-align: center;
font-size: 42px;
line-height: 48px;
font-weight: 600;
padding: 10px 8%;
letter-spacing: .02em;
}
Thanks
Hi,
Please note that for pages there are no templates, those are build individual with tagDiv Composer, also your css code is doing what a template should do, that css is apply once for all page titles, that means that your website speed will not decrease.
Thank you for your understanding!