kosinix
Forum Replies Created
-
Forum: Plugins
In reply to: [Cyclone Slider] theme problemHello yukiko,
For cyclone or any other wordpress plugin to work in your theme, you need to add wp_head() in the header.php of your theme:
<?php wp_head(); ?>just before the
</head>tag.You might want to read about http://codex.wordpress.org/Theme_Development if ever you want to improve your theme.
Best of luck
Forum: Plugins
In reply to: [Cyclone Slider] [Plugin: Cyclone Slider] "slideshow not found"You can check what the shortcode is in this screen:
http://s.wordpress.org/extend/plugins/cyclone-slider/screenshot-1.jpg?r=627693See the shortcode column? Also everytime you save the slideshow, it will include the shortcode in the “Slideshow updated ..” message
Forum: Plugins
In reply to: [Cyclone Slider] Go to next slide by clicking image?Hello udgang99,
Its not currently part of the plugin so that’s something you would need to add. Shoot me an email at http://www.codefleet.net/contact-us/ so that I can assist you. Don’t forget to include a link to your site.
Forum: Plugins
In reply to: [Cyclone Slider] Go to next slide by clicking image?Its possible. Check out cycle’s documentation: http://jquery.malsup.com/cycle/options.html
$('#slideshow').cycle('next');You need to change ‘#slideshow’ to the corrent id
Forum: Plugins
In reply to: [Cyclone Slider] Caption lengthIt doesn’t impose any limit on the captions. You can put a very looong caption as long (pun intended) as you can display it. 🙂
Forum: Plugins
In reply to: [Cyclone Slider] Error in in 'Cyclone Slider' menuThanks for the link. It appears you are also using jquery cycle 1 plugin. Cycle 2 and cycle 1 could NOT be used together at the same time. Cyclone Slider 2 uses cycle 2, however your theme uses cycle 1:
<script type='text/javascript' src='http://www.4point19.com/site/wp-content/themes/quatredixneuf/js/cycle/jquery.cycle.min.js?ver=1.0'></script> <script type='text/javascript' src='http://www.4point19.com/site/wp-content/themes/quatredixneuf/js/footer-scripts.js?ver=1.0'></script>That I think is where the problem is.
No worries about your english your doin good!
Best regards
Forum: Plugins
In reply to: [Cyclone Slider] New Feature Request. Pause on Click (touch screen friendly)You are correct. Hover does not exist in tablets so its a problem. Will see what I can do and thanks for the feedback.
Forum: Plugins
In reply to: [Cyclone Slider] Problem with no-admin usersSorry assimo but cyclone will only show up for admin users for security purposes as users are allowed to upload images and files.
No worries about your english and thanks for your feedback.
Forum: Plugins
In reply to: [Cyclone Slider] Error in in 'Cyclone Slider' menuHello,
Sorry bout that there was a minor code typo, wasn’t able to catch it during development. Please update cyclone to version 2.1.1 to fix it: http://downloads.wordpress.org/plugin/cyclone-slider-2.2.1.1.zip
Thanks for reporting.
Forum: Plugins
In reply to: [Cyclone Slider] NGGallery Cyclone slider 2 conflict after updateYour welcome! Glad to help
Forum: Plugins
In reply to: [Cyclone Slider] request : Integration with NextGENHello photoMaldives,
Just letting you know that Cyclone Slider 2 v2.1.0 is now released with the ability to import images from nextgen.
Forum: Plugins
In reply to: [Cyclone Slider] NGGallery Cyclone slider 2 conflict after updateThank you for reporting this. Yes this is indeed a conflict with jquery.cycle.all.min.js and jquery.cycle2.min.js.
Cyclone Slider 2 version 2.1.0 is now released with a fix for NextGEN 1.9.7.
Also added the ability to import images to Cyclone from NextGEN.
Forum: Plugins
In reply to: [Cyclone Slider] shortcode not workingShortcode inside text widgets are not enabled by default in WordPress. You need to add this to your functions.php:
add_filter('widget_text','do_shortcode');Some themes already have this code while others don’t (eg. twentyeleven). That’s why in some theme it works while in others it doesn’t.
Forum: Plugins
In reply to: [Cyclone Slider] Fixed height?Well, then add a fixed width:
.cycloneslider-slides{ width:500px; height:300px; }Also, there is cyclone slider if you dont want flexible width and height. Cyclone Slider 2 is meant to be responsive (flexible)
Forum: Reviews
In reply to: [Cyclone Slider] Works greatThank you!