Viewing 15 posts - 1 through 15 (of 21 total)
  • Author
    Posts
  • allanpro Friend
    #118175

    Hi all,

    is it possible to combine the user position 7,8 and 9 to form one long graphical banner image?

    If it is possible how would you do this?

    Thanks for all you efforts so far.

    cgdesign Friend
    #212944

    Yes it´s possible…
    It´s the same as in your “Header images”-posting…
    Just deactivate 2 of the 3 modules and place your headerimage in one of these 3 positions.

    Regards
    Carsten

    allanpro Friend
    #212981

    Hi Carsten.

    Thank you for answering in my cross-posting.

    Could you elaborate a little bit on how to do this? When I try to do this it really makes a mess. Take a look at the attached cropped screenshot…

    I want to make the header look like on ja_spica which I really like.

    Thanks for listening and answering.


    1. gris
    cgdesign Friend
    #212990

    So you like to have an background image at your modul positon.
    And should your text at this position be static or should it be like at this ja_spica template, where the newsflash is displayed…

    and sorry if my english wouldn´t be so well…
    🙂

    Regards
    Carsten

    EDIT:
    should it look like this??


    1. bellatrix
    WinstonTjong-Ayong Friend
    #212995

    <em>@cgdesign 5890 wrote:</em><blockquote>So you like to have an background image at your modul positon.
    And should your text at this position be static or should it be like at this ja_spica template, where the newsflash is displayed…

    and sorry if my english wouldn´t be so well…
    🙂

    Regards
    Carsten

    EDIT:
    should it look like this??</blockquote>

    Hi Carsten, I would love to know how you can change bellatrix to have a banner like ja spica. (as you have posted in the picture) Tell me about it!

    Regards

    Winston

    cgdesign Friend
    #213024

    Hi Winston,

    i only do tha changes to help allanpro…
    but since his last postin he never replys…so but now there´s an other person who will be interrested in the modification.

    here they are:

    changes done in the templates index.php

    old:

    <!-- BEGIN: TOP SPOTLIGHT -->
    <div id="ja-topsl" class="clearfix">
    <?php if( mosCountModules('user7') ) {?>
    <div class="ja-box<?php echo $user8divstyle; ?>" style="width: <?php echo $divtopwidth; ?>;">
    <?php mosLoadModules('user7', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user8') ) {?>
    <div class="ja-box<?php echo $user9divstyle; ?>" style="width: <?php echo $divtopwidth; ?>;">
    <?php mosLoadModules('user8', -2); ?>
    </div>
    <?php } ?>

    <?php if( mosCountModules('user9') ) {?>
    <div class="ja-box<?php echo $topdivstyle; ?>" style="width: <?php echo $divtopwidth; ?>;">
    <?php mosLoadModules('user9', -2); ?>
    </div>
    <?php } ?>

    </div>
    <!-- END: TOP SPOTLIGHT -->

    new:

    <!-- BEGIN: TOP SPOTLIGHT -->
    <div id="ja-spotlite-header" class="clearfix">
    <?php if( mosCountModules('user7') ) {?>
    <div class="ja-box-header" style="width: <?php echo $divtopwidth; ?>;">
    <?php mosLoadModules('user7', -2); ?>
    </div>
    <?php } ?>

    </div>
    <!-- END: TOP SPOTLIGHT -->

    changes done in the templates template_css.css

    add following definitions

    #ja-spotlite-header div.moduletable {
    color: #FFFFFF;
    margin: 0;
    padding: 80px 10px 10px;
    }
    #ja-spotlite-header h3 {
    padding: 0;
    margin: 0 0 5px;
    color: #FFFFFF;
    font-size: 1em;
    }

    and

    .ja-box-header {
    float: left;
    overflow: hidden;
    height: 170px;
    background:url(../images/header.jpg);
    }

    But this solution is without the different css files for the different colors.

    Tjong-Ayong sounds a lottle bit asian…??? Where are you from?

    Regards
    Carsten

    allanpro Friend
    #213047

    Hi Carsten.

    I am sorry I didnt reply earlier than just know – what you posted is EXACTLY what I wanted to do – I really appreciate your help and I am glad you could help out another fellow joomlart trooper.

    Thanks

    /Allan

    WinstonTjong-Ayong Friend
    #213051

    Thank you very much Carsten,
    I really appreciate you guys offering your time to serve us with your knowledge!

    Tjong-Ayong is chinese! My Ancestors came from China, but I was born in the Netherlands (Amsterdam), grew up in Suriname (South America) and am now living in Deutschland!

    So Deutsch würde auch kein Problem sein! :laugh: Vielen Dank für deine Hilfe!

    Regards,

    Winston

    I have tried out your code and the changes have been made, could you also tell me how and where to place the headerpicture?

    cgdesign Friend
    #213063

    Hallo Winston,

    hoffe doch das es dir dann auch ´n wenig in Deutschland gefällt…
    🙂

    Wo lebste denn in Deuschland? Komm aus nem Kaff zwischen Karslruhe und Heidelberg…also Baden-Württemberg.

    The headerpicture is placed in the templates images folder
    JoomlaRoot/tempaltes/ja_bellatrix/images/

    @allanpro
    no problem…
    so it´s good to know that your problems are solved…

    Grüße
    Carsten

    WinstonTjong-Ayong Friend
    #213117

    <em>@cgdesign 6009 wrote:</em><blockquote>

    Wo lebste denn in Deuschland? Komm aus nem Kaff zwischen Karslruhe und Heidelberg…also Baden-Württemberg.
    </blockquote>

    Ich lebe auf dem Hunsrück, ungefähr 30 Minuten von Koblenz entfernt. Und es gefällt mir sehr in Deutschland!

    Thank you for the Information. I will try it out shortly!

    Winston

    WinstonTjong-Ayong Friend
    #213160

    Thank you very much Carsten, it worked out fine! :laugh:
    Here is the final result.
    Really appreciate the way you help the community! Thanks!


    1. bellatrixwithheader
    nicnatros Friend
    #213318

    Thank you very much for this tip! This is exactly what I wanted to do also! I have another question that is slightly unrelated. How can I get a module to display in the middle “body” of a page? I’ve tried all the different positions and I can’t get anything to show there. Thanks for your help.

    frame4 Friend
    #213452

    Hi All,

    Got a problem … when I make the changes as shown, my header image (and the text) only stay within the physical boundaries of User 7 – see attached. What am I doing wrong??

    Thanks,
    Anthony


    1. header
    nicnatros Friend
    #213548

    When I tried this it didn’t work. I’m confident with the index.php changes because you said what to replace. As for the template_css.css, where in this file do I place the definitions? Sorry, I don’t know anything about changing these templates. Thank you!

    WinstonTjong-Ayong Friend
    #213598

    <em>@frame4 6631 wrote:</em><blockquote>Hi All,

    Got a problem … when I make the changes as shown, my header image (and the text) only stay within the physical boundaries of User 7 – see attached. What am I doing wrong??

    Thanks,
    Anthony</blockquote>

    You should unpublish the other User modules (8 and 9). Check under your Modules if all are unpublished. That should do it!

    Regards,

    Winston

Viewing 15 posts - 1 through 15 (of 21 total)

This topic contains 21 replies, has 5 voices, and was last updated by  nicnatros 17 years, 9 months ago.

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