Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • ferchicop Friend
    #157238

    Dear all!
    In JA Slideshow2, how can I configure the module to show images to fill completely the module, and also fit the links shown at left/right?

    I want a full width size image to the left and the links shown by default to the bottom, to the right.

    I have done a lot of tests and the image appears cutted.
    My link is http://www.cifpjuanherrera.es/pruebas/ a default install of the pyro template.

    Thanks.

    Saguaros Moderator
    #365878

    Sorry, If possible provide me a screenshot and draw rough shapes to show me the required positions of Main Images and links, the way you want.
    I might be able to help you out then

    Thanks

    ferchicop Friend
    #366197

    Hello tienhc!!

    I think something like this:

    Active links to the right, and to left a full width image with text inside.

    Here the detailed view:

    Or better yet
    Can I add a custom module in that position (top) with Flash content within?. I would make a swf and I would put it there if its possible.

    I’ll leave the link to the site model if you want to see.
    http://www.cifpjuanherrera.es/pyro/

    Thanks for your time.
    Best regards

    Ninja Lead Moderator
    #366288

    Dear ferchicop,

    I understand your idea, but unfortunately slideshow2 does not support those features.

    You should post the requirement on joomlancers.com, you might get good freelancer for custom work.

    ferchicop Friend
    #366342

    Hello hungdn!

    I understand, but only one thing, I created a wrapper module with a test swf inside on the top position (replacing JA Slideshow2). It shows me correctly but it covers above megamenu.

    How can I pass to background the flash wrapper module not to hide megamenu?

    If you want to take a look I leave the link here:
    http://www.cifpjuanherrera.es/pyro/

    Thank you for your interest.

    Saguaros Moderator
    #366504

    Hello

    [PHP]
    <script language=”javascript” type=”text/javascript”>
    function iFrameHeight() {
    var h = 0;
    if ( !document.all ) {
    h = document.getElementById(‘blockrandom’).contentDocument.height;
    document.getElementById(‘blockrandom’).style.height = h + 60 + ‘px’;
    } else if( document.all ) {
    h = document.frames(‘blockrandom’).document.body.scrollHeight;
    document.all.blockrandom.style.height = h + 20 + ‘px’;
    }
    }
    </script>

    <iframe onload=”iFrameHeight()” id=”blockrandom”
    name=””
    src=”http://www.cifpjuanherrera.es/pruebas/flash/intro.swf”
    width=”100%”
    height=”200″
    scrolling=”auto”
    align=”top”
    frameborder=”0″
    class=”wrapper”>
    No Iframes</iframe>
    [/PHP]

    i found above codes in the flash module . you made them wrong

    you can replace by:
    [PHP]
    <object width=”940″ height=”200″>
    <param name=”movie” value=”http://www.cifpjuanherrera.es/pruebas/flash/intro.swf”>
    <embed src=”http://www.cifpjuanherrera.es/pruebas/flash/intro.swf” wmode=”transparent” width=”940″ height=”200″>
    </embed>
    <param name=”wmode” value=”transparent”/>
    </object>
    [/PHP]

    ferchicop Friend
    #366564

    Thanks a lot!, ‘wmode=”transparent”‘ has saved my work!! 😉
    A custom flash module can be a good way to solve the JA Slideshow2 limitations.

    King regards.

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

This topic contains 7 replies, has 3 voices, and was last updated by  ferchicop 13 years, 11 months ago.

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