Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter oliviaok

    (@oliviaok)

    hi does anyone have any ideas?

    thanks

    Thread Starter oliviaok

    (@oliviaok)

    anyone?

    maybe the designer may like to say a few words?

    Thread Starter oliviaok

    (@oliviaok)

    hi, thanks for getting back to, but do not worry!

    am now using the galleryview plugin.

    best regards

    Seems like an elegant solution, thanks for a great script. However on my setup the thumbnail images are broken (showing as missing image).

    I looked into the cause and it seems that the image being requested is an image size that doesn’t exist. It’s calling this image…

    <img src=”http://MY-FILE-LOCATION/010511ap_beetle_bailey_clothing_7004-150×150.jpg&#8221; style=”width: 60px; height: 60px; “>

    Problem is that there was never an image size created for 150×150… All Javascript is working fine. Also the large image is showing fine it’s just the thumbnails at this point.

    It occurred to me that I could add the image size 150×150 for newly created images… and that did it!

    Right now the plugin assumes that you have an image size function of 150×150. So anyone wanting to use the plugin as is will need to add a 150×150 image size to their theme.

    add_image_size( 'rbx', '150', '150', true );

    Twenty Ten & Twenty Eleven theme have these sizes by default I think and many other themes already have it, but here’s the solution for those that do not.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: RBX Gallery] thumbnails do not display’ is closed to new replies.