Thanks Siyahperde!
Mainly the example code fragments helped. I’m no coder 🙂
I backed up the php-file, replaced it with yours and it’s all good.
No problem friend. I’m happy for you. I wish someone can solve this size issue for thumbs. We are waiting with nuchtchas, and now with you too. ^_^
I hope someone helps. Because i’m not a coder too. @derkmdt can solve our problem but he hasn’t seen yet i think.
If you have same problem and you are here, hey you!
http://wordpress.org/support/topic/thumbnails-didnt-load-any-more?replies=5
Get in here to help us, or find the solution. 😉
Thanks.
Solution of thumb problem @tassos:
Guys if you want to fix the thumbnails go to the following directory of the plugin:
vandyk/wp-content/plugins/facebook-page-photo-gallery/templates/css
IN there you will find the style.css and look for line 29. Change the dimensons and that is it. I have tested and the best will be to change
.fb-PhotoLargeThumb i {width:206px;
height:206px}
to
.fb-PhotoLargeThumb i {width:136px;
height:106px}
Hope that helps :-)
https://wordpress.org/support/topic/thumbnails-didnt-load-any-more?replies=9#post-6029153
Hi,
I’m having some trouble understanding how to fix the problem with the thumbnail images that are blank and white. I use the [fbphotos=] and my images only appear when I click the thumbnail and then it enlarges.
I don’t understand how the coding and $picture = $photo->picture; works.
Could someone please help me!!!