After I moved my site from a sub directory to another, the images are not working in my gallery. I'm using the Next Gen Gallery plugin. All other images and content are working on the site after the move.
To solve this I deactivated and erased the Next Gen plugin and dowloaded it again and installed it and then uploaded the images again. But still not working. When I select Manage Galleries I can only see the file names of the images, but not the images.
I also tried to run the plugin Update urls with this option URLs in page content posts, pages, custom post types, revisions.
What could be wrong and how can I get it to work again?
Have you changed the URL in Image Options?
Reference: http://www.nextgen-gallery.com/image-options/
I know this is a long time.
I encountered this error and one thing I noticed is that including some characters in the gallery name will result in “no images were found” error.
Ensure that your gallery name does not have any of these characters: ‘”(&#/
For example: So if you have a gallery with 'MEET & GREET EVENT GALLERY' as name, the page won't load properly.
Remove the characters and try again, it should work fine.
Related
When I look at my Wordpress website, there is this error message on every page, even the pages that don't have any images
There are no photos with those IDs or post does not have any attached images!
I am using the Sinatra theme but I had the same problem when I was using the Twenty Nineteen theme. I am also using the Justified Image Grid plug-in and the error seems to be coming from this plug-in.
To solve this problem, I went to the plug-ins directory and downloaded justified-image-grid-core.php and removed the error message manually there. That did the trick.
I'm developing a site using the Alice Wordpress theme run on wordpress.com. I believe the person working on it previously might have migrated it from a previous setup, but I can't be sure.
The issue is the Alice theme is based on using several custom Post types, including things like "Team" and "Portfolio" and "Clients." There are some very nice looking displays for these things as modeled on the Alice example page. Whenever I add a Featured Image to show up in the background of a box for a "Team Member" or "Portfolio Item," the image is broken, and upon inspection is being referred as img src(unknown). If no Featured Image is set, the box is displayed well, but obviously blank.
I've been digging through the Alice theme .php files, but I cannot find one that specifies this type of modal on a page. I've found the one that creates the pages for each team member dynamically, but can't find where these image sources are getting lost.
All plugins are up to date, all necessary plugins installed for theme. Everything else is working perfectly, just not these featured images.
Any ideas of where to look or how to test?
I had the same issue. If you have installed JetPack plugin you can deactivate the plugin and try to open.
Also this one can you help you in other way: https://jetpack.com/2013/10/15/add-a-default-fallback-image-if-no-image/
Up to date wordpress, woocommerce and fancybox
When scrolling through product images using easy fancybox from the product details page, fancybox is apparently attempting to load extra content from somewhere.
What I mean is, if I have a product with a total of two images, fancybox displays those images just fine, but then tries to load a third image or some kind of link or content and returns "the requested content cannot be loaded, please try again later". I can continue scrolling through this, but obviously, it is annoying.
Printful (a t-shirt dropshipper) is integrated with my woocommerce install. They recently rolled out a new tool that imports a product from the printful website into woocommerce. The import includes product info, description and an image, which I delete and replace with my own images. I believe the issue has something to do with this import tool. I have contacted printful but they are scratching their heads, so I am trying here.
I have tried deleting caches and playing with all the fancybox settings, different browsers.. I have spent an hour digging through forums. I am stumped.
I will post a link if requested, but i've had links to this particular website removed from stackoverflow by moderators (or someone).
Thanks so much for your help!
RESOLVED (not at all)
I deactivated the printful integration plug in and the ghost images have disappeared. This solves the immediate problem, but creates another one in its place.
To start with, I am not an expert of any kind. Codes drive me insane. I run a site called: http://nascentarray.com.
I moved the site from one host to another and after the migration, I found that many images were broken. So, I changed the permalink structure:
From: nascentarray.com/post-name/
To: nascentarray.com/year/month/date/post-name/
Everything looked fine until I started getting 404 errors on images interested into the posts directly.
To me more specific, I use two methods to insert images:
I use the Jetpack module of WP to create a gallery in mosaic layout that gives a carousel of images when someone clicks on the gallery.
For some posts, using Jetpack gallery module makes no sense and so, I simple insert individual images between texts using the simple media uploader.
Problem: The problem is with the posts where I do not use the Jetpack gallery module. When I click on a post, the post opens fine and shows all images in it. However, the moment I start clicking on individual images, they start giving 404 error.
Example: http://nascentarray.com/2013/02/08/tallest-buildings-of-2013/
Clicking on any image in the post will return a 404 error.
How to solve this problem? Anyone, please help me. This is so disturbing and I don't have enough technical expertise to deal with this on my own and so I can came here with a hope to find some help from experts.
The posts where you don't use jetpack image gallery module doesn't embed a gallery. Instead, you embed images in your posts individually. When you embed, there's option with image link whether you want to link image with post, attachment page, custom link or source file.
Your images are not linked to source file - instead those are linked to POST ATTACHMENT link.
Once you changed the permalinks structure of your post, the links associated with your image files were not updated and those remained as per previous permalink structure those don't exist now and thus it gives 404 error.
It's solution can be to revert your permalinks structure to previous one (short and immediate solution) and other solution can be writing a short script and update all links of images in batch with their source file or anything else.
Another solution is to use Yoast SEO plugin to generate redirect URL's for old backlinks.
See the guide in this blog post regarding this solution.
I hope this helps and you understand the issue now.
Your permalink structure is incorrect. You need to change it back to nascentarray.com/year/month/date/post-name/
If it's already that way, then you need to double check your folders in uploads. Because if you look at your one page here http://nascentarray.com/2013/06/17/stock-wallet-the-only-wallet-you-will-ever-need/
That image is linked with ../year/month/date/post_name/image_name/
i.e. http://i0.wp.com/nascentarray.com/wp-content/uploads/2013/06/stock_wallet_2.jpg?resize=389%2C176
Obviously your plugin for viewing galleries adds the extra stuff in the URL's.
Where as the link you gave above has just ../post_name/image_name/ Which isn't working with your plugin or linking of the image file.
Quickinfo:
I am using wordpress 3.5.1 with the latest version of the "FancyBox
for WordPress" -Plugin.
I use the more-Tag for all articles, making
only excerpts of them beeing shown on the start-page.
Facts:
In wordpress image-thumbnails included in the article are enclosed
in a link pointing to the image-url by default.
The Fancybox-Plugin makes such Links open the image in a jQuery Fancybox.
My Problem:
Sometimes I show images in the excerpts, too.
At this time theres happening an usability-flaw:
When clicking on the Image a fancybox will open, but people expect to get redirected to the full article instead.
Is anyone aware of a solution how to overcome this issue, maybee by using an other plugin, changing the structure of my articles or editing some php-files?
I don't know about the plugin you are using but I've always used colorbox. There's a plugin for it designed for wordpress and it allows you to specify which images you want to open in a jquery window.