• Resolved andrecabrita

    (@andrecabrita)


    I’ve just update my WordPress to version 3.5 and, when I create a new post with the “Image Gallery Reloaded”, it appears this message “No Images where included in this gallery”.

    The previous image galleries are working great.

    I already tried to use old images (from a previous post), copy the html code from another image gallery, and the message continues.

    I like this plugin and I don’t want to change it for another one.

    Does anyone knows what’s happening? Thanks

    http://wordpress.org/extend/plugins/image-gallery-reloaded/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Same problem here… With the plugin deactivated, the images show up alright. Once I activate the plugin I get the “No Images where included in this gallery” message and no images.

    Pretty please help us! 🙂

    Thanks!

    Same here.

    Yes its broken because its coded upto WP3.4 only.

    Gallery is no longer tight related to posts in 3.5. The new media interface in WP3.5 allows you to add any of the images in the media library to a gallery, regardless of whether they are “attached” or not. As you’ve discovered, the function used in this plugin only returns images that are attached to the post.
    It basically should show only the image if uploaded in the post, but it won’t show the image if added from the other posts. So, how can we get the links to the images which are added in the gallery but not uploaded?

    So, the plugin failed to work in WP 3.5, its unable to parse the gallery shortcode and fetch images from them, so you all are getting warning no image found.
    The only thing can fix it is, its new version with code compatible to wp3.5.

    The plugin author should launch a new version soon.

    Sorry Guys/Gals.

    @armored

    Would you be able to assist with this;

    http://wordpress.org/support/topic/fancy-gallery-plugin-problems?replies=25

    I have the exact same problem.

    Thanks

    Dan
    info@anonmedia.co.uk

    hello.
    I tried this code.
    image-gallery-reloaded.php 243 line.

    extract(shortcode_atts(array(
    		'orderby'		=> 'menu_order ASC, ID ASC',
    		'id'			=> $post->ID,
    		'itemtag'		=> 'dl',
    		'icontag'		=> 'dt',
    		'captiontag'	=> 'dd',
    		'columns'		=> 3,
    		'size'			=> 'thumbnail',
    		'include'		=> '', // adding comma
    		'ids'			=> '' // adding this line
    	), $attr));
    
    	if ($ids) $include = $ids; // adding this line

    and waiting fix version.

    Thanks Rimu for the code.I replaced the previous code in the plug in by clicking edit to modify the php file. Works a treat! The photos are just a little bit too wide tough. ny idea how to modify this? Thanks again.

    Cancel that request – it’s in the obvious place – “settings”

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘The plugin isn't working in WordPress 3.5’ is closed to new replies.