Tagged: 

Viewing 15 posts - 1 through 15 (of 46 total)
  • Author
    Posts
  • goimd Friend
    #1014513

    Need a little help after simplifying the template.

    1. How can I have the home page (or any) show the topics in the slide show, but not have the right side links? I want the ‘sidebar’ ads and other content to show near the top.
    2. Where can I change the link to the bottom template assigned footer logo not go to index.php?
    3. Where can I assign MegaMenu navigation colors? 3 are now black.
    4. Sidebar banner ads aren’t all showing. Just one seems to work. Plan on 3 or more stacked down the sidebar position.
    5. There seems to be a background showing under the top header ad space. Where can that be adjusted?
    Saguaros Moderator
    #1014649

    Hi @goimd,

    In the homepage of JA Teline V template, we use special layout and special module called JA ACM which supports to show slide of news on the left and more links on the right. The same with main content on homepage, it loads content module on the left and sidebar on the right.

    So if you want to have sidebar near the top, you will need to use other layout (you can check in Backend > Templates > JA Teline V > Layout tab. )

    Pls help to split your questions in different topics as it would be helpful for community if other people have the same concerns.

    Regards

    goimd Friend
    #1014819
    This reply has been marked as private.
    Saguaros Moderator
    #1015002

    You can access this file on your server: ROOT/templates/ja_teline_v/tpls/blocks/footer.php

    Look for this snippet of code:

    <div class="logo">
    <div class="logo-<?php echo $logotype, ('' ? ' logo-control' : '') ?>">
      <a href="<?php echo $logourl ?>" title="<?php echo strip_tags($sitename) ?>">
        <?php if($logotype == 'image'): ?>
          <img class="logo-img" src="<?php echo JURI::base(true) . '/' . $logoimage ?>" alt="<?php echo strip_tags($sitename) ?>" />
        <?php endif ?>
        <span><?php echo $sitename ?></span>
      </a>
      <small class="site-slogan"><?php echo $slogan ?></small>
    </div>
    </div>

    Then change to your own link in href="<?php echo $logourl ?>" attribute

    goimd Friend
    #1015158
    This reply has been marked as private.
    Saguaros Moderator
    #1015579

    Could you illustrate the modification you expect via screenshot?

    goimd Friend
    #1015712
    This reply has been marked as private.
    Saguaros Moderator
    #1015915

    Hi,

    1) You can add this css rule into the file: ROOT/templates/ja_your_default_template/css/custom.css (create this file if it doesn’t exist)

    .banneritem {
        margin: 0;
    }

    2) You can try to add more items for the category you show in top featured module

    3) We use a custom module to add a banner in ‘banner-1’ position, you can add many item as you wish.

    Regards

    goimd Friend
    #1016045
    This reply has been marked as private.
    Saguaros Moderator
    #1016155

    There was a wrong ‘}’ , I removed it for you and it looks fine now.

    goimd Friend
    #1016339
    This reply has been marked as private.
    goimd Friend
    #1016340
    This reply has been marked as private.
    goimd Friend
    #1016401
    This reply has been marked as private.
    Saguaros Moderator
    #1016704

    Could you illustrate what you want it should be via screenshot?

    goimd Friend
    #1017171
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (of 46 total)

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

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