Vimeography Theme Compatibilty Inconsistency
-
I can’t seem to get the Vimeography plugin to display correctly in my custom theme. For some reason it is just showing one massive video which expands to fill the containing div and no thumbnails are showing either. I tried all the suggested fixes such as adding [raw][/raw] tags to the shortcode, checking that wp_head() is called correctly etc. I even updated to jQuery 1.10 but to no avail.
I did however notice that it works fine when I switch the theme to the default WP 2013 theme. Upon further inspection of the source code, I noticed that in my theme the plugin is loading an iFrame.
See code below. (shortened for brevity)
<div class="vimeography-main"> <div class="vimeography-player"> <iframe width="1280" height="720" frameborder="0" allowfullscreen="" mozallowfullscreen="" webkitallowfullscreen="" src="https://player.vimeo.com/video/46743041">........ </iframe>
but in the default theme it does not.
See code below. (shortened for brevity)
<div id="vimeography-gallery-2" class="vimeography-bugsauce" data-version="1.0"> <div class="vimeography-main"> <div class="vimeography-player"> <div class="fluid-width-video-wrapper" style="padding-top: 56.25%;"> </div>
…………..
Any help or clarity on this matter would be greatly appreciated.
- The topic ‘Vimeography Theme Compatibilty Inconsistency’ is closed to new replies.