Hi I am trying to get some effects working such as thickbox or lightbox, I even installed lightbox plugins lightbox2 and slimbox, but I still cannot get the effects to work in my gallery, when i click on an image it just opens in a new page with just that image, with no effects at all. How can i fix this? thanks
the site is http://www.missionmaltabrazil.org/gallery/
bee dudler
Member
Posted 4 years ago #
Hi,
as far as i can see no js scripts are called on your pages and i dont see nggallery.css included.. is this a custom theme?
best regards
bee
yes it is a custom theme, what changes should i make in order to make it work? thanks
bee dudler
Member
Posted 4 years ago #
Hi,
look if in the header.php of your theme there is <?php wp_head(); ?> inside of the <head> and </head> if not put it just before the closing tag </head>
best regards
bee
milehighlife
Member
Posted 3 years ago #
I stumbled onto this post and amazingly it worked for me! I have a custom theme and found other posts mentioning the <?php wp_footer(); ?> snippet but not the <?php wp_head(); ?> snippet.
I placed it in front of the </head> tag and...viola!
Thank you bee dudler!