Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter jenngood

    (@jenngood)

    Oh, and it’s only on the first load. If there is no way to fix this then is there a way to add the slidedeck into the body of the page then make the words wrap around it?

    I have the same problem. I put the php code of this slide between div “container” and div “content” (main) like this:

    ..<section id=”container”>

    <div style=”text-align:center”>
    <ul style=”padding: 0; margin: 0;”>
    <li style=”display: inline-block; margin:10px; float:inherit;”>
    <?php echo do_shortcode( “[SlideDeck2 id=2249]” ); ?>

    <li style=”display: inline-block; margin:10px float:inherit;”>
    <object width=”200″ height=”300″>
    <param name=”movie”
    value=”https://127.0.0.1/laretroviaprova1pc/wp-content/uploads/2013/02/P2.swf”></param&gt;
    <param name=”wmode” value=”transparent”></param>
    <embed src=”https://127.0.0.1/laretroviaprova1pc/wp-content/uploads/2013/02/P2.swf&#8221;
    type=”application/x-shockwave-flash” wmode=”transparent”
    width=”200″ height=”300″></embed></object>

    <li style=”display: inline-block; margin:10px; margin-right:0px; float:right;”>
    <div style=”max-width:350px; height:300px; overflow-y:auto; overflow-x:hidden;”>
    <?php cryout_before_primary_widgets_hook(); ?>
    <ul class=”xoxo”>
    <?php dynamic_sidebar( ‘third-widget-area’ ); ?>

    <?php cryout_after_primary_widgets_hook(); ?>
    </div>

    </div>
    <div id=”content” role=”main”>..

    How can I solve this problem..? is very important!!! Help please!

    Hey all,

    This is a bit of a weird issue we’ve seen a handful of times. We’re working on a fix for it in a future release.

    In the meantime, a known solution is to wrap the deck in a div or another block level element with an inline position set to relative and overflow set to hidden. It looks something like this:

    <div style="position: relative; overflow: hidden;">
    **This is my SlideDeck...hoorah**
    </div>

    Thanks a lot dtelepathy..! it seems your trick works well! ??

    Great to hear! ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Widget Makes Image FLASH Over Whole Home Page’ is closed to new replies.