We’re using wp-cycle version 0.1.13 on our Mutli-Site. Can you tell me whether or not this plugin is compatible please?
]]>After installing the WP update my WP-Cycle plugin stopped rotating images. Can anyone suggest a comparable slider/rotation plugin that is NOT a .PHP code hack? I want one that will automatically drop the images into the correct area of my home page and play like WP-Cycle did. The plugin used to work great, but it is not updated anymore and may be just to old to use in the new Genesis and WP environments.
]]>This plugin still works, but don’t expect to ever get any support. Nathan never ever responds with so much as an explanation of where he is with development on it.
]]>It stopped working quite some time ago. Do not install it.
]]>Please update by adding a uninstall.php.
Should Remove the following options:
wp_cycle_settings
wp_cycle_images
Hi,
I am trying to use wp cycle on the main page but would like to wrap the text around it so the text is to the right of the images!
At the moment the text is underneath any idea’s how to do this.
Regards
Mal
]]>Hi, does anyone know if this plugin installs files in the theme folder as well as the wp-content/plugins folder?
Thanks in advance.
I uploaded photos and used the short code in a widget but that’s all the shows – the shortcode! Why? Here’s the site: https://raceforopenspace.org/
]]>Hi! I am using wp-cycle on my home page of my website. It only seems to be able to cycle through the first 5 images (the other images don’t show up) and I have about 20 images that I need to have rotating on the home page. Any advice would be much appreciated!
]]>i was trying to upload a photo to my wp-cycle on my wordpress site
https://www.lisashalom.com. the photo said it was uploaded successfully but then gave me a HUGE list of line errors. when i refreshed the page and went back to the website, the photo isn’t there. i tried twice. now the wp-cycle is blank for those seconds when the photos should be there. please see website and offer advice.
Updated to WP 4.0 and now WP-Cycle v0.1.13 will not upload new images to the rotation. I can select the image and click on the upload blue button then the screen goes to all white. Happens in both Safari and Firefox. Seems to be a WP issue and pretty new as I am not finding anything on the net to address the issue. Anyone have a suggestion?
]]>Had it working beautifully on my site then it disappeared and it’s there in my plugins folder but completely absent from the widgets? Deleted and reinstalled, that didn’t seem to fix the problem? Any help would be appreciated!!
]]>I am getting this error below after uploading an image to wp-cycle and I am now missing all the setting information after uploading the first image. The uploaded images do not show on the admin page
Warning: basename() expects parameter 1 to be string, object given in ….. /wp-content/plugins/wp-cycle/wp-cycle.php on line 148
WordPress version 3.9.1
wp-cycle Version 0.1.13
Genesis Version: 2.1.2
Metric Theme version 1.0.1
website – tinleyparkbowl.com
]]>Hi,
I am new to wordpress. I downloaded the WP-Cycle plugin, and have loaded all my photos in but the slider doesn’t seem to be showing on my webpage (bellsstumpgrinding.com.au). I am not sure if it is not working with the Theme I am using (Flozo) or if it is another problem. Flozo has a Home Page Slider (which wasn’t working for me which is why I got WP-Cycle), is it possible that I cant use WP-Cycle with this theme?
Thanks
]]>I uploaded an image that doesn’t match the dimensions WP is looking for on the banner and it resulted in partial display of the images in rotation from the Dashboard.
I want to simply be able to view all images from the wp-cycle dash menu to delete the one that isn’t displaying properly.
I appreciate it !
]]>This plugin works pretty well – I am testing it out now. Love the ease of controls, and just a simple short code to install it on a page/post…
At first it was justifying to the left, so I add <center> HTML, but I think that should be a choice in the controls – click something for Centering the slideshow…
Also, it’s cutting off some of the top/bottom of the images. Is there a specific image size pixel ratio I should be using? My pix at are 600×450. I tried adjusting the image display in the controls, but it didn’t help…
One last thing – this is working great, BUT I can only put the same slideshow on each page/post …how can we have say two slideshows on the same page, with different images, or different slideshows on various pages/posts??
]]>How to make responsive slideshow?
Thank you
The site this plug-in uses was successfully using the plugin past the quoted supported version.
I can’t figure out why it stopped. Tried uninstalling the plugin that was loaded just after and that didn’t resolve the issue.
Any ideas on what I can do to make this work? Or another plug-in… I’ve tried a few and none seem to work. Tells me it must be something in the site but it worked before so it’s hard to say what the issue is.
Ugh. Any help would be appreciated.
Site is https://www.simplysmoothlaserhairremoval.com/.
Thanks,
Barb
Hello,
By default, the wp-cycle plugin puts a border around the image gallery. How can I remove this border?
]]>How do I stop WP Cycle images overflowing the screen width on a mobile device?
https://mobile.freevirtualservers.com/?url=http%3A%2F%2Fwww.campsforgirls.org%2F
]]>Can someone with access to the code repository patch this code? The changes make wp_cycle fetches images from the free Jetpack Proton CDN.
function wp_cycle($args = array(), $content = null) {
global $wp_cycle_settings, $wp_cycle_images;
// possible future use
$args = wp_parse_args($args, $wp_cycle_settings);
$newline = “\n”; // line break
echo ‘<div id=”‘.$wp_cycle_settings[‘div’].'”>’.$newline;
foreach((array)$wp_cycle_images as $image => $data) {
if($data[‘image_links_to’])
echo ‘‘;
$cycle_url = $data[‘file_url’];
if (function_exists( ‘jetpack_photon_url’ )) {
if(class_exists( ‘Jetpack’ ) && method_exists( ‘Jetpack’, ‘get_active_modules’ ) && in_array( ‘photon’, Jetpack::get_active_modules() )) {
$cycle_url = str_replace(‘https://’, ‘https://i0.wp.com/’, $data[‘file_url’]);
}
}
echo ‘<img src=”‘. $cycle_url .'” width=”‘.$wp_cycle_settings[‘img_width’].'” height=”‘.$wp_cycle_settings[‘img_height’].'” class=”‘.$data[‘id’].'” alt=”” />’;
if($data[‘image_links_to’])
echo ‘‘;
echo $newline;
}
echo ‘</div>’.$newline;
}
Is this plugin still alive? I hasn’t been updated since 2012. Is someone actually working on the “future plans” mentioned in the FAQ?
]]>For some reason, I am no longer able to control the transition time on the slideshow; it has suddenly been set to the length of the image display, it seems. The result is that the screen is blank for seconds at a time.
Not only that, the [wp-cycle] shortcode does not work at all (I tried it by itself in a test page). And when I review the page content, it looks like the rotator is hard coded in the body.
I did not develop this site but am responsible for it; the slideshow has worked up until now. I’ve tried disabling all the other plugins as well.
I don’t understand why it used to work and now doesn’t, but I’ll take any help at all to get things back to normal. The site was developed using Thematic; the problem is the home page of
]]>Hey! I had the wp-cycle installed for a month or so and it worked fine. but, recently the plugin stop rotating for no reason. I have in my header.php this piece of code:
<?php if ( is_front_page() ) {
wp_cycle();
}
?>
And in my wp-cycle.php I have:
<script type=”text/javascript”>
jQuery(document).ready(function($) {
$(“#<?php echo $wp_cycle_settings[‘div’]; ?>”).cycle({
fx: ‘<?php echo $wp_cycle_settings[‘effect’]; ?>’,
timeout: <?php echo ($wp_cycle_settings[‘delay’] * 1000); ?>,
speed: <?php echo ($wp_cycle_settings[‘duration’] * 1000); ?>,
pause: 1,
fit: 1
});
});
</script>
And finally I get in the developer tools of chrome the following message:
Uncaught TypeError: Object [object Object] has no method ‘cycle’
Thanks for the help!
]]>Installation and customization went smoothly- uploaded photos and saved settings, but when I paste the code <?php wp_cycle(); ?> into my sidebar and save, the slide show doesn’t appear on the page. Am I doing something wrong?
]]>hi, my images are animated gif. and i tried and it’s very jerky and inconsistent. anyway to make it work?
or is there any other plugins out there which support gifs?
]]>Hi,
Do you have any timeframe for when it will be possible to change order of the cycle?
If this will take some time, is it possible to change, so that the newest picture added will show first? if not, I will have to delete all picutes and add again to get the correct order.
Regards,
Stian Torland
https://challenge4you.com
hi. I observed some weird behavior when images are loaded every cycle. Please see the link https://www.ctiimage.com/management/slideshowsample/. That’s my test slideshow wordpress page. The transition is not consistent. I cannot determine the solution to apply. Help please
]]>This is probably an easy answer as I’m probably doing something wrong. I’m a fairly new WP user.
I’ve downloaded and installed the plugin, and it seemed to be working fine. I uploaded images successfully and the appeared as expected on the homepage as a slideshow.
However, I needed to resize my images to display better. I went to upload the new images after deleting the old ones, and my settings options all went away. The message “Image(s) Added Successfully” appears but no thumbnails, form fields appear.
Here’s a screenshot of what my “WP-Cycle Settings” page looks like.
I’ve uninstalled and reinstalled the plugin. I’ve cleared my cache and cookies. Logged in and out of the WordPress site.
What am I doing wrong?
PS. I’m not sure if this is a factor, but when I was playing around with resizing the original photos, I removed the values in the photo dimension box, leaving the fields blank.
]]>After upgrading to WP 3.7.1 and Genesis Framework 2.0, the submenus in my dropdown menu disappear before I can mouse over them. I’ve determined that WP-Cycle is causing this problem.
The Genesis child theme I’m using is built around wp-cycle so I’m kind of screwed if I can’t remedy this.
I’ve done a bunch of searching on my own & have asked in the Genesis Support Forum but haven’t yet found a fix. Does anyone have any ideas? Thanks!
]]>