Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • user11224767 Friend
    #178795

    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!

    Stork11 Friend
    #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 Friend
    #465615

    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

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


    1. slideshow_position
Viewing 4 posts - 1 through 4 (of 4 total)

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

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