Posts: 10
Threads: 5
Joined: Jun 2012
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
Posts: 2,094
Threads: 54
Joined: Jan 2011
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.
Posts: 10
Threads: 5
Joined: Jun 2012
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.