Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Alex

    (@ahoereth)

    Your website works fine for me in Google Chrome – which system are you using?
    https://drive.google.com/file/d/0B-k-3UScwy54NEhXMTNCQmRVbEE

    Same here, as soon as I updated to 2.2.2 my videos no longer displayed.

    if ( has_post_video() ) : ?>
    
    <div class="embed-responsive embed-responsive-16by9">
    <?php the_post_video(); ?>
    </div>		
    
    <?php elseif ( has_post_thumbnail() ) : ?>
    
    <div class="article-image">
    	<a href="<?php the_permalink(); ?>"><figure itemprop="image" src="<?php echo $image_url[0]; ?>" style="background-image: url('<?php echo $image_url[0]; ?>');"></figure></a>
    </div>
    
    <?php endif; ?>
    Thread Starter francescop

    (@francescop)

    Hi Alex,

    It is weird but if you try to click at the post dated October you will see what I mean. It brings you at the top of the page. I am using crome. Any reason why?

    Thread Starter francescop

    (@francescop)

    I deactivated and activated the plug in maybe 10 times and it seems working now.
    Do you think is that an issue that could be back every time I update the plugin?

    Many thanks Alex

    Thread Starter francescop

    (@francescop)

    Hi Alex, The problem is back again from the posts that start in october? weird?
    Can you please help with this?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Last update broke my site’ is closed to new replies.