Hi,
I’ve installed your plugin and I use my theme so i used the shortcode with the id of my gallery… Well, the gallery appears at the page but its not loading the jquery. What should I do?
http://www.juthabijoux.com.br/blog/?page_id=14
Note: When I go to the permalink of the gallery itself, it pulls the default theme of which I based mine on, and the jquery works.
http://www.juthabijoux.com.br/blog/?gallery=colecao-2
Please help, what have I done wrong?
Thanks in advance,
Fernando.
Hello,
For this page you don’t have general jquery file in order to get the lightbox to work.
And for this page the necessary file is involving.
Best regards,
Oksana
for the first page I used the shortcode… what can I do to load that jquery file into that template? :s Im a novice, sry for all the simple questions…
Please write string below:
<?php wp_enqueue_script(“jquery”); ?>
in the header before this string:
<?php wp_head(); ?>
Regards,
Oksana