Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • Rusell Cerrato Friend
    #179928

    Hello guys!

    can you pls give a hand here..

    how can I move the logo on zite, to the left corner before the mega menu? also how to reduce the space where the logo was originally in? but is very important to keep good margins for the ipad screen width

    here is a pick of what I need to do!

    best regards! txs


    1. new-placeforlogo-ja-zite.fw_
    HeR0 Friend
    #464273

    Hi Rcerrato,

    It requires too much customization of codes, so i can’t help you. This may be effected to responsive design.

    Regards,

    Rusell Cerrato Friend
    #464432

    Thanks HeR0, however, I wish I just could get rid of the idea, but my customer wont really let me not to try.
    can you please give me a clue, or staring point?

    do I have to modify the layout or template.ccs?

    the menu starts right at the begining of the vertical space, but have not idea how to create a new position called logoposition2 like an example.

    thanks for your ideas..!

    rgds

    HeR0 Friend
    #464488

    Hi Rcerrato
    Please look at http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Default_Layout for get why you do not should?

    Suggest: modify file templates/ja_zite/blocks/mainnav.php. find

    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>

    replace to

    <?php if($this->countModules('testlogo')) : ?>
    <div id="testlogo" >
    <jdoc:include type="modules" name="logoposition2" />
    </div>
    <?php endif; ?>
    <?php if (($jamenu = $this->loadMenu())) $jamenu->genMenu (); ?>

    Then go to modules manager assign a module to logoposition2 position and add some css code to template.css for style this logo and menu as responsive.
    Hope that can help you.

    Regards,

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

This topic contains 4 replies, has 2 voices, and was last updated by  HeR0 12 years, 1 month ago.

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