Support » Plugin: Cyclone Slider » Menu Items Above Cyclone Slider

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author kosinix

    (@kosinix)

    Hi dmwade, please post your site so that we can view its source. You need to apply a higher z-index to your dropdown menu.

    Thread Starter dmwade

    (@dmwade)

    The development site is at wpdev.iemusic.co.
    I don’t know what a higher z-index is. I am a novice at best.
    Thanks!

    Plugin Author kosinix

    (@kosinix)

    Ah i see. My bad i misunderstood your question. It has nothing to do with z-index. :-). To place the menu below the slideshow open up twentyeleven/header.php and look for <nav id="access" role="navigation">. Below </nav><!-- #access --> place this code:

    <div style="clear: both"></div>
    <?php echo do_shortcode('[cycloneslider id="4"]'); ?>

    Im guessing your slideshow slug is “4” from viewing your source.

    Thread Starter dmwade

    (@dmwade)

    Thanks for the quick reply and great plugin by the way!

    I am trying to put the menus above the slideshow. I figured out how to make it work below the slideshow. For some reason when I put it above the slideshow in the header it runs everything together and you can’t view the slideshow at all.

    Thanks again!

    Plugin Author kosinix

    (@kosinix)

    Yes just place the slider’s PHP code below the </nav> in header.php like in the above code. Make sure you clear the nav first with <div style="clear: both"></div>

    Thread Starter dmwade

    (@dmwade)

    Works like a charm! Thank you!!!

    Hi,
    I am using a custom theme “Dealers” for a flash deal website and after installing the plugin, creating a slideshow and adding the php code on the home page, the slideshow doesn’t display.

    I’m guessing it has something to do with a conflict between the theme javascript and the plugin?
    This is the theme I’m using:
    http://themeforest.net/item/dealers-daily-deals-wordpress-theme/full_screen_preview/1500611

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Menu Items Above Cyclone Slider’ is closed to new replies.