Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • suli3 Friend
    #138937

    Hi all

    I want to display the ja-new or a copy of them in the body content but it dont work over {loadposition -newpositioncreated-}. I have try to create a new menu, in this menu i have load a new article with {loadposition -newpositioncreated-} but it dont work. I can load so all modules but not the ja-news why.

    I think there are two problems:
    1) disable the body in the firs page. when i set disable (leading 0, intro 0….) it displays the allways the image (grad3.gif). I think when i disable the body on the firs page the grad3.gif is not nessery.
    2) the ja-news module do not works when it is loaded in a article.

    Who can help? Thanks

    Regards,

    suli3 Friend
    #295146

    Please help

    How to disable this image on the first page:

    suli3 Friend
    #295270

    anybody an idea?

    Please help

    Sherlock Friend
    #295341

    Dear suli3 ,

    Please send me live URL of your site , i want to have a closer look on the second problem. With the first the problem , i really don’t have idea for it.

    suli3 Friend
    #295389

    This is the live site:

    http://www.touchweb.ch/

    jsliao Friend
    #295394

    templates/ja_cooper_business/css/colors/blue.css
    (line 168)

    #ja-current-content {
    background:#FFFFFF url(../../images/blue/grad3.gif) repeat-x scroll left top;
    border:1px solid #DDDDDD;
    visibility:hidden;
    }

    add line in red

    suli3 Friend
    #295399

    Hi

    When i do this, i have then no body in the other menus.

    I think there are two methods to solve this problem:

    1) Deactivate frontapage (Leading 0, Intro 0, Columns 0, Links 0). But then the the /images/blue/grad3.gif ned also the be display out.

    2) Remove the Body (current-content) from the first page

    but i dont know how to do this

    jsliao Friend
    #295402

    open index.php

    around line 183

    <!-- BEGIN: CONTENT -->
    <div id="ja-contentwrap" class="clearfix">

    <div id="ja-content">

    <jdoc:include type="message" />

    <div id="ja-current-content" class="clearfix"><div id="ja-wrap1">
    <jdoc:include type="component" />
    </div></div>

    <!-- BEGIN: JAZIN -->

    change to

    <!-- BEGIN: CONTENT -->
    <div id="ja-contentwrap" class="clearfix">

    <div id="ja-content">

    <jdoc:include type="message" />
    <?php if(!$tmpTools->isFrontPage()) {?>
    <div id="ja-current-content" class="clearfix"><div id="ja-wrap1">
    <?php} else { ?>
    <div id="ja-current-content-fp" class="clearfix"><div id="ja-wrap1">
    <?php } ?>
    <jdoc:include type="component" />
    </div></div>

    <!-- BEGIN: JAZIN -->

    in your template.css


    #ja-current-content {
    background:#FFFFFF url(../../images/blue/grad3.gif) repeat-x scroll left top;
    border:1px solid #DDDDDD;
    }
    #ja-current-content-fp {
    background:#FFFFFF url(../../images/blue/grad3.gif) repeat-x scroll left top;
    border:1px solid #DDDDDD;
    visibility:hidden;
    }

    suli3 Friend
    #295405

    Hi Thanks for your solution it works now.

    Only one mini problem. how to get the components in the same line?

    jsliao Friend
    #295519

    what do you mean same line?

    suli3 Friend
    #295587

    Yes i mean in the same hegh

    jsliao Friend
    #295609

    when i visit the page, i no longer see cooper template. its using a template for yootheme now instead?

    sorry i cant really debug without seeing what is happening on the site.

    neviomaria Friend
    #302572

    <em>@jsliao 117025 wrote:</em><blockquote>
    open index.php

    around line 183

    <!-- BEGIN: CONTENT -->
    <div id="ja-contentwrap" class="clearfix">

    <div id="ja-content">

    <jdoc:include type="message" />

    <div id="ja-current-content" class="clearfix"><div id="ja-wrap1">
    <jdoc:include type="component" />
    </div></div>

    <!-- BEGIN: JAZIN -->

    change to

    <!-- BEGIN: CONTENT -->
    <div id="ja-contentwrap" class="clearfix">

    <div id="ja-content">

    <jdoc:include type="message" />
    <?php if(!$tmpTools->isFrontPage()) {?>
    <div id="ja-current-content" class="clearfix"><div id="ja-wrap1">
    <?php} else { ?>
    <div id="ja-current-content-fp" class="clearfix"><div id="ja-wrap1">
    <?php } ?>
    <jdoc:include type="component" />
    </div></div>

    <!-- BEGIN: JAZIN -->

    in your template.css


    #ja-current-content {
    background:#FFFFFF url(../../images/blue/grad3.gif) repeat-x scroll left top;
    border:1px solid #DDDDDD;
    }
    #ja-current-content-fp {
    background:#FFFFFF url(../../images/blue/grad3.gif) repeat-x scroll left top;
    border:1px solid #DDDDDD;
    visibility:hidden;
    }


    </blockquote>

    Hi,i have a problem whit this modify.I have edited the code but it shows up this message on frontpage:

    Parse error: parse error in C:xampphtdocsfastviaggitemplatesja_cooper_businessindex.php on line 201

    this is the line 201:

    <?php} else { ?>

    help me plese!

    suli3 Friend
    #302586

    Hi its only a space problem

    [PHP]<?php} else { ?>[/PHP]

    to

    [PHP]<?php } else { ?>[/PHP]

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

This topic contains 14 replies, has 4 voices, and was last updated by  suli3 15 years, 6 months ago.

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