-
AuthorPosts
-
January 14, 2009 at 10:26 am #137095
Hello I would like to suppress left column in user5 position in nagya. ¿How can I do that?
Thanks
Jose ManuelAnonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 15, 2009 at 7:46 am #286544Hi,
You can find following script:
<?php if ($this->countModules('user5')) { ?>
<div id="ja-tabs">
<jdoc:include type="modules" name="user5" style="raw" />
</div>
<?php } ?>at about line 172 in templatesja_nagyaindex.php file and delete it.
January 15, 2009 at 8:05 am #286550<em>@JA Developer 106198 wrote:</em><blockquote>Hi,
You can find following script:
<?php if ($this->countModules('user5')) { ?>
<div id="ja-tabs">
<jdoc:include type="modules" name="user5" style="raw" />
</div>
<?php } ?>at about line 172 in templatesja_nagyaindex.php file and delete it.</blockquote>
Hello, it’s very strange, but apparently it has no effect. If, moreover, I suppress the following script lines:<?php if ($this->countModules(‘left’)) { ?>
<div id=”ja-col1″><div class=”ja-innerpad”>
<jdoc:include type=”modules” name=”left” style=”xhtml” $
</div></div>
<?php } ?>The modules initially there (Main menu, resources, Key concepts .. in the sample template) don’t show up, but the empty space is still there. What I need is to use this space for the articles showed in the front page (i.e, to “squeeze” user5 to just its right column. Thanks in advance
Jose Manuel
Anonymous ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
January 16, 2009 at 4:43 am #286721Please view my guide:
=> Open template.css file:
+ At about line 511, find following script:#ja-content {
clear:both;
display:block;
float:left;
width:54.9%;
}and change to:
#ja-content {
clear:both;
display:block;
float:left;
width:76.9%;
}+ at about line 524, find following script:
#ja-colwrap {
background:transparent url(../images/dot.gif) repeat-y scroll center center;
float:right;
margin:20px 0;
overflow:hidden;
width:45%;
}and change to:
#ja-colwrap {
background:transparent url(../images/dot.gif) repeat-y scroll center center;
float:right;
margin:20px 0;
overflow:hidden;
width:22.9%;
}+ At about line 539, find following script:
#ja-col2 {
float:right;
overflow:hidden;
width:49.9%;
}and change to:
#ja-col2 {
float:right;
overflow:hidden;
width:100%;
}+ You must change the background image of main content to have a nice design. This is the link to background image: templates/ja_nagya/images/content-bg.png
1 user says Thank You to JA Developer for this useful post
January 16, 2009 at 8:28 am #286754Hello. It works. Its is a tricky issue to change css. There is still the minor detail of the light brown color of user5 still being there (left column of user5) , Thanks a lot. By the way, the url is hypatia.es. Cheers
Jose Manuel
January 16, 2009 at 8:34 am #286755Hello again, I just realize that user5 is not there anymore. What I should do, as you suggest, is to change the bakground image. Cheers
Jose Manuelmayke Friendmayke
- Join date:
- May 2008
- Posts:
- 281
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 55
- Thanked:
- 13 times in 1 posts
January 17, 2009 at 6:08 am #286886Hi,
What happend when I put picture in user 5, the picture at the user 5 area seems take/hit the content page area little bit..
Thank you experties.
January 17, 2009 at 7:43 pm #286917Thanks mayke, I’ll check as soon as I have some time. Cheers
Jose Manuel
-
AuthorPosts
This topic contains 8 replies, has 3 voices, and was last updated by josemanuelqm 15 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum