Since I changed to https, this error appears in my views:
Warning: fopen(hidden link): failed to open stream: HTTP wrapper does not support writeable connections in /home/webbby8in/html/pansliste.de/wp-includes/class-wp-image-editor.php on line 407
Thank you so much for your reply.
Maybe we find a solution without admin access. If there is no other way, I will consider it though.
It seems the issue is with the thumbnail cropping. If I have this code:
[wpv-post-featured-image size="custom" width="300px" height="300px" crop="true"] I get the error.
But if I use this code:
[wpv-post-featured-image size="medium"] I don't. The problem is, I do need to crop the image...
Hi, well - I found a work around.
I now crop the image with css instead. Is not neccessary the best solution, but works for me right now.
If you happen to know what the issue is, I'll appreciate it anyhow.