Forums
Forums / Plugin: Slideshow Gallery LITE / tid is not defined
(@zachdyer)
12 years, 10 months ago
<?php echo do_shortcode(“[slideshow gallery_id=\”1\”]”); ?>
When I call this function I get a javascript error.
“tid is not defined”
I have no idea how to define it or where it is defined. I’m probably missing a script somewhere.
http://wordpress.org/extend/plugins/slideshow-gallery/
(@nerdess)
12 years, 8 months ago
had the same problem, adding wp_head() to header.php fixed it, see:
@nerdess Is it possible that wp_head() or wp_footer() tags are missing from the theme's header or footer files? That could be the cause — Tribulant Software (@tribulant) August 6, 2013
@nerdess Is it possible that wp_head() or wp_footer() tags are missing from the theme's header or footer files? That could be the cause
— Tribulant Software (@tribulant) August 6, 2013
The topic ‘tid is not defined’ is closed to new replies.