Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Anonymous Moderator
    #143699

    We are currently working with the JA Mageia template and we would like, in place of the header images, to have a JA Slideshow module working in the space instead. As this space in the JA Mageia template is hard coded into the “index.php” template file, can you provide instruction on how we would convert that space to accommodate the JA Slideshow module.

    This is a demo:
    5725


    1. add_slideshow_module
    2. add_slideshow_module1
    Anonymous Moderator
    #315281

    Please try with following code;

    + Open templates/ja_mageia/index.php, find HEADER block, change with my code:


    <!-- BEGIN: HEADER -->
    <div id="ja-headerwrap" class="clearfix">
    <div id="ja-header">

    <div id="ja-newsflash">
    <jdoc:include type="modules" name="user5" style="xhtml" />
    </div>

    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="xhtml" />
    </div>

    <div id="ja-pathwaywrap" class="clearfix">

    <?php if($this->countModules('user4')) : ?>
    <div id="ja-searchwrap">
    <div id="ja-search">
    <jdoc:include type="modules" name="user4" style="xhtml" />
    </div>
    </div>
    <?php endif; ?>
    <div id="ja-pathway">
    <div id="ja-usertoolswrap">
    <div id="ja-usertools">
    <?php if($supported_browsers) $tempTools->genToolMenu(1); else $tempTools->genToolMenu_ie6(1); ?>
    <?php if($supported_browsers) $tempTools->genToolMenu(2); else $tempTools->genToolMenu_ie6(2); ?>
    <?php //if($JAconfig->ja_tool & 1) $tempTools->genToolMenu(1); ?>
    <?php //if($JAconfig->ja_tool & 2) $tempTools->genToolMenu(2); ?>
    </div>
    </div>
    <?php if ($this->countModules('breadcrumb')) { ?>
    <jdoc:include type="modules" name="breadcrumb" style="xthml" />
    <?php } ?>
    </div>
    </div>
    </div>
    </div>
    <!-- END: HEADER -->

    + Open templates/ja_mageia/css/template_css.css, add following code to the end of file:


    #ja-slideshow {
    line-height: normal;
    height: 170px;
    position: relative;
    width: 76.5%;
    float: right;
    background: #5D6B74 !important;
    margin-left: 2px;
    margin-top: 2px;
    }

    At the moment, you can create a new ja_slideshow module and assign to ja-slideshow position.

    marco17 Friend
    #342828

    Hi,

    i want to put a slideshow module into the mageia template and i have tried to do what you say but it doesn’t work.

    Even the template doesn’t get the colour change after it.

    I have to do something else ?

    Many thanks.
    Marco

    Anonymous Moderator
    #342944

    Hi marco17

    I think your modification is not right.
    Coud you submit a ticket, send us your information for checking?

    marco17 Friend
    #347098

    How can i remove the colours selection in the botton of the page ? Thanks.

    Sherlock Friend
    #347312

    Hi marco17,

    Just try to open the templates/ja_mageia/index.php file,Find and remove this line of codes
    <?php if($JAconfig->ja_tool & 4) $tempTools->genToolMenu(4); ?>

    I hope it help !

    user11224767 Friend
    #347739

    i have the same problem!
    i want to put a slider in the place whre the header images are.
    i followed your instruction above, but it doesn’t function!
    Is there anybody who can help us!
    You can see my site under http://www.eyecatcher.at/mueller!

    Thanl you for helping!

    Sherlock Friend
    #347764

    <em>@user11224767 183695 wrote:</em><blockquote>i have the same problem!
    i want to put a slider in the place whre the header images are.
    i followed your instruction above, but it doesn’t function!
    Is there anybody who can help us!
    You can see my site under http://www.eyecatcher.at/mueller!

    Thanl you for helping!</blockquote>

    Hi Friend ,

    what kind of the slideshow you want to put into that place? I think you should create a new module position then publish your module on that position !

    user11224767 Friend
    #347810

    I tried it with JA Slideshow2!
    I followed the instruction above, but no result!

    NOW: I tried it with mod_slideshow vom JA_IRIS and its function!
    But now the problem is, that the breadcrumbs are not shown?
    Whats now the problem?

    And the logo in the left corner ist gone, too???

    Sherlock Friend
    #347829

    <em>@user11224767 183792 wrote:</em><blockquote>I tried it with JA Slideshow2!
    I followed the instruction above, but no result!

    NOW: I tried it with mod_slideshow vom JA_IRIS and its function!
    But now the problem is, that the breadcrumbs are not shown?
    Whats now the problem?

    And the logo in the left corner ist gone, too???</blockquote>

    Hi Friend ,

    If possible ,please kindly submit a ticket,Give me your admin account aslo I saw that your logo image file is not exist !

    arkadoo Friend
    #428546

    Excuse me.. at the end of your css code, there is this number : width: 76.5%;

    What is that?
    thanks
    alberto

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

This topic contains 11 replies, has 5 voices, and was last updated by  arkadoo 12 years, 3 months ago.

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