Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • James Weston Friend
    #203801

    Hi @tomc

    I need you input again as cannot see the old threads where you already sort of answered this for another section of my site http://www.vivaasiamagazine.com

    I need to work out what code to add to the events section to make the logo and the way it stays at the top and the way the text scrolls underneath it the same as the home page.

    On the home page it scrolls under from just below the logo. On the events page it scrolls up straight under the logo.

    Jim

    Adam M Moderator
    #559733

    Hi @origomedia,

    I still haven’t got your idea yet, could you please clarify a little bit or provide a screenshot so I can assist you better ?

    James Weston Friend
    #559770

    Thanks for the prompt response Adam,

    I have attached 2 screen shots.

    You can see how the home page scrolls behind the logo and the events page scrolls under the logo and you can still see the information as it goes behind the logo. I need to fix it so that it scrolls like the home page, the video and gallery pages so that once it goes under the logo you don’t see it anymore.

    http://www.vivaasiamagzine.com

    hope that helps clarify.

    Jim


    1. home-page-scroll
    2. events-scroll
    Adam M Moderator
    #559852

    Hi Jim,

    Actually, just because the header in home page has white background so you couldn’t see the content behind it. Currently, the header in Events page doesn’t have background so you still see the content when scroll down.

    James Weston Friend
    #560015

    Thanks Adam,

    Ok I have put a colour there. http://www.vivaasiamagazine.com/index.php/teline-v-events but can’t work out how to change the current events blue bar so that it can actually be read. Can’t work out which line in the css to edit.

    Also where do I need to add code so that my top banner also appears like it does on my other pages?

    Jim

    Adam M Moderator
    #560097

    Hi Jim,

    Please open file http://www.vivaasiamagazine.com/templates/ja_teline_v/css/custom.css and look for this code :

    .t3-wrapper > .main {
    padding-top: 170px;
    }

    then change to :

    .t3-wrapper > .main {
    padding-top: 220px;
    }

    James Weston Friend
    #560110

    Thanks Adam M,

    That worked a treat.

    Sorry how do I add the code to make the banner advert appear next to the logo?

    Jim

    Adam M Moderator
    #560200

    HI Jim,

    Please open file root_foldertemplatesja_teline_vtplsblocksheader-events.php and look for this code :

    <!-- OFF CANVAS TOGGLE -->
    <?php $this->loadBlock ('off-canvas') ?>
    <!-- // OFF CANVAS TOGGLE -->

    then update as below :

    <div class="col-md-5 header-left">

    <!-- OFF CANVAS TOGGLE -->
    <?php $this->loadBlock ('off-canvas') ?>
    <!-- // OFF CANVAS TOGGLE -->

    next, look for this code :

    <div class="col-xs-12 logo">

    then change as below :

    <div class="logo">

    last step is to look for this code :

    </div>
    <!-- //LOGO -->

    and update as below :

    </div>
    <!-- //LOGO -->

    </div>

    <!-- HEADER RIGHT -->
    <div class="col-md-7 header-right">
    <div class="header-right-inner">

    <div class="col trending <?php $this->_c('header-1') ?>">
    <jdoc:include type="modules" name="<?php $this->_p('header-1') ?>" />
    </div>

    </div>
    </div>
    <!-- // HEADER RIGHT -->

    James Weston Friend
    #560209

    Thanks Adam M,

    Appreciate all the good work from the support team and other forum members.

    Jim

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

This topic contains 9 replies, has 2 voices, and was last updated by  James Weston 9 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum