-
AuthorPosts
-
user11224767 Friend
user11224767
- Join date:
- October 2008
- Posts:
- 57
- Downloads:
- 45
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
July 4, 2012 at 12:36 pm #178795Hi!
I’d like make the ‘Slideshow’ module position 100%!
That means i want to delete the “TOP”-Module and show the Slideshow only
Has anyone an idea how to do that?
Thank!Stork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
July 5, 2012 at 7:35 am #459954<em>@user11224767 328651 wrote:</em><blockquote>Hi!
I’d like make the ‘Slideshow’ module position 100%!
That means i want to delete the “TOP”-Module and show the Slideshow only
Has anyone an idea how to do that?
Thank!</blockquote>
Hello user11224767,Firstly, you need to “Edit HTML” the template file as below:
Before:
[PHP]
<?php if ( $this->countModules(‘slideshow’) && $this->countModules(‘top’) ) { ?>
[/PHP]After:
[PHP]
<?php if ( $this->countModules(‘slideshow’) || $this->countModules(‘top’) ) { ?>
[/PHP]Secondly, you need to disable module at “top” position in “Module manager”.
Thirdly, you need to modify “width” attribute of “#ja-slideshow” to “100%” style in “/templates/ja_pariiti/css/template_css.css”, about line 957.
Lastly, you should set width of JA Slideshow module to a suitable value.
Best regards.
user11224767 Frienduser11224767
- Join date:
- October 2008
- Posts:
- 57
- Downloads:
- 45
- Uploads:
- 5
- Thanks:
- 2
- Thanked:
- 3 times in 1 posts
August 28, 2012 at 12:15 pm #465615OK!
Now there is only the slideshow.
But i have problems to set the picture of the slideshow on the correct position!
You can see this under http://www.blumenwerkstatt-fohnsdorf.at/test/
the picture is on the left side, how can i put the picture more in the center, more right?
Please help, thank you!
JörgStork11 FriendStork11
- Join date:
- March 2011
- Posts:
- 2273
- Downloads:
- 0
- Uploads:
- 142
- Thanks:
- 55
- Thanked:
- 431 times in 393 posts
August 30, 2012 at 4:46 am #465801<em>@user11224767 336280 wrote:</em><blockquote>OK!
Now there is only the slideshow.
But i have problems to set the picture of the slideshow on the correct position!
You can see this under http://www.blumenwerkstatt-fohnsdorf.at/test/
the picture is on the left side, how can i put the picture more in the center, more right?
Please help, thank you!
Jörg</blockquote>
Hello user11224767,I went to your site and saw that picture in slideshow is displayed in correct position. No problems faced. Please re-check and confirm the same.
Regards.
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by Stork11 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Slideshow increase the sice
Viewing 4 posts - 1 through 4 (of 4 total)