-
AuthorPosts
-
July 9, 2013 at 10:17 am #188791
I have upgraded to beranis 1.0.1. Now I have a double SLOGAN position and when I disable one of the two in the template layout settings both are disabled instead. At the same time when I enable one of them both are enabled.
Best Regards
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
July 9, 2013 at 10:35 am #498411Hi,
In the case, pls go to administrator -> template -> template JA Beranis manager. Go to tab “layout”
You can assign other modules to this position.
Regards
July 9, 2013 at 2:10 pm #498422It happens that if I assign another module to the Slogan position at the bottom it is assigned even to the Slogan position above. I just want a single slogan position at the top like on previous Beranis version (1.0.0)
July 9, 2013 at 3:44 pm #498436<em>@tshovel 379979 wrote:</em><blockquote>It happens that if I assign another module to the Slogan position at the bottom it is assigned even to the Slogan position above. I just want a single slogan position at the top like on previous Beranis version (1.0.0)</blockquote>
You can just publish the slogan module in “masshead” position.
1 user says Thank You to stefas for this useful post
MoonSailor FriendMoonSailor
- Join date:
- November 2011
- Posts:
- 1106
- Downloads:
- 0
- Uploads:
- 245
- Thanks:
- 89
- Thanked:
- 248 times in 223 posts
July 10, 2013 at 2:16 am #498465Hi tshovel,
<blockquote>I just want a single slogan position at the top like on previous Beranis version (1.0.0)</blockquote>
Open file “templates/ja_beranis/tpls/blocks/footer.php” and remove code
<?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 ?>
Regards.
1 user says Thank You to MoonSailor for this useful post
July 10, 2013 at 7:11 am #498504Thanks so much MoonSailor!. That solved the problem 🙂
bluebeep Friendbluebeep
- Join date:
- November 2007
- Posts:
- 44
- Downloads:
- 1
- Uploads:
- 23
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 2, 2014 at 9:48 pm #537498Taking this further…
If you want the slogan at the top on the homepage (and not at the bottom), and at the bottom in all other pages (and not at the top) deleting that code won’t do it.
Any recommendations?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
June 3, 2014 at 9:59 am #537589<em>@bluebeep 430372 wrote:</em><blockquote>Taking this further…
If you want the slogan at the top on the homepage (and not at the bottom), and at the bottom in all other pages (and not at the top) deleting that code won’t do it.
Any recommendations?</blockquote>
You can try to user my workaround as below
+ Duplicate templates/ja_beranis/tpls/blocks/spotlight-1.php and templates/ja_beranis/tpls/blocks/footer.php files to spotlight-1_clone.php and footer_clone.php files
+ Open spotlight-1_clone.php and footer_clone.php files and remove code
<?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 ?>+ Open templates/ja_beranis/tpls/default.php file, find and change
<?php $this->loadBlock ('spotlight-1') ?>
To
<?php $this->loadBlock ('spotlight-1_clone') ?>
+ Open templates/ja_beranis/tpls/home-style-2.php file, find and change
<?php $this->loadBlock ('footer') ?>
To
<?php $this->loadBlock ('footer_clone') ?>
+ Go to Template Manager of JA Beranis template and clone ja_beranis – Default template style and assign it with home-style-2 and Homepage menu item.
Let me know if it helps
1 user says Thank You to Ninja Lead for this useful post
bluebeep Friendbluebeep
- Join date:
- November 2007
- Posts:
- 44
- Downloads:
- 1
- Uploads:
- 23
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 5, 2014 at 10:15 am #537872Hi Ninja Lead!
Wow! Thanks you for taking the time to sort this out. We’re almost there I think…
Making the file changes was easy but I want to verify if I did the last part correctly…
– I went into Template Manager then into ja_beranis – Default
– Clicked ‘Save as Copy’ then renamed the style name to JA_Beranis – Modified Slogan and set the Default to ‘All’
– Then I went into Module Manager and duplicated the Slogan module (which is really a Custom HTML Module) and named it ‘Slogan Top’
– I assigned the Position for Slogan Top to ‘home-style-2’ and set up the appropriate Menu assignments for both Slogan and Slogan Top.The net effect of doing this is I have the Slogan on the Bottom but not the slogan on the top. So I change the Position to masshead and it works fine except masshead doesn’t have the fancy background image like the original. What is the module position to use? I have tried masshead and mainnav positions.
Am I doing something wrong?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
bluebeep Friendbluebeep
- Join date:
- November 2007
- Posts:
- 44
- Downloads:
- 1
- Uploads:
- 23
- Thanks:
- 17
- Thanked:
- 2 times in 1 posts
June 9, 2014 at 6:13 pm #538369@ninja Lead
I placed the position Masshead in it’s working fine I guess. Just that it doesn’t have that background which is no biggie for now.I had sent you credentials before for another site that Leo was going to help me out with but he couldn’t because he was going away and I haven’t been able to do anything with it yet and it’s been a really long time. Could we work on that issue instead? It’s more important to me because the site has been unfinished for nearly half a year now.
Should I PM you the details once more for this other site?
Ninja Lead ModeratorNinja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 5 voices, and was last updated by Ninja Lead 10 years, 5 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum