Forum Replies Created
-
AuthorPosts
-
March 24, 2025 at 10:30 am in reply to: Broken Audio Player Playlist- Element in Avia Editor – Enfold 7.0 & 7.0.1 #1480036
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,
MischaMarch 21, 2025 at 4:56 pm in reply to: Broken Audio Player Playlist- Element in Avia Editor – Enfold 7.0 & 7.0.1 #1479874Hi Rikard.
I’ll send you WordPress and FTP credentials asap.
Have a nice weekend!
MishaMarch 20, 2025 at 10:02 am in reply to: Broken Audio Player Playlist- Element in Avia Editor – Enfold 7.0 & 7.0.1 #1479784Thank 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.3Console-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.
February 20, 2023 at 2:54 pm in reply to: Bug: no sqare brackets in avia form subject possible #1398629May 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.orgMany 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
—March 19, 2021 at 4:42 pm in reply to: Icon Box icon not displaying if Open in new window AND link applied to icon #1289236Hmm. 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,
MischaSame 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.Thank you @Guenni007 that solved my problem.
May 24, 2018 at 4:53 pm in reply to: Default Lightbox must be activated for this feature to work #961687In 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.
May 15, 2018 at 11:24 am in reply to: Lightbox Modal Window no longer working after update to 4.3.1 #956900Same error here. Fixed it with updating the modified header.php in our child-theme! Thanks for assistance!
get slider focused or selected to allow the alternative keybard (arrow-keys) navigation direktly after loading a page.
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.
-
This reply was modified 1 week, 4 days ago by
-
AuthorPosts