Hi KWiesner,
It seems that the image URLs are not correct. For example when I click on Designers-Guild-Posamenten, I see an error in the browser’s console window: “NetworkError: 404 Not Found – http://www.textile-raumgestaltung.biz/wp-content/uploads/2015/03/Designers-Guild-Stoff-Fruehling-Muenchen-Posamenten.jpg”
Alan
This is why they do not load, you capitalized the first letter of each word in the path and file name:
http://www.textile-raumgestaltung.biz/wp-content/uploads/2015/03/Designers-Guild-Stoff-Fruehling-Muenchen-Vorhaenge-06.jpg
is not the same as
http://www.textile-raumgestaltung.biz/wp-content/uploads/2015/03/designers-guild-stoff-fruehling-muenchen-vorhaenge-06.jpg
If this solves your issue thanks in advance for marking this thread as ‘Resolved’ so we know your question has been answered and for giving us and our plugin a rating at Maxgalleria Reviews
Alan
You are rigth. But how can I solve this. Must I upload every image again?
greetings Karl
Karl,
If you are able to edit your database, such as with phpMyAdmin, you can edit the file name in the ‘post’ table in records that are of the ‘attachment’ post type. The URL is in the ‘guid’ field. And also in the ‘postmeta’ table in records with the meta_key ‘_wp_attached_file’. Try one and then see if the popup works correctly. If not then delete the images from the gallery and the media library, change the images file names to all lower case letters and upload them again.
Alan
I think the error was caused by a plugin called ‘Media File Renamer’. it changes the filenames to lowercase but leaves the filenames with uppercase in the database.
thank you for your help.
I will buy the professional version after this good support.
greetings from Munich
Karl