-
AuthorPosts
-
September 16, 2013 at 12:04 pm #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 Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 16, 2013 at 2:53 pm #505958No, I tried that but it doesn’t work, the design of the slideshow changes, and it will not slide.
Bjørn
September 16, 2013 at 8:24 pm #505985I have the same problem. I’ve deleted the slogan and the 4 block under it, but it seem impossible for me.
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
September 17, 2013 at 8:21 am #506045Hi 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') ?>
1 user says Thank You to Saguaros for this useful post
AuthorPostsViewing 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
How to get the slideshow at the top, under the menu?
Viewing 5 posts - 1 through 5 (of 5 total)