This page is still a beta!

1.6. FAQ

  1. Q: I don't have Imagemagick or GM but I wanna use this wonderful extension. What should I do?A: If GD2 is available, take the extensions “jb_gd_resize”

  2. Q: I don't see any images in the frontend. What should I do?A: 1.) First check the source code for the images which should be in a div like this <div class="imageElement">..</div>. If no images there, you need to add some.

  3. Q: The path to the images is empty (src=””).A: Check the rights of the files or if Imagemagick is available and installed.

  4. Q: You can I rename the “Pictures” (German: “Thumbnails”)?A: Do it with TS (Setup): plugin.tx_rgsmoothgallery_pi1._LOCAL_LANG.default.textShowCarousel = Picturesplugin.tx_rgsmoothgallery_pi1._LOCAL_LANG.de.textShowCarousel = Bilderübersicht

  5. Q: The links to the previous/next image don't work. What should I do?A: The given duration (in plugin or TS) is below something like 1000 (ms, which is 1 second).

  6. Q: The thumbnails hop around as soon as I click on the link to open them. Why?A: This is a CSS problem. Please check your existing CSS files!

  7. Q: It takes very long to load the gallery. Why?A1:  At the first call all the images get rendered which can take a while.A2: Don't add something like 100 images because it will take long and nobody will every click through the images. Take a “real” gallery extension like jm_gallery, sk_simplegallery, ....

  8. Q: How do I get the print/save button?A: Simply enable the buttons with TS:plugin.tx_rgsmoothgallery_pi1.enableSaveButton = 1plugin.tx_rgsmoothgallery_pi1.enablePrintButton = 1