Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #569655

    hi,

    trying to figure out the conflict that is occurring with a video player (vimeography) that i have installed
    http://www.techhubinc.com/videos/

    the player is supposed to just open the video in the video window, but instead, it is popping open a modal window.

    in the admin preview and if i use a default theme like Twenty Fourteen, it works correctly. possibly a conflict with magnific popup??

    this is what one of the links looks like:

    <figure class="vimeography-thumbnail">
            <a href="https://vimeo.com/27908177" title="Gymkhana 4 - Ken Block" data-uri="/videos/27908177" data-video-width="1280" data-video-height="720" data-description="Gymkhana in the execution of Ken Block<br />
    By DC Shoes">
              <figcaption>
                <h1>Gymkhana 4 - Ken Block</h1>
              </figcaption>
            </a>
          </figure>

    this is an example of how it is supposed to work

    any suggestion appreciated

    thanks

    #569853

    Hi Paul,

    Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Thanks,
    Rikard

    #570158

    not sure if my private reply went through as i got an error message. sending again

    thank you.

    #570292

    found it
    themes/enfold/js/avia.js

    line 897 – remove vimeo references from autoLink Elements

    var defaults = {
    				groups			:	['.avia-slideshow', '.avia-gallery', '.portfolio-preview-image', '.portfolio-preview-content', '.isotope', '.post-entry', '.sidebar', '#main', '.main_menu'], 
    				autolinkElements:   'a.lightbox, a[rel^="prettyPhoto"], a[rel^="lightbox"], a[href$=jpg], a[href$=png], a[href$=gif], a[href$=jpeg], a[href*=".jpg?"], a[href*=".png?"], a[href*=".gif?"], a[href*=".jpeg?"], a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    				videoElements	: 	'a[href$=".mov"] , a[href$=".swf"] , a:regex(href, .vimeo\.com/[0-9]) , a[href*="youtube.com/watch"] , a[href*="screenr.com"], a[href*="iframe=true"]',
    				exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
    			},

    thanks

    #570328

    Hi!

    We are glad you got that short out!
    Btw, If you have a moment, I would very much appreciate if you could quickly rate the Enfold to themeforest, which wiII heIp us keep the deveIopment up!

    Please do not hesitate to contact us, if you do need anything else.

    Regards,
    Basilis

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.