Swwils
Forum Replies Created
-
That worked a treat! Thanks very much.
I’ve used the same method to push the fix over to the actual blog page; but im having issue with an hyperlink covering the video.
<div id="post-<?php the_ID(); ?>" <?php post_class($class); ?>> <div class="view view-first"> <a href="<?php the_permalink(); ?>"> <?php if(get_post_meta(get_the_ID(), "_related-video", true) != ''){ echo get_post_meta(get_the_ID(), "_related-video", true); }else{ the_post_thumbnail( 'blog-medium' ); }?> </a> <div class="mask"> <a href="<?php the_permalink(); ?>" title="<?php the_title(); ?>" class="more-blog"> <img src="<?php echo get_template_directory_uri(); ?>/img/icons/link.png" alt="read more" title="read more" /> </a> </div> </div> <?php if ( has_post_thumbnail() ) { ?><span class="tail">?</span><?php } ?>
How can I get the to only enclose a thumbnail and not the video? – (Its a css on hover class)
Hey, I have the same problem.
My theme is using a really strange way of thumbnail generation:<?php if ( has_post_thumbnail() ) { the_post_thumbnail('blog-large', array('title' => ''.get_the_title().'')); ?><span class="tail-large"> </span><?php } ?>
How do I apply this fix? And also it is generating the standard “Set featured image” and another seperate “Featured Video” window.
Thanks!
I have re-enabled the gallery.
You can see that the frontage lightbox and the top navigation no longer work ??
I have disabled the Photonic for now; As it conflics with the nav bar at the top of the page.
I will re-enable it and give you an account if you wish?