Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rnjoo

    (@rnjoo)

    Hi Kairi,
    You have to first login as WP-ADMIN.
    Then, go the Dashboard section and select “Apprearance”
    On this Menu, choose the option “Editor” and select the file ” front-page.php” (Front Page Page Template) from the file list on the right window-pane.

    Here comes the tricky part:

    Insert the code snippet: <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>

    between <div id=”slide”> and </div>

    Your whole section will look like this:

    ….

    <div id=”slide-container”>
    <div id=”slide”>
    <?php if ( function_exists( ‘meteor_slideshow’ ) ) { meteor_slideshow(); } ?>
    </div>
    </div> <!– slide-container –>

    When you´re done press the button [Update File]. You may want to save the original file first 😉

    NEXT: the short-code “[meteor_slideshow]” can be inserted anywhere during the creation of a ‘page’ or a ‘post’.

    I Hope this helps.

    GreetZ
    Rudy

    Thread Starter rnjoo

    (@rnjoo)

    Yes I did Josh. Thanx for your reply.
    The only thing is that the slideshow on Google-Chrome:
    -appeared from the top left hand corner
    -is not fading smoothly; during the transformation is glitches
    No problems with on MSIE.

    Thanks in advance,
    Rehrads
    Rudy

Viewing 2 replies - 1 through 2 (of 2 total)