-
AuthorPosts
-
chizuoka Friend
chizuoka
- Join date:
- June 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
May 5, 2014 at 5:09 pm #197417Hi,
I cant seem to save changes to the layout
(login first)
http://root.forwen.com/forwen/administrator/index.php?option=com_templates&view=style&layout=edit&id=115#layouthttp://screenpresso.com/=eQ1Eg
Why is that?
Thanks.
chizuoka Friendchizuoka
- Join date:
- June 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
May 5, 2014 at 5:21 pm #533639If i configure the section on the bottom…the top also changes
http://screenpresso.com/=cLtWThen it saves.. but then there is duplicate on the top and bottom of the site..
http://screenpresso.com/=rqaWc
I just want the slogan on top..
chizuoka Friendchizuoka
- Join date:
- June 2013
- Posts:
- 38
- Downloads:
- 0
- Uploads:
- 6
- Thanks:
- 11
- Thanked:
- 2 times in 1 posts
May 6, 2014 at 2:53 pm #533835Oh no… no one can help me on this…
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 7, 2014 at 2:24 am #533926My apologies for this late response.
I found the problem on this template. The template defines two slogan positions:In the templates/ja_beranis/tpls/blocks/spotlight-1.php file:
<?php if ($this->countModules('slogan')) : ?>
<!-- SLOGAN-->
<div class="ja-slogan">
<div class="row">
<div class="span12 ">
<jdoc:include type="modules" name="<?php $this->_p('slogan') ?>" style="raw" />
</div>
</div>
</div>
<!-- //SLOGAN -->
<?php endif ?>
And in the templates/ja_beranis/tpls/blocks/footer.php file:
<?php if ($this->countModules('slogan')) : ?>
<!-- SLOGAN-->
<section class="container t3-slogan animate-text content-bottom">
<div class="row">
<div class="span12">
<jdoc:include type="modules" name="<?php $this->_p('slogan') ?>" style="raw" />
</div>
</div>
</section>
<!-- //SLOGAN -->
<?php endif ?>
That’s why it doesn’t work when you set NONE clone slogan position.
Please change slogan position in the templates/ja_beranis/tpls/blocks/spotlight-1.php file to another name,
<?php if ($this->countModules('user-1')) : ?>
<!-- SLOGAN-->
<div class="ja-slogan">
<div class="row">
<div class="span12 ">
<jdoc:include type="modules" name="<?php $this->_p('user-1') ?>" style="raw" />
</div>
</div>
</div>
<!-- //SLOGAN -->
<?php endif ?>
Then you can set it to NONE.
1 user says Thank You to Ninja Lead for this useful post
-
AuthorPosts
This topic contains 5 replies, has 2 voices, and was last updated by chizuoka 10 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum