Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • tenaki Friend
    #1045218

    OK got the background to white.

    Just need help with the following

    main nav not showing on media pages
    Date and whats new not showing on media pages https://www.touringandtenting.com/news-resources/videos
    Whats new not showing up on main pages https://www.touringandtenting.com/test

    • This reply was modified 7 years, 2 months ago by  tenaki.
    • This reply was modified 7 years, 2 months ago by  tenaki.
    • This reply was modified 7 years, 2 months ago by  tenaki.
    Saguaros Moderator
    #1045616

    Hi,

    Due to the concept of template, in the pages: Videos / Gallery in our demo site, it’s using ‘media’ layout which doesn’t load main nav and default header block. If you want to show, you can customize the layout a bit:

    • Go to file: [root]/templates/ja_teline_v/tpls/media.php
    • To load the main nav, add this line of code below the header block:

      <?php $this->loadBlock('mainnav') ?>
    • To load the default header block, replace this line:
      <?php $this->loadBlock('header-clean') ?>

    by this:

    <?php $this->loadBlock('header') ?>

    Regards

    tenaki Friend
    #1046358

    Excellent thank you

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  tenaki 7 years, 2 months ago.

The topic ‘JA Teline V – Media – Change BG color and main menu position’ is closed to new replies.