Notice: These forums are now retired and closed. For active support, please Submit a Ticket or visit our official WordPress.org community pages.
Kadence Theme | Kadence Blocks | Starter Templates | WooCommerce Email Designer | Ascend | Virtue | Pinnacle

Cyclone Slider Issue

Home / Forums / Virtue Theme / Cyclone Slider Issue

This topic is: Resolved
[Resolved]
Posted in: Virtue Theme
January 28, 2015 at 11:04 pm

Hi Ben

I have a cyclone slider issue – I have a custom page template that I’m using for a parent and child pages. I’m applying the cyclone slider to this template, but it seems the slider fails as it appears to not like to render more than one instance of a slider (one slider, multiple pages using it).

I simply want to run the one slider , but on multiple pages. Is this not possible ?

Code I am using;

if (is_page_template( 'templates/page-template_test.php')) { // the test page ?>

<div id="sliderbackgroundslider">
<?php if( function_exists('cyclone_slider') ) cyclone_slider('test-page-slider'); // about page slider ?>
</div>

  • The forum ‘Virtue Theme’ is closed to new topics and replies.