Forum Replies Created

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Good Morning Rikard!
    With a fresh WordPress 6.7.2 & Enfold 7 installation using the Enfold “DJ Demo,” the error did not initially occur.
    After installing YOAST SEO and adjusting a few Enfold settings to match my standard configuration, the issue reappeared.

    I went through each setting step-by-step and identified a clear cause:
    When setting the option “Integrated (Bundled) LayerSlider Plugin” to “Deactivate but leave plugin files in theme folder,” the backend audio player error immediately occurs.

    You’ll be pleased to hear that neither YOAST SEO nor the performance settings for CSS/JS file compression & merging have anything to do with this issue.

    Simply put:
    LayerSlider off → audio player broken. 🙂

    Best Regards,
    Mischa

    Hi Rikard.
    I’ll send you WordPress and FTP credentials asap.
    Have a nice weekend!
    Misha

    Thank you for your help.

    Unfortunately, the problem also occurs for me from version 7.0 onwards, even without a child theme.
    I have made a short video demonstrating the issue:
    (see private content)

    Audio files can be selected and rearranged, but after adding them, the playlist remains empty in the settings window.

    Best regards,
    Mischa


    Enfold 7.1 (with and without Child-Theme)
    WordPress 6.7.2
    Web server Apache
    PHP version 8.2.28
    Browsers: Firefox 128.8.0esr, Chrome 134.0.6998.118, Safari 18.3

    Console-Error-Message:

    avia-builder.js?ver=6.7.2-7.1
    Uncaught TypeError: update_html.indexOf is not a function
        at HTMLDivElement.<anonymous> (avia-builder.js?ver=6.7.2-7.1:2324:27)
        at ce.each (jquery.min.js?ver=3.7.1:2:3129)
        at e.<computed>.each (jquery.min.js?ver=3.7.1:2:1594)
        at $.AviaBuilder.update_builder_html (avia-builder.js?ver=6.7.2-7.1:2251:23)
        at avia-media.js?ver=7.1:553:36
        at m.I (underscore.min.js?ver=1.13.7:2:9610)
        at n.map (backbone.min.js?ver=1.6.0:2:1129)
        at h.Collection.<anonymous> (avia-media.js?ver=7.1:413:24)
        at p (backbone.min.js?ver=1.6.0:2:3700)
        at f (backbone.min.js?ver=1.6.0:2:3497)
    

    PS:
    I have created a temporary fix for the avia-builder.js from line 2324.

    // Put this in avia-builder.js at line 2324:
    $(this).each(function() {
      // Check if update_html is a string or an array before using indexOf
      if (typeof update_html === 'string' || Array.isArray(update_html)) {
        if (update_html.indexOf('avia_builder_') !== -1) {
          // code to process the update ...
           if( update_html.indexOf( '###avia64###:' ) !== -1 ) {
    		//	encode base64 string
    		update_html = update_html.replace( '###avia64###:', '' );
    		update_html = atob( update_html );
    	}
        }
      } else {
        // Handle the case where update_html is not a string or array
        console.error('update_html is not a string or array:', update_html);
      }
    });
    • This reply was modified 1 week, 4 days ago by Mischa.
    in reply to: Bug: no sqare brackets in avia form subject possible #1398629

    May have found a workaround. The special characters in the subject of the message have to be urlencoded:
    e.g.
    %2F%2FFoo%5C%5C%20What%20if%20%3F%20bar%20%5Boo%5D
    results in:
    //Foo\\ What if ? bar [oo]
    Then only the hint text in the Avia editor is misleading.
    Online url-encoder: http://www.urlencoder.org

    in reply to: Enfold Showcase #1333281

    Many thanks to the team of kriesi.at for many years of excellent work on the Enfold theme.
    Here is a list of Enfold-Child based websites I have worked on:

    Access control and time recording
    http://www.ibix.de

    Fire departments
    feuerwehr-grosskrotzenburg.de
    http://www.ff-kahl.de

    Gastronomy supplier
    http://www.frischepartner.de

    Fitness trainer for companies
    inbewegung.info

    Advertising agency
    hilt-griesbaum.de

    Blog of a Lector
    http://www.wortladen.com

    Hmm. Is it possible that this bug is included in Enfold 4.8 too?
    We tried to open manual links in a Notification-Element in a new Window. No chance.
    Link in a new Window not working.
    Best regards,
    Mischa

    in reply to: Alternate Menu for Mobile Not Displaying #1266516

    Same Problem at this website with WordPress 5.6 and Enfold Version: 4.7.6.4: http://www.ibix.de :-(
    The alternate menu for mobile shows a blank Menu.

    in reply to: How to remove debug information in 4.3 #966398

    Thank you @Guenni007 that solved my problem.

    In my case there was an old php code in my child-themes ‘header.php’. After i replaced a few lines of code with the newest from the parent themes “header.php” it worked.

    Same error here. Fixed it with updating the modified header.php in our child-theme! Thanks for assistance!

    in reply to: Enfold Feature Requests #238658

    get slider focused or selected to allow the alternative keybard (arrow-keys) navigation direktly after loading a page.

    in reply to: Enfold Feature Requests #230150

    What’s about integration of a image slide-style like portfolio.js?
    portfoliojs.com
    The benefit of this gallery type is that all the images can be scrolled horizontal no matter if the picture was taken in portrait orientation or landscape format. Photographers often take their pictures in a narrow portrait format.

    • This reply was modified 11 years, 1 month ago by Mischa.
Viewing 12 posts - 1 through 12 (of 12 total)