kosinix
Forum Replies Created
-
Forum: Plugins
In reply to: [Cyclone Slider] Not adding img into slideGood work mtraps. Im marking this as resolved then.
Forum: Plugins
In reply to: [Cyclone Slider] Image uploads and custom upload dirHey Hassan!
Thanks for reporting. Might need to check this out. Cyclone Slider does not use anything fancy and uses WP’s built-in uploader.
Forum: Plugins
In reply to: [Cyclone Slider] Slides within a slider are being deleted on their ownHello ekluck,
THe slides can only be deleted by clicking the “x” button and hitting update. No magic stuff are being done in the background. That is strange.
Forum: Plugins
In reply to: [Cyclone Slider] Plugin interfearenceHello TheTwister,
Thanks for reporting it. Could you try it with the latest version and see if the problem persist. Current version at the time of this writing is 2.7.0.
Forum: Plugins
In reply to: [Cyclone Slider] How can I change the shown size of slidesHello Alexander,
The slide sizes are based on the size of the slider. If your images are of different sizes, the slider will be able to display it. Try setting Resize to No in the slider properties.
Forum: Plugins
In reply to: [Cyclone Slider] Navigation and slides not clickable on mobile and tabletHello myladeybugg,
Thanks for reporting, could you please elaborate? Did you add links to the slide and the links aren’t working? Or are the prev/next and pager buttons the ones that aren’t clickable?
Best regards
Forum: Plugins
In reply to: [Cyclone Slider] Slider not working.Hi gajannk,
Im assuming it might be that you have javascript errors on your page. Please correct the errors on the page (if any) and the slider should run just fine.
Forum: Plugins
In reply to: [Cyclone Slider] Can I set each image to expire?Hello ekluck,
Sorry, its not possible at the moment.
Forum: Plugins
In reply to: [Cyclone Slider] Responsive title?Hello wm,
Correct me if i’m wrong, did you meant you want to make the title text responsive and smaller font size in mobile screens? That is actually a good suggestion. For now you can easily implement it by adding something like this into your theme’s style.css:
@media (max-width: 400px) { /*** Change 400 to the screen width you want ***/ .cycloneslider-template-default .cycloneslider-caption-title{ font-size: 12px; /*** Change font size to what you want ***/ } .cycloneslider-template-default .cycloneslider-caption-description{ font-size: 10px; /*** Change font size to what you want ***/ } }Hope this helps
Forum: Plugins
In reply to: [Cyclone Slider] request : Integration with NextGENHello denethorr,
Im not sure but one possible reason is that the php script times out before completing the copying, since 68 pictures is a lot. I have no solution at the moment but I suggest you increase max execution time in your php.ini.
Forum: Plugins
In reply to: [Cyclone Slider] Js not loadingHello,
Try the following:
- Use the latest cyclone slider 2 version
- Check if your theme has wp_head() or wp_footer()
- Play with the settings in Cyclone Slider > Settings and set the script to load in the header.
Forum: Plugins
In reply to: [Cyclone Slider] Cyclone 2 Stopped DisplayingHello xtianfmradio,
You have a lot of javascript errors in your site preventing any slider to run. Please correct those errors and try again.
Forum: Plugins
In reply to: [Cyclone Slider] Error: Template "blue" not foundHi Lane,
You can find the latest blue template here (it should contain the readme.txt): http://www.codefleet.net/cyclone-slider-2/templates/blue/
Lots of info on template installation instructions here:
http://www.codefleet.net/cyclone-slider-2/#templating
http://wordpress.org/plugins/cyclone-slider-2/faq/
Also on the readme.txtLet me know if you the instructions are confusing so I can revise it.
Thanks!
Best regards
Forum: Plugins
In reply to: [Cyclone Slider] Slider images not showing upHello Marreiros,
Im having problem viewing your site. Also, I know its free but hosting on byethost is a bad idea as it is associated with spammy contents.
Best regards,
Forum: Plugins
In reply to: [Cyclone Slider] How to implement it on Twenty-Ten ThemesHello Omnes,
Before continuing please upgrade to the latest version 2.6.4. The plugin will provide you with the php code to paste.
With regards to template file to edit, since you mentioned header, go to twentyten/header.php
Best regards,