-
AuthorPosts
-
mikel2004 Friend
mikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
January 8, 2014 at 12:25 pm #193584In default layout, is no home-feature-1 or sl1-l or other position to put JA-News-Featured in.
There are not sl1-r position too to put JA-TABS module in.So, How can I do to create this positions in default layout?
Thanks!Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 8, 2014 at 2:38 pm #517785Hi mikel2004,
On the front-end, you can enter this format /?tp=1 at the end of URL your site, it will be show all the positions of your site.
You can see this image:
As default of JA Teline IV template, JA New Featured module appears with sl1-l position and JA Tabs module with sl1-r position. They don’t exist ‘home-featured-1’ position on JA Teline Template
Please try to check it again. If it is impossible for you to do that, pls pm me the URL your site and Admin account so that I can help you out.
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
January 9, 2014 at 9:10 am #517900Not, it´s not. You ´re in the past and you are loose my time.
In the new Ja Teline IV T3 version for joomla 3.2.1 not sl1-l or sl1-r position are present.
I use the Ja Teline IV T3 quickstart and my frontpage is: http://veintitres.czoom.co/index.php/es/?tp=1And, for your information, take at look this treat:
http://www.joomlart.com/forums/topic/responsive-version-breadcrumbs-with-home-layout/<em>@Nazario A 405071 wrote:</em><blockquote>Hi mikel2004,
On the front-end, you can enter this format /?tp=1 at the end of URL your site, it will be show all the positions of your site.
You can see this image:
As default of JA Teline IV template, JA New Featured module appears with sl1-l position and JA Tabs module with sl1-r position. They don’t exist ‘home-featured-1’ position on JA Teline Template
Please try to check it again. If it is impossible for you to do that, pls pm me the URL your site and Admin account so that I can help you out.</blockquote>
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 9, 2014 at 10:44 am #517919I’m sorry for misunderstanding the point, I thought that you’re using JA Teline IV with old JA T3v2 framework.
We released new JA Teline IV with new T3 framework and there are some changes in layout and module positions. In this new version, we replaced positions like sl1-l or sl1-r with home-featured-1 and mast-col.
Please check our JA TelineIV T3 userguide for more info.
and let me know if I can be of further helps.
mikel2004 Friendmikel2004
- Join date:
- January 2012
- Posts:
- 201
- Downloads:
- 0
- Uploads:
- 51
- Thanks:
- 24
- Thanked:
- 3 times in 1 posts
January 10, 2014 at 2:06 pm #518063It´s okey.
So… can you tell me how can I do to create a second position to the right of home-feature-1 position like sl1-r old template position?
I wish to have the two positions like sl1-l and sl1-r positions.Thanks
Nazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
January 10, 2014 at 3:48 pm #518078@ mikel2004,
The ‘home-feature-1’ position and ‘mast-col’ position are loaded in ‘mainbody’ block. Because the ‘default’ layout does not load ‘mainbody’ block (it load ‘mainbody-default’ block). If you want the ‘default’ layout and have two positions (home-feature-1 and mast-col), please open file: /templates/ja_teline_iv_t3/tpls/blocks/mainbody-default.php, then add this code:
<div class="row-fluid hidden-phone">
<div class="span8">
<?php if ($this->countModules('home-feature-1')) : ?>
<div class="home-feature<?php $this->_c('home-feature-1')?>">
<jdoc:include type="modules" name="<?php $this->_p('home-feature-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
</div>
<div class="span4">
<?php if ($this->countModules('mast-col-1')) : ?>
<div class="t3-mastcol t3-mastcol-1<?php $this->_c('mast-col-1')?>">
<jdoc:include type="modules" name="<?php $this->_p('mast-col-1') ?>" style="T3Xhtml" />
</div>
<?php endif; ?>
</div>
</div>See the red line code in this screenshort for reference:
Let me know if this helps.
February 15, 2014 at 11:45 am #522806hello nazario,
i have a similar problem and dont find a solution for this!
the template for the home site uses on the right side different module-positions like the red template.
how can i change the red template to the same module positions like the home template?maybe the pictures can show you my prob!
thx
wudry-
Nazario A Friend
Nazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 17, 2014 at 5:06 am #522957Hi Wudry,
The Red template is using default layout. If you want the same module position like the Home template, you need assign the home layout to it via the template configuration.
Let me know if this helps.
February 17, 2014 at 12:20 pm #523011@ nazario
thx for your reply!i want to use the red template, i only want to change the width of position “mas-col-1” to the same width like “mast-col” and hide the position “sidebar-2”
thx
wudryNazario A FriendNazario A
- Join date:
- April 2013
- Posts:
- 1183
- Downloads:
- 0
- Uploads:
- 406
- Thanks:
- 91
- Thanked:
- 284 times in 263 posts
February 18, 2014 at 10:30 am #523183Hi Wudry,
<blockquote>i want to use the red template, i only want to change the width of position “mas-col-1” to the same width like “mast-col” and hide the position “sidebar-2”
</blockquote>
By default, the width of “mast-col” and “mast-col-1” is same (in “home” layout) as in this screenshort:If you want the width of position “sidebar-1” to be the same as “mast-col” when hide the position “sidebar-2” as in screenshort:
Here are steps:
You can try to clone a new layout for the homepage:
– Clone the /templates/ja_teline_iv_ t3/tpls/blocks/mainbody.php file, then re-name to “mainbody-red.php” and you should have:
/templates/ja_teline_iv_t3/tpls/blocks/mainbody-red.php– Open this new “mainbody-red.php” file, find and replace this code:
<div class="row-fluid">
<?php if ($this->countModules($sidebar1)) : ?>
<!-- SIDEBAR 1 -->
<div class="t3-sidebar t3-sidebar-1 <?php echo $this->getClass($layout, $col) ?><?php $this->_c($sidebar1)?>" <?php echo $this->getData ($layout, $col++) ?>>
<jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
</div>
<!-- //SIDEBAR 1 -->
<?php endif ?><?php if ($this->countModules($sidebar2)) : ?>
<!-- SIDEBAR 2 -->
<div class="t3-sidebar t3-sidebar-2 <?php echo $this->getClass($layout, $col) ?><?php $this->_c($sidebar2)?>" <?php echo $this->getData ($layout, $col++) ?>>
<jdoc:include type="modules" name="<?php $this->_p($sidebar2) ?>" style="T3Xhtml" />
</div>
<!-- //SIDEBAR 2 -->
<?php endif ?>
</div>
<?php endif ?>
With:
<div class="row-fluid">
<?php if ($this->countModules($sidebar1)) : ?>
<!-- SIDEBAR 1 -->
<div class="t3-sidebar t3-sidebar-1">
<jdoc:include type="modules" name="<?php $this->_p($sidebar1) ?>" style="T3Xhtml" />
</div>
<!-- //SIDEBAR 1 -->
<?php endif ?>
</div>– Next, you clone the /templates/ja_teline_iv_ t3/tpls/home.php file and re-name to “home-red.php”. Then, replace this line of code (to call the new block you cloned above):
<?php $this->loadBlock ('mainbody') ?>
With:
<?php $this->loadBlock ('mainbody-red') ?>
– Finally, go to template manager section (in your site’s backend ), select style that you want to use on the home page > navigate to Layout tab, then assign home-red layout to this style.
You will see as in this screen short:
- AuthorPostsViewing 11 posts - 1 through 11 (of 11 total)
This topic contains 11 replies, has 3 voices, and was last updated by gstaudi 10 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum
Joomla 3 Where are the sl1-l and sl1-r positions in default layaut?
Viewing 11 posts - 1 through 11 (of 11 total)