GetSimple Support Forum
i18n gallery: no prettyPhoto frames - Printable Version

+- GetSimple Support Forum (http://get-simple.info/forums)
+-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3)
+--- Forum: Plugins (http://get-simple.info/forums/forumdisplay.php?fid=13)
+--- Thread: i18n gallery: no prettyPhoto frames (/showthread.php?tid=3331)



i18n gallery: no prettyPhoto frames - mpdeneen - 2012-07-06

My i18n gallery is working but I can't get the different frames options -- dark rounded, light square, etc -- to work. All I get is a light gray box around the pics. Whether I select fancybox or prettyPhoto option in setup, all I get is different navigation arrows.

Here: http://www.gaac.us/gallery-2/

Any easy fixes, any hints?

MPD


i18n gallery: no prettyPhoto frames - mvlcek - 2012-07-06

mpdeneen Wrote:My i18n gallery is working but I can't get the different frames options -- dark rounded, light square, etc -- to work. All I get is a light gray box around the pics. Whether I select fancybox or prettyPhoto option in setup, all I get is different navigation arrows.

Here: http://www.gaac.us/gallery-2/

Any easy fixes, any hints?

MPD

What you see, is the fallback, if Javascript is disabled or there are Javascript errors.
You must include jQuery in the page head before the <?php get_header() ?> call, not in your page footer.


i18n gallery: no prettyPhoto frames - mpdeneen - 2012-07-06

Thanks -- that was the problem!

MPD


mvlcek Wrote:
mpdeneen Wrote:My i18n gallery is working but I can't get the different frames options -- dark rounded, light square, etc -- to work. All I get is a light gray box around the pics. Whether I select fancybox or prettyPhoto option in setup, all I get is different navigation arrows.

Here: http://www.gaac.us/gallery-2/

Any easy fixes, any hints?

MPD

What you see, is the fallback, if Javascript is disabled or there are Javascript errors.
You must include jQuery in the page head before the <?php get_header() ?> call, not in your page footer.