BuddyBoss Home – Web Support Forums Themes BuddyBoss theme Vimeo iFrames not working

Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #45081
    @jakelunniss

    Posted this as a message a while ago and still haven’t had an outcome:

    Iframes from Vimeo aren’t appearing on the front end, on all post types.

    Other iframes are working fine.
    Videos are appearing from the same account on other websites with no problems. I’ve tested it with all plugins deactivated, with no change.

    Would appreciate a quick response, as it has now been 8 days since our customers were able to watch any videos.

    http://screencast.com/t/DhDqBT5B

    Answers

    #45083
    @jakelunniss

    I can confirm that with a different theme activated (blox, bridge and twenty15) that the vimeo videos work correctly, so it’s definitely a problem with buddyboss.

    #45085
    @jakelunniss

    Update: it’s a CSS problem

    http://www.screencast.com/t/X1OavBVt

    #45125

    Anonymous
    @

    Hi Jacob, please try to add only url do not include iframe
    I have tested video url and iframe both

    
    
    
    <iframe src="https://player.vimeo.com/video/136595444?badge=0" width="500" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
    
    

    I have added above in html/text mode and both displays video player properly.

    If you are using Boss + Learndash. We have dedicated extension of it. Please PM you active plugin list or site login detail , it will check it shortly.
    Regards
    Varun Dubey

    #45139
    @jakelunniss

    It’s no different using the link, I’ve already tried that:

    Front end: https://www.evernote.com/shard/s410/sh/0d283d47-a4cd-4e7e-97dc-073e8b91f0e9/7a905a72c504a5aa6fc1982d18331250

    Back End: https://www.evernote.com/shard/s410/sh/b5e9d371-b543-4861-bdc4-a028108aa4d6/65ce08fc70ab00e43a7bbb55400a85fd

    I’ve tried it with all plugins disabled, no change. With a different theme, it works just fine.

    It was working fine, including on learndash posts, and overnight stopped working. Hopefully you can understand my reluctance to spend more money with you when the $240 theme has bugs.

    Plugin list:

    Adminer
    Buddypress
    bbPress
    Gravity Forms
    Gravity Forms Infusionsoft Add-on
    iMember360
    iMember Extensions: Buddypress, Learndash
    Learndash
    Learndash Pro Panel
    WP Smush

    I’ll PM login details to you.

    #45176

    Anonymous
    @

    Hi @jakelunniss,
    We are using fitvids js and ultimate VC addon also added it, and that created conflict.

    You can deactivate ultimate VC addon or de-register fitvids from boss theme.

    
    function boss_remove_fitvids()
    {
    wp_deregister_script( 'fitvids' );
    }
    add_action( 'wp_enqueue_scripts', 'boss_remove_fitvids', 9999 );
    

    Regards
    Varun Dubey

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Vimeo iFrames not working’ is closed to new replies.