-
AuthorPosts
-
infovasciaveo Friend
infovasciaveo
- Join date:
- October 2010
- Posts:
- 92
- Downloads:
- 1
- Uploads:
- 36
- Thanks:
- 33
- Thanked:
- 1 times in 1 posts
November 10, 2010 at 3:01 pm #156277Hi,
I submitted you same questions (26.oct and 31 oct) but I got no response at now!
I also sent an administrator password to allow you administrative access, but no one has responded more!
I have many difficulties to use the template Teline III, also because there is no real manual, but you have to read many forum posts to try to figure it out!
I tried to expose the problems one at a time, but if I do not answer will be difficult to use it fully.
For example:
1) what is the correct sequence for installing all Teline III on a site that already exists
2) how you can also assign a color to the Home menu item (and not only to the categories), so that already is the home page the color you want
3) how you set the modules JaNews2 and JaFrontpage if you want to assign a specific view for each link of the main menu (you can copy the forms and JaNews2 JAFrontpage?)
There are more questions, but I hope you can answer at least these.
ThanksSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 11, 2010 at 3:43 am #362389<blockquote>1) what is the correct sequence for installing all Teline III on a site that already exists </blockquote>
1) you download all packages in the download section,
2) You take a detail look on all modules positions, layout positions on the template: http://www.joomlart.com/forums/forumdisplay.php?10165-JA-Teline-III-Guides-Tutorials-Tips
3) and then Install one by one extension, and try to follow userguide: http://www.joomlart.com/forums/forumdisplay.php?10165-JA-Teline-III-Guides-Tutorials-Tips
and set rightly configuration for them, you can install a quickstart on your localhost. and you can refer to extensions ‘s configuration which ja did<blockquote>2) how you can also assign a color to the Home menu item (and not only to the categories), so that already is the home page the color you want
</blockquote>You open the file: templates/ja_teline_iii/layouts/blocks/head.php and find the following code:
[PHP]<link href=”<?php echo $this->templateurl(); ?>/css/colors/theme<?php echo $defaultColour; ?>.css” rel=”stylesheet” type=”text/css” />[/PHP]
replace:
[PHP]
<?php
$defaultColour = $this->getThemeForSection();
if( $this->isFrontPage() ){;
$defaultColour = ‘-red’;
}
?>
<link href=”<?php echo $this->templateurl(); ?>/css/colors/theme<?php echo $defaultColour; ?>.css” rel=”stylesheet” type=”text/css” />
[/PHP]<blockquote>3) how you set the modules JaNews2 and JaFrontpage if you want to assign a specific view for each link of the main menu (you can copy the forms and JaNews2 JAFrontpage?) </blockquote>
You go to the configuration of each menu and use the menu asignment prameter to resolve this issue
-
AuthorPosts
This topic contains 2 replies, has 2 voices, and was last updated by Saguaros 14 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum