there are some mismatches – arn’t there ?
if i check the mark at selfhosted videos – and the checkmark on youtube videos isn’t set
the audio-player ALB is grayed out – as expected.
Opening the video ALB : Using external services like Youtube or Vimeo is currently disabled. You can enable it in Enfold » Performance ???
If i uncheck both:
Using self hosted videos is currently disabled. You can enable it in Enfold » Performance ???
Audioplayer is selectable as expected.
so are those red messages wrong – or do i realy can not use the videos than ?
please in your descriptions take the https versions.
Hey Guenter,
Thank you for the info.
We’ve notified the development team regarding this particular issue. Please edit the aviashortcodes > video.php file, go to line 71 and 82 then replace them with the following codes.
line 71:
else if(avia_get_option('disable_mediaelement') != 'disabled')
line 82:
else if(avia_get_option('disable_video') != 'disabled')
Best regards,
Ismael
thanks
Hi,
Do you have a test page? If you’re looking for a child theme solution, maybe you have to create a custom script to remove the extra menu on page load.
Best regards,
Ismael
there are ways to get rid of it – but the easiest way would be if Günter just put in that little code to avia.js to avoid generating for each .logo a nav:
instead of:
menu2.insertAfter(logo_container.find('.logo'));
that:
menu2.insertAfter(logo_container.find('.logo:first'));
click to enlarge:
the method via filter: avf_logo_final_output is good to have two or three logos in the header: https://webers-testseite.de/cynthia/mille-deco/
but there are multiple identical IDs than on that page.
Hi,
We have send the fix to Gunter, he will review the topic here and will update accordingly!
Best regards,
Basilis
thanks – Günter