Thumbnail & Form Not Working Together
-
HELP!!!!!!
Thumbnails show up perfectly IN POST, but there is NO FORM. No error is generated, just NO FORM. I placed the text “[wp-greet]” in the body of the post, however it simply places the form ABOVE the thumbnails. The THUMBMAILS and the FORM are not working together!I changed
<a href="<?php echo esc_attr($storage->get_image_url($image, 'full', TRUE))?>"
to<a href="<?php echo apply_filters('ngg_create_gallery_link', esc_attr($storage->get_image_url($image)), $image)?>
, but it’s still not working together.I placed both shortcodes [wp-greet] and [gallery=”my ID”] in the body of the post, and short codes both work independently of each other and not together. How do I get the form when the thumbnail is clicked?
- The topic ‘Thumbnail & Form Not Working Together’ is closed to new replies.