DarrenParlett
Forum Replies Created
-
As an update, I’m getting the following (redacted) error messages on the server when I try to add images to slides;
PHP Warning: Invalid argument supplied for foreach() in /home/nlc1/public_html/wp-content/plugins/cyclone-slider-2/src/CycloneSlider/Frontend.php on line 128, referer: [url]/wp-admin/edit.php?post_type=cycloneslider
PHP Warning: Invalid argument supplied for foreach() in /home/nlc1/public_html/wp-content/plugins/cyclone-slider-2/src/CycloneSlider/Frontend.php on line 135, referer: [url]/wp-admin/edit.php?post_type=cycloneslider
PHP Warning: Invalid argument supplied for foreach() in /home/nlc1/public_html/wp-content/plugins/cyclone-slider-2/templates/standard/slider.php on line 31, referer: [url]/wp-admin/edit.php?post_type=cycloneslider
- This reply was modified 7 years, 8 months ago by DarrenParlett. Reason: Removed URL
Hello,
I’m getting what I think is the same issue as David.
Whenever I try to add new slides (either “Add Slide” or “Add Images as Slide”) to a Slideshow all I see is a white screen at [site name]/wp-admin/post.php.
Like David I have been unable to replicate the problem on two staging servers, with the same version of PHP, WordPress and plugins etc. Turning on Debugging in WordPress doesn’t provide any error messages.
I’m using Cyclone Slider 2 Version 2.12.4, WordPress 4.7.3 and PHP version 5.6.29.
Any help would be appreciated.
Cheers
DarrenForum: Plugins
In reply to: [WP Real Estate] Add more images to slider –Hello Hozyali,
I was going to post a query myself about image sorting but if you haven’t offered the option I won’t bother.
In the Add Photos meta box there is some code that allows the the dragging and dropping of images and css changes to the appearance of dragged images but as mentioned by Kburrows earlier it doesn’t save the new image order. The code is in property-images-metabox.php.
Thanks for the plugin though, almost perfect for what I need.
Cheers
DarrenForum: Plugins
In reply to: [Flexible Posts Widget] Adding dateOr it could be that your posts were published on the same day in which case the
the_date()
will only show the date for the first post.In that case try
get_the_date()
Darren
Forum: Plugins
In reply to: [Flexible Posts Widget] Adding dateHi Sandropel,
You have probably sorted this by now but just in case;
It sounds like you have added the line in the wrong place e.g. before the while loop, so the date is only showing once.
Cheers
Darren