kosinix
Forum Replies Created
-
Forum: Plugins
In reply to: [Cyclone Slider] Slider images not showing upHello ekluck,
The usual culprit, you have cycle1 included by your theme. Please remove it first to be able to use CS2. The script: http://stepoutbuffalo.com/wp-content/themes/OpenDoor1.3/js/cycle.js?ver=3.5.2
best regards
Forum: Plugins
In reply to: [Cyclone Slider] Bug with media uploaderCorrect its a bug. Fixed in 2.6.2
Forum: Plugins
In reply to: [Cyclone Slider] Why red Screen Options?Thanks for the feedback Hassan. To answer your question, I changed it to let users know that they can modify the metaboxes that show up on screen. The problem I have with screen options is its barely noticeable.
Regardless, the offending red color is now removed (v2.6.2). Its now “safe” to click it. 🙂
best regards
Forum: Plugins
In reply to: [Cyclone Slider] Not working after updateHello dreamstone,
Thank you for the link. Looking at your site you have an error in http://mosarmstroy.com/wp-content/themes/responsive/core/js/responsive-scripts.js?ver=1.2.4 that prevents javascript from running.
Please contact the author of responsive theme for this.
best regards
Forum: Plugins
In reply to: [Cyclone Slider] italian translationYour awesome maxgx! If its ok with you, please let me know your name so I can put it in credits.
best regards
Forum: Plugins
In reply to: [Cyclone Slider] Error: Template "blue" not foundHello Lane,
Did you unzip the file? The instructions for installation is in the readme file. Also make sure you place it inside your current active theme
best regards
Forum: Plugins
In reply to: [BxSlider WP] Add New Custom FieldsHello Navneil Naicker,
Sorry but adding custom fields is not currently supported.
best regards
Forum: Plugins
In reply to: [Cyclone Slider] Images don't show after updateYour welcome Renik. Also make sure you have wp_footer() in your theme. It is needed by various plugins to work not just Cyclone Slider 2.
Forum: Plugins
In reply to: [Cyclone Slider] Menu Items Above Cyclone SliderYes 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>Forum: Plugins
In reply to: [Cyclone Slider] Menu Items Above Cyclone SliderAh 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.
Forum: Plugins
In reply to: [Cyclone Slider] Menu Items Above Cyclone SliderHi dmwade, please post your site so that we can view its source. You need to apply a higher z-index to your dropdown menu.
Forum: Plugins
In reply to: [Cyclone Slider] Images don't show after updateRenek go to Settings and try setting “Load scripts in:” to “Header”. See if that fixes the issue.
Forum: Plugins
In reply to: [Cyclone Slider] Problem: WPML Responsive Theme version 2.5.5Hello goeko,
This has now been fix in CS2 v2.6.0.
Best regards
Forum: Plugins
In reply to: [Cyclone Slider] Using shortcode..Hello nadinecamille,
It works with jQuery that ships with wordpress, i think its jQuery 1.8.3 for WordPress 3.5.2
Forum: Plugins
In reply to: [Cyclone Slider] Default Width in Slideshow SettingsHello greentrain,
Is there a way to control the default width in the Slideshow Settings? >> None for now.
Where is that value being set? >> As of this writing with CS2 v2.5.6 its in
classes/class-cyclone-slider-data.php - line 249.