Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #947814

    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.

    #949347

    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

    #949446

    thanks

    #950645

    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

    #951160

    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.

    #952357

    Hi,

    We have send the fix to Gunter, he will review the topic here and will update accordingly!

    Best regards,
    Basilis

    #960873

    Hi Günter

    I added a patch for this problem. Should be in 4.4.1.

    LG
    Günter

    #964820

    thanks – Günter

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