Disabled lightbox?
-
Thanks for this plugin, absolutely awesome (and cheap!!). Right now I purchased pro version ’cause I need my own template for loading posts.
And here I have an issue. This is my template:
<div class="ref" style="float:left; margin: 10px"> <a href="#reference-<?php echo the_ID(); ?>" rel="lightbox"> <?php the_post_thumbnail( 'medium' ); ?> </a> <div style="display: none;"> <div id="reference-<?php echo the_ID(); ?>"> <?php the_title(); ?> <?php echo the_excerpt();?> <?php the_post_thumbnail( 'medium' ); ?> </div> </div> </div>
My lightbox worked before, I don’t know, what’s wrong. Simple no lightbox is opened when I click on thumbnail. My site is https://www.primawork.cz. Can anybody help, please?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Disabled lightbox?’ is closed to new replies.