Posts: 18
Threads: 6
Joined: Jan 2013
2013-01-29, 07:32:05
(This post was last modified: 2013-01-29, 08:05:41 by rhecht.)
I recently installed the i18n Photo gallery and enabled sitewide cookies on my site,
www.rafihecht.com. The header and footer include functions are there as well.
I have a gallery in my testimonials page. When I click on an image I don't get the Lightbox effect, rather it opens an image in a new tab. What am I missing?
Never mind, it's my theme.
Posts: 2,094
Threads: 54
Joined: Jan 2011
(2013-01-29, 07:32:05)rhecht Wrote: I recently installed the i18n Photo gallery and enabled sitewide cookies on my site, www.rafihecht.com. The header and footer include functions are there as well.
I have a gallery in my testimonials page. When I click on an image I don't get the Lightbox effect, rather it opens an image in a new tab. What am I missing?
Never mind, it's my theme.
You are including jquery twice (contact form and gallery).
Posts: 18
Threads: 6
Joined: Jan 2013
Right, there needs to be a way to add a condition where if the jquery code is mentioned, don't insert it again. Alternatively, jquery should be part of the get-simple framework so that plugins don't need to manually add it which will break other plugins.
(2013-01-29, 08:26:05)mvlcek Wrote: (2013-01-29, 07:32:05)rhecht Wrote: I recently installed the i18n Photo gallery and enabled sitewide cookies on my site, www.rafihecht.com. The header and footer include functions are there as well.
I have a gallery in my testimonials page. When I click on an image I don't get the Lightbox effect, rather it opens an image in a new tab. What am I missing?
Never mind, it's my theme.
You are including jquery twice (contact form and gallery).