Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #761958

    I am very sorry i saw this topic a lot of times, but allways the same answer:
    Use a button or image an set the vimeo Link manually and it opens in a lightbox.
    But not on my page. I deactivated all plugins, but no lightbox will open.

    #761974

    Hey buero-36!

    I tried your video on my local installation and it does work fine. I believe issue is related to one of the plugins you are using.
    Do you mind if we try de-activating as well for testing purposes?

    Cheers!
    Yigit

    #761977

    sure, just deactivate all plugins

    #761986

    Hey!

    What kind of changes have you made on your child theme?
    I tried switching back to Enfold parent theme and then it worked. Have you made any changes on JS files?

    Best regards,
    Yigit

    #761991

    no changes in js files.
    500 lines of css changes and 5 lines in functions.php

    add_action(‘after_setup_theme’,’avia_remove_main_menu_flags’);
    function avia_remove_main_menu_flags(){
    remove_filter( ‘wp_nav_menu_items’, ‘avia_append_lang_flags’, 9998, 2 );
    remove_filter( ‘avf_fallback_menu_items’, ‘avia_append_lang_flags’, 9998, 2 );
    remove_action( ‘avia_meta_header’, ‘avia_wpml_language_switch’, 10);
    }

    #762004

    oh no, lightbox was simply deactivated in main settings of child theme, thats tooooo embarassing
    Thanks for you very quick support Yigit.

    #762006

    Hey!

    Good catch! :D
    Glad you figured it out!
    Let us know if you have any other questions or issues!

    Regards,
    Yigit

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Video in Lightbox’ is closed to new replies.