Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • bhag Friend
    #190652

    How to get the slideshow at the top, under the menu?

    I can’t place the slideshow instead of the slogan.

    please help.

    thanks

    Bjørn

    pavit Moderator
    #505943

    Hi

    Switch the position assigned to masshead and slideshow in template manager >> Ja_Beranis >> Layout tab

    Look HERE

    Hope that helps

    bhag Friend
    #505958

    No, I tried that but it doesn’t work, the design of the slideshow changes, and it will not slide.

    Bjørn

    carlocho Friend
    #505985

    I have the same problem. I’ve deleted the slogan and the 4 block under it, but it seem impossible for me.


    1. area-arriba
    Saguaros Moderator
    #506045

    Hi guys,

    You can open file: templatesja_beranistplsdefault.php, you will see this code:


    <body onload="prettyPrint()">

    <?php $this->loadBlock ('header') ?>

    <?php $this->loadBlock ('mainnav') ?>

    <?php $this->loadBlock ('spotlight-1') ?>

    <?php $this->loadBlock ('slideshow') ?>

    <?php $this->loadBlock ('spotlight-2') ?>

    <?php $this->loadBlock ('mainbody') ?>

    Try to swap slideshow block to underneath the mainnav block and it looks like this:


    <body onload="prettyPrint()">

    <?php $this->loadBlock ('header') ?>

    <?php $this->loadBlock ('mainnav') ?>

    <?php $this->loadBlock ('slideshow') ?>

    <?php $this->loadBlock ('spotlight-1') ?>

    <?php $this->loadBlock ('spotlight-2') ?>

    <?php $this->loadBlock ('mainbody') ?>

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 4 voices, and was last updated by  Saguaros 11 years, 2 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum