Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • dgruebner Friend
    #164385

    I want to add a module left to the “ja-slideshow” module. I know there are lots of threads with this subject. But I can’t get it to work with JA-Topaz.

    The red area should be a module, but there is just the background: http://www.edv-center.de/2011/

    This is what I have changed/added to index.php:

    <!-- TOP SPOTLIGHT -->
    <div id="ja-topsl" class="wrap">
    <div class="main">
    <div id="ja-slideshow-left">
    <jdoc:include type="modules" name="ja-slideshow-left" style="raw"/>
    </div>

    <div class="inner clearfix">
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="raw" />
    </div>
    </div>
    </div>
    <!-- //TOP SPOTLIGHT -->

    Also added/changed this to template.css

    /* JA Slideshow */
    #ja-slideshow {
    float: right;
    margin: 0;
    padding: 0;
    width: 65%
    }
    #ja-slideshow-left {
    float: left;
    width: 35%;
    }

    himangi Friend
    #392793

    I see the ja-slideshow-left module position where the red patch is, but there is no module published in that position. you will need to edit th module you want to show there, add ja-slideshow-left position in the list of positions before choosing it and publish a module and check on the frontend. you should see the module.. You may need to add more styling for beautification later..

    khoand Friend
    #392821

    You should change index.php like this:


    <!-- TOP SPOTLIGHT -->
    <div id="ja-topsl" class="wrap">
    <div class="main">

    <div class="inner clearfix">
    <div id="ja-slideshow-left">
    <jdoc:include type="modules" name="ja-slideshow-left" style="raw"/>
    </div>
    <div id="ja-slideshow">
    <jdoc:include type="modules" name="ja-slideshow" style="raw" />
    </div>
    </div>
    </div>
    <!-- //TOP SPOTLIGHT -->

    – Red area is just background of #ja-topsl .inner

    dgruebner Friend
    #392847

    I’m embarrassed. I published to module on the wrong “Frontpage” in Menus.:-[ It works.
    @khoand: Thanks, looks better now. With my code the text was a little bit outside the box.
    @himang: Thanks, will definitely add a little more styling.

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

This topic contains 4 replies, has 3 voices, and was last updated by  dgruebner 13 years, 6 months ago.

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