Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • eliahu Friend
    #152032

    Hello,
    I would like to have a wide picture or a flash-banner under the logo and above the main menu. I need a different picture/banner in each page.
    I tried to add a new module position inside the header area (in header.php), but could not position the new block in the right place (it covered the logo).

    I’ll be greatfull if anyone can instruct me

    Thanks!

    Saguaros Moderator
    #348082

    Hello eliahu!

    Pls open the file header.php and find codes:
    and replace:
    [PHP]
    <?php if (!$this->isContentEdit() && $this->countModules(‘vm-cart’)) { ?>
    [/PHP]
    [PHP]
    <?php if ( $this->countModules(‘header-right’)) { ?>
    <div id=”ja-header-right”>
    <jdoc:include type=”modules” name=”header-right” style=”xhtml” />
    </div>
    <?php } ?>
    <?php if (!$this->isContentEdit() && $this->countModules(‘vm-cart’)) { ?>
    [/PHP]

    and then you add the following css codes into the template.css file:

    #ja-header-right {
    position:absolute;
    top:0;
    right:200px;
    }

    After done you put module on the “header-right” position. if you have any problems pls contact with me

    Thanks

    eliahu Friend
    #348104

    <em>@tienhc 184121 wrote:</em><blockquote>Hello eliahu!

    Pls open the file header.php and find codes:
    and replace:
    [PHP]
    <?php if (!$this->isContentEdit() && $this->countModules(‘vm-cart’)) { ?>
    [/PHP]
    [PHP]
    <?php if ( $this->countModules(‘header-right’)) { ?>
    <div id=”ja-header-right”>
    <jdoc:include type=”modules” name=”header-right” style=”xhtml” />
    </div>
    <?php } ?>
    <?php if (!$this->isContentEdit() && $this->countModules(‘vm-cart’)) { ?>
    [/PHP]

    and then you add the following css codes into the template.css file:

    #ja-header-right {
    position:absolute;
    top:0;
    right:200px;
    }

    After done you put module on the “header-right” position. if you have any problems pls contact with me

    Thanks</blockquote>

    Hello Tienhc,
    Thank you for your reply!
    I’m afraid the problem is not solved yet – please look at the enclosed screenshot.
    8217
    Maybe it was not clear that I want the new position to be under the main logo area, and above the mainnav., sufficient for a full-width banner.
    Thanks again
    Eliahu


    1. screen1
    Saguaros Moderator
    #348149

    Can you pls give me the link to your site!

    Thanks

    eliahu Friend
    #348158

    hello,
    I’ve made some changes in the css and solved the problem.
    Thank you for your assistance!
    Eliahu

    team_phenomenon Friend
    #351977

    Well how about posting the changes you made?, so everyone else who has the same problem can fix it. I too have been running into this issue.

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

This topic contains 6 replies, has 3 voices, and was last updated by  team_phenomenon 14 years, 3 months ago.

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