Modify main page TD composer

Posted in: Newspaper
Post count: 37

Hi.
I greate main page with TD composer. I choose page template: ” page builder + page title” (I no need default sidebar and last articles). How disable title and breadcump – http://dl3.joxi.net/drive/2018/01/24/0000/0020/4116/16/7505d54768.png ?

1) page template (page builder + lates article) – does not fit, I dont need lates article
2) page template (page builder + Overlay menu) – does not fit, its hide main header width menu

Post count: 37

I decided so – deleted the title. Please, tell me the code so as not to display the bread crumbs on the main page. Something like:


if(page != home){
show_breadcump
}

In which file to insert this code?

Post count: 37

Second question – with what shortcode I can get the current year in the footer – http://dl3.joxi.net/drive/2018/01/25/0000/0020/4116/16/6c23371b4e.png ?
php and js not work

Post count: 37

Third question – I changed black version color of demo. In what css class is thise black part of megamenu – http://dl4.joxi.net/drive/2018/01/25/0000/0020/4116/16/6d5df222a6.png ?

Post count: 20688

Hi,

If you choose page builder + title, then the title will be displayed on top of the page. Use the default page template if you don’t want it to show.

The breadcrumbs can be removed in the theme panel if needed for all the website
https://forum.tagdiv.com/breadcrumbs/
The breadcrumbs will not be displayed on the homepage, there is no need for that. They are generated here in each template
https://www.screencast.com/t/PXqU9m23sk

Page builder with latest articles will always show the latest articles section in the bottom of the page. This can be removed by choosing a different page template.

The overlay menu page template will display the menu over the page content, like this
https://www.screencast.com/t/Tiwv4a9NnH

The year could be displayed with this code
https://www.accessc.com/articles/copyright-year-update.html
https://www.screencast.com/t/xqlnRb0fM
https://www.screencast.com/t/yNSvBKIhWdn

Try changing the colors in the theme panel
https://www.screencast.com/t/s8Cj92MGRv
The demo has custom design, so if at the moment of creating it there was no theme panel option for that color, it was set with CSS
https://www.screencast.com/t/38DQ0ZhPSEjG
Remove the design from the demo stylesheet and the theme panel option should apply.

Thanks

Post count: 37

thanks, all work.

https://www.screencast.com/t/38DQ0ZhPSEjG – its a php storm (code editor)?

Post count: 20688

Glad it works. Indeed that is the PhpStorm editor we are using. It is very useful, we would recommend it.

Thanks

Post count: 37

I try fix myself

  • This reply was modified 8 years by Filandor.
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘Newspaper’ is closed to new topics and replies.