-
AuthorPosts
-
nvestor24 Friend
nvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 12, 2013 at 9:00 am #186696hey guys,
i need a new moduleposition in this great template. the position must stay between positon-2 – position-3 and the navihelper!
please take a look at my attachment.hope, somebody can help.
it would be perfect, if i can define the numbers of the modules on this position even, you can see in my attachment.best regards
torsten
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 13, 2013 at 4:04 am #489720Hi torsten,
You can checkout this guide to add a new module position in T3 framework: http://t3-framework.org/documentation/customization.html#module-position
Regards
nvestor24 Friendnvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 15, 2013 at 8:38 am #489897dear saguaros,
thx for you post. i think i am to stupid to do this. i have made your changes in templates/ja_mitius/tpls/blocks/spotlight-1.php:
[PHP]defined(‘_JEXEC’) or die;
?><?php if ($this->checkSpotlight(‘spotlight-1’, ‘position-1’)) : ?>
<!– SPOTLIGHT 1 –>
<section class=”wrap ja-sl ja-sl-1″>
<div class=”container”>
<?php
$this->spotlight (‘spotlight-1’, ‘position-1’)
?>
</div>
</section>
<!– //SPOTLIGHT 1 –>
<?php endif ?><!– POSITION-20 –>
<jdoc:include type=”modules” name=”<?php $this->_p(‘position-20’) ?>” /><!– //POSITION-20 –>[/PHP]
the next change i have made is: templateDetails.xml :
adding position-20 !
<position>position-1</position>
<position>position-20</position>so far ok.
here is the look to the frontend :
the distance is out of range.
i know, that i have to fix it by the css, but i do not know, how !
please, please help me.
best regards
torsten-
Saguaros Moderator
Saguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 16, 2013 at 10:01 am #490016Hi Torsten,
Could you post your site url here and set Optimize css in template manager to No? I will try to check for you.
Regards
nvestor24 Friendnvestor24
- Join date:
- March 2012
- Posts:
- 42
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
April 17, 2013 at 8:18 am #490143hello saguaros,
i have sent you the domain and account-information in pm !
greetz
torstenSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 23, 2013 at 3:59 am #490760Hi Torsten,
I’m sorry for this late response.
– Try to change this:
<!-- POSITION-20 -->
<jdoc:include type="modules" name="<?php $this->_p('position-20') ?>" />
<!-- //POSITION-20 -->
With:
<!-- POSITION-20 -->
<div class="wrap">
<div class="container">
<div class="row">
<div class="newPosition span12">
<jdoc:include type="modules" name="<?php $this->_p('position-20') ?>" style="JAxhtml"/>
</div>
</div>
</div>
</div>
<!-- //POSITION-20 -->
– Open file: /templates/ja_mitius/css/custom.css, add css rule for class newPosition above
.newPosition {
width: 100% !important;
}
Regards
-
AuthorPosts
Viewing 6 posts - 1 through 6 (of 6 total)This topic contains 6 replies, has 2 voices, and was last updated by Saguaros 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum