Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • joev Friend
    #137264

    Does anyone know if it would be possible to implement the JA Bulletin module next to the Slide Show, similar to the Sanidine template? The Zeolite template seems like it could also be used for a business type site, but I really like to see the JA Bulletin module used by the Slider module. Thanks!

    Anonymous Moderator
    #287271

    Hi joev,

    Please try with my guide:

    + Open index.php file in templates/ja_zeolite folder, find following script at about line 136:
    [PHP]<?php if (!$tmpTools->isContentEdit() && $this->countModules(‘ja-slideshow’)) { ?>
    <!– BEGIN: SLIDESHOW –>
    <div id=”ja-slideshow” class=”clearfix”>
    <div id=”ja-slideshow-bot”><div id=”ja-slideshow-top” class=”clearfix”>
    <jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
    </div></div>
    </div>
    <!– END: SLIDESHOW –>
    <?php } ?>
    [/PHP]

    and change to:

    [PHP]<?php if (!$tmpTools->isContentEdit() && $this->countModules(‘ja-slideshow’)) { ?>
    <!– BEGIN: SLIDESHOW –>
    <div id=”ja-slideshow” class=”clearfix”>
    <div id=”ja-slideshow-bot”><div id=”ja-slideshow-top” class=”clearfix”>
    <jdoc:include type=”modules” name=”ja-slideshow” style=”raw” />
    </div></div>
    <div id=”ja-topsl2″>
    <jdoc:include type=”modules” name=”topsl2″ style=”xhtml” />
    </div>
    </div>
    <!– END: SLIDESHOW –>
    <?php } ?>[/PHP]
    I defined the topsl2 position.

    + Open template.css file in templates/ja_zeolite/css folder, add following code section to the end of file:


    #ja-slideshow-bot {
    width: 80%;
    float: left;
    }

    #ja-topsl2 {
    width: 19.9%;
    float: right;
    }

    + In administrator, you must change the size of ja slideshow module, the JA Bulletin module for the #ja-topsl2 position.

    Hope it helps.

    joev Friend
    #287325

    Thank you for the code. It was very helpful. I was able to get the JA Bulletin module to display, but is there any way to apply styling to the module, similar to the Sample Module on the front page. I have attached a screen shot. Thanks!


    1. bulletin
    Anonymous Moderator
    #287403

    Hi,

    You can use the style in the Sanidine template for your website.

    joev Friend
    #287460

    Sorry for the dumb question, but how do you apply the module style?

    Can anyone provide some additional details on applying a style to the Ja Bulletin module to match the Zeolite modules. Thanks!

    Can someone please assist me with this last question?

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

This topic contains 5 replies, has 2 voices, and was last updated by  joev 15 years, 10 months ago.

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