kosinix
Forum Replies Created
-
Forum: Plugins
In reply to: [Cyclone Slider] [Feature Request] Vimeo url filterYou can use the cycloneslider_view_vars to do this. See http://docs.codefleet.net/cyclone-slider-2/filters/
Forum: Plugins
In reply to: [Cyclone Slider] Custom thumbnail sizesHello,
Please use cycloneslider_image_sizes filter. See http://docs.codefleet.net/cyclone-slider-2/filters/
Forum: Plugins
In reply to: [Cyclone Slider] BUG in design – setting custom sizescycloneslider_image_sizes now fires at a later time. Marking this as fixed
Forum: Plugins
In reply to: [Cyclone Slider] Author won't show without link on testimonial sliderThis will be fixed in the next version. Thanks for reporting Chris.
Forum: Plugins
In reply to: [Cyclone Slider] BUG in design – setting custom sizesHello rtpHarry,
Thank you for taking the time reporting writing this issue. You are correct, this looks like an architectural bug. I’ll work on a solution in the next release. For now you can use a sub plugin:
Create a file in wp-content\plugins\ and name it cyclone-slider-image-sizes-override.php
Inside it put this code:
<?php /* Plugin Name: Cyclone Slider: Image Sizes Override Version: 1.0 Description: A way to override the image sizes in Cyclone Slider License: GPLv3 License URI: https://www.gnu.org/licenses/gpl-3.0.html */ add_action('plugins_loaded', function () { add_filter('cycloneslider_image_sizes', function($image_sizes){ $image_sizes['40_40_crop'] = array( 'width' => 60, 'height' => 60, 'resize_option' => 'crop' ); return $image_sizes; }); }, 9 );Change the image_sizes array to suit your needs then activate the plugin. Bonus point, you wont lose your changes in case your theme got updated (functions.php is overwritten)
Forum: Reviews
In reply to: [Cyclone Slider] Simple and UsefulThank you!
Forum: Reviews
In reply to: [Cyclone Slider] Excelent!Muchas gracias Irenef!
Forum: Reviews
In reply to: [Cyclone Slider] Loading all the slides always.If you are talking about the templates, you can enable/disable them. Disabling a template will not load its style and scripts. So if you are only using one template, then enable only that single template.
Forum: Plugins
In reply to: [Cyclone Slider] Can't change Width Management from Responsive in 2.10.6Ah there was a mistake on my part. Thank you for reporting this. This is now fixed in 2.10.7.
Best regards
Forum: Reviews
In reply to: [Cyclone Slider] No communicationSorry about this bunower. You can still use the Pro even without license. Its fully functional. The forgot password does not work if you did not create an account during purchase. Send us an email if you want.
Forum: Plugins
In reply to: [Cyclone Slider] Media Library not loading after updating to 2.10.3Error does not appear related to Cyclone Slider 2. I suggest you check where “bp_setup_current_user” belongs to.
is attachment with ID 3668 still on your site? It happens when you delete the image from the Media Library. The image has an ID of 3668.
Forum: Plugins
In reply to: [Cyclone Slider] Fatal Error After UpdateCan you email us again? Version 2.10.4 of Pro was just released. It is the latest version at the moment.
Forum: Plugins
In reply to: [Cyclone Slider] What is the changelog for 2.10.3?Hi thenightrider,
Changelog as follows:
= 2.10.3 =
* Fix. Fixed fatal error when ZipArchive is missing from PHP.
* New. Added ‘cyclone_slider_services’ filter.For some reason wordpress.org is not showing the updated changelog.
Forum: Plugins
In reply to: [Widget Visibility] Not Supportive of WordPress 4.4.1Hi remery,
Now updated to support 4.4.2.
Hello Kai_CA,
Please update to 2.10.3 and see if the problem still exist.