Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • manindersingh Friend
    #129681

    Hi

    I want to create module positon just under the topsl : slideshow-module:

    How to create that

    Menalto Friend
    #253565

    Which joomla version do you use?

    manindersingh Friend
    #253575

    I am using 1.0.15 and quick start for this template.

    http://www.thegurbani.com

    tahnsk.

    one7media Friend
    #253599

    I copied the banner position and put it under the topsl:

    <!-- BEGIN: TOPSL -->
    <div id="ja-topsl">
    <?php mosLoadModules('topsl',-1); ?>
    </div>
    <?php endif; ?>
    <!--Additional Banner -->
    <?php if( mosCountModules('banner2')) : ?>
    <div id="ja-banner">
    <?php mosLoadModules('banner2', -1); ?>
    </div>
    <?php endif; ?>
    <!--End Additional Banner -->

    it worked for me…just remember to rename the position banner2 (like above) and go to Site/Template Manager/Module Postitions in joomla backend and create banner2 as an additional module position.

    Menalto Friend
    #253600

    Just one thing, rename
    <div id="ja-banner">
    to
    <div id="ja-banner1">
    And find
    #ja-banner
    in the css file and add
    #ja-banner1
    to it so it will look like this:

    #ja-banner, #ja-banner1 {
    If not it will never validate, since you are using the div id twice.

    one7media Friend
    #253601

    thanks for the tip menalto!

    I’m just a hack, so stuff like that is helpful to know!

    lasor123 Friend
    #254869

    Hi.

    I have the same problem whit my banner position…..maybe you also can help me….?

    Best, Lasor
    http://www.wibergpartner.dk
    Vers. 1.0.15

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

This topic contains 7 replies, has 4 voices, and was last updated by  lasor123 16 years, 5 months ago.

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