Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • tshovel Friend
    #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


    1. double_slogan
    MoonSailor Friend
    #498411

    Hi,

    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


    1. 6915565558
    tshovel Friend
    #498422

    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)

    stefas Friend
    #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.

    κατασκευή eshop

    MoonSailor Friend
    #498465

    Hi 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.

    tshovel Friend
    #498504

    Thanks so much MoonSailor!. That solved the problem 🙂

    bluebeep Friend
    #537498

    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?

    Ninja Lead Moderator
    #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

    bluebeep Friend
    #537872

    Hi 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 Moderator
    #537959

    @bluebeep: Please rollback all changes you made on your site and pm me URL, admin and FTP credentials of your site. I will help you out.

    bluebeep Friend
    #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 Moderator
    #538443

    @bluebeep: Yes, please pm me URL, admin and FTP credentials of your site, I shall help you check further.

Viewing 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