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.
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
sure, just deactivate all plugins
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
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);
}
oh no, lightbox was simply deactivated in main settings of child theme, thats tooooo embarassing
Thanks for you very quick support Yigit.