Dave Kiss
Forum Replies Created
-
Thanks for the link. Can you guys open support tickets at vimeography.com/contact – I’d like to investigate this further in your environments if possible.
Dave
Can you set up a test page showing the issue? I’ll need to look at the code to see what problem you’re actually running into.
Dave
Sorry about the delay on this, I do better support over on the contact page:
https://vimeography.com/contact
Let me know if I can still help!
Cheers,
@davekissSeems like the Vimeography plugin had trouble installing. Try a reinstall, or, download a copy of Vimeography from www.ads-software.com/plugins/vimeography – unzip it, then upload the contents of the “components” folder via FTP to wp-content/vimeography/assets
Vimeo had a widespread outage that caused this issue today. I’ll update the error message to be a little more helpful and user-friendly.
Dave
Can you guys provide a link to pages that you’re seeing the issue on? I’ll have a look and see what’s up.
Dave
Forum: Plugins
In reply to: [Vimeography: Vimeo Video Gallery WordPress Plugin] CompatibilityYour site is loading three version of jQuery and an outdated version of flexslider:
https://bdk.hstestsite.info/wp-content/themes/herman-scheer/js/flexslider.min.js?ver=2.1
Remove 2 of those versions and remove the flexslider, and all should look much better ??
Dave
Forum: Plugins
In reply to: [Vimeography: Vimeo Video Gallery WordPress Plugin] Video orderYou can sort your videos using Vimeography Pro, check it out here:
Forum: Plugins
In reply to: [Vimeography: Vimeo Video Gallery WordPress Plugin] Please help…The problem here is that epanel uses an outdated version of Flexslider, released several years ago.
Vimeography loads its own version of Flexslider to use, so you’ll need to either deregister that version in the functions.php file, or ask that the developer of the Foxy theme update to the latest version.
Dave
Hi,
If you’re still having trouble, please open a support ticket at vimeography.com/contact
Cheers
Hello,
If you’re still having trouble, please open a support ticket at vimeography.com/contact
Cheers
Forum: Plugins
In reply to: [Vimeography: Vimeo Video Gallery WordPress Plugin] doesn't load albumsYes, any source has to be public to use with Vimeography.
Hey Ryan,
It looks like your theme has a filter that applies the .iframe-embed class to any iFrames that appear in your page content.
.iframe-embed {
position: relative;
padding-bottom: 53.15%;
padding-top: 25px;
height: 0;
margin-bottom: 15px;
}Vimeography already has its own ways of handling iframe embeds, so you are getting double spacing. You’ll need to remove this filter from your functions.php file (or, an included file in functions.php) to correct the issue.
Do you have a link to the page with the issue?
Hi Terri,
The problem is that your site is using a WordPress plugin that loads an outdated version of the jQuery Flexslider script on the page with the Vimeography gallery. Vimeography uses Flexslider version 2.2, while your site is using version 2.1
If you replace this file:
with:
https://raw.github.com/woothemes/FlexSlider/master/jquery.flexslider-min.js
It should correct the issue.