-
AuthorPosts
-
suli3 Friend
suli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
March 9, 2009 at 9:02 pm #138937Hi 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 Friendsuli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
March 10, 2009 at 7:56 am #295146suli3 Friendsuli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
March 10, 2009 at 7:21 pm #295270anybody an idea?
Please help
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 11, 2009 at 2:37 am #295341Dear 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 Friendsuli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
March 11, 2009 at 7:41 am #295389This is the live site:
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
March 11, 2009 at 8:07 am #295394templates/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
1 user says Thank You to jsliao for this useful post
suli3 Friendsuli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
March 11, 2009 at 8:22 am #295399Hi
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 Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
March 11, 2009 at 8:53 am #295402open 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 Friendsuli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
March 11, 2009 at 9:22 am #295405jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
March 12, 2009 at 3:29 am #295519what do you mean same line?
suli3 Friendsuli3
- Join date:
- February 2007
- Posts:
- 69
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 22
- Thanked:
- 1 times in 1 posts
March 12, 2009 at 11:49 am #295587Yes i mean in the same hegh
jsliao Friendjsliao
- Join date:
- April 2008
- Posts:
- 817
- Downloads:
- 0
- Uploads:
- 12
- Thanks:
- 25
- Thanked:
- 236 times in 210 posts
March 12, 2009 at 2:16 pm #295609when 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.
April 26, 2009 at 7:29 am #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!
-
AuthorPosts
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