Hey hochenb,
Thank you for your question, mobile browsers such as Safari and Chrome block background videos from auto-playing, this has been the standard for for many years, this is why there is a notice in the elements:

Some plugins offer “Hacks” around this, but Safari and Chrome block more of these “Hacks” with each update, Enfold follows the browser rules and doesn’t add these “Hacks”
The LayerSlider may play a background video on mobile devices, but it is unknown how long this will work.
As for the fallback image not loading on tablets, I tested this with the color section, I added a Background Video and checked the option Hide Video On Mobile Devices:

then I added a Custom Background Image for mobile & tablets:

Now on desktop the background video plays:

and on tablet the background image shows:

below I have linked to my test page, are these the steps you tried, if not please explain and link to your test page.
I will point out that I don’t have an actual tablet device so I tested with the Dev Tools in Chrome and BrowserStack.com which uses real devices, the standard iPad showed the background image:

and the iPad Pro showed the background video, so that was an added bonus:

Best regards,
Mike
Hi,
Glad Guenni007 could help, thank you Guenni007, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hello
What happens when you enable the Clone Title Menu Items To Submenu option in the Enfold > Main Menu > Burger/Mobile Menu tab?
It even doesnt work if I create a clone of the title menus! So it is a bug of the Enfold Theme. Could you please hotfix this in the next update?
In the meantime I will have to use the css classes, which is kinda annoying, but it works :)
Best regards
Hi gabrimore98,
You can align them top by adding this CSS code in Enfold > General Styling > Quick CSS:
#top .av-tab-section-tab-title-container .av-section-tab-title {
vertical-align: top;
}
If you want it to be inside a circle, then you can use this code instead:
#top .av-tab-section-tab-title-container .av-section-tab-title {
vertical-align: top;
border: 2px solid white;
border-radius: 50%;
min-height: 134px;
margin-left: 5px;
margin-right: 5px;
}
Best regards,
Nikko
Hey schweg33,
This seems to be a duplicate of another thread you have opened, I replied here we will close this one and continue in the original thread.
Thank you for your patience and for using Enfold.
Best regards,
Mike
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hey Stephen,
This error means that you are using the theme plus documentation zip file, not the installable theme zip file, as you see when you extract the file it includes extra files and folders:

You want to use the install-only zip file, or extract the “enfold.zip” from your zip and install it, I did this for you.

Best regards,
Mike
Hi
*Please only try to fix this error on a Saturday or Sunday to minimise interruption of service*
Problem:
When I try to install the latest version of ENFOLD via Theme Upload in the WP dashboard, I get this error:
====
Installing theme from uploaded file: themeforest-MJmgq4XB-enfold-responsive-multipurpose-theme.zip
Unpacking the package…
Installing the theme…
The package could not be installed. The theme is missing the style.css stylesheet.
Theme installation failed.
====
Thanks
-
This topic was modified 3 years, 5 months ago by
envato99.
Hi,
You don’t have to contact anyone when you transfer your site, but I would advise that you only register the live site: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
Luca
Hi Rikard!
So the development site and production one must be the same, right? I think in my case the development site would be “localhost/something” and the production one is on a different domain, so where do I manage domains on which I want to have Enfold activated? Or can I have Enfold on both of those domains? Regarding the refund, how does it work?
Thanks!
Hi,
This code is working in a Text Block element when I try it:
<img src="[acf field='field_634abece8f014']" />
Second image is using that code: https://wpexpert.se/enfold/acf-image-test/
Best regards,
Rikard
LucaGuest
Hi, I have to develop a site and while browsing themeforest I noticed Enfold. I wanted to ask if at the license level it was possible to install the template on the site I have on my local server and then upload it to my hosting. From a licensing standpoint, does my purchase is only applied to one domain so there might be problems? Or I can use the license on as many domains I want? In case I am not satisfied with the purchase (which I don’t think I will be) is there any provision for a refund?
Thanks for your attention and helpfulness!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hey Moh Aziz,
Please login into the support forum and open a new thread, you have asked your question through the contact form which is not for support requests.
If you have not registered to our support forum yet you can do so here.
Thank you for your understanding and for using Enfold.
Best regards,
Mike
Hi,
Thanks for that, I’m guessing that those are calls being made from LayerSlider. What happens if you deactivate the bundled LayerSlider under Enfold->Layout Builder?
Best regards,
Rikard
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi luismc83,
You can follow the instructions in https://kriesi.at/documentation/enfold/icon/#adding-your-own-fontello-or-flaticon-icons-
Once the custom font icon is registered in Iconfont Manager, that icon should show up in the options.
Hope this helps.
Best regards,
Nikko
Hey mediaapps,
You can set that under Enfold->Advanced Styling, using the Main Menu Links option.
Best regards,
Rikard
Guten Morgen und vielen Dank für die Antwort.
Im Backend zeigt das Plugin folgendes an, wenn ich zwischen den Admin-Seiten wechsle:
“Fehlende Abhängigkeiten avia_template_save_js”
“GET https://repository.kreaturamedia.com/v4//data/ls-wp/ cURL error 28: Connection timed out after 5003 milliseconds LS_RemoteData::updateSource()”
“GET https://repository.kreaturamedia.com/googlefonts/fonts.json cURL error 28: Connection timed out after 5003 milliseconds LS_RemoteData::updateSource()”
Und bei “Komponente” steht immer “Theme” – ist zZ das ENFOLD aktiv.
Der Aufruf dauert ca 11 Sekunden, bis man was sieht.
Schöne Grüße
Hey bimsenfold,
Thanks for the login token. The post specific CSS files where not being found for some reason, so I added a filter to remove that functionality in functions.php for you:
/**
* Filter to skip css file generation.
* You can add logic to skip for certain pages/posts only.
*
* @since 4.8.6.1
* @param boolean $create
* @return boolean true | false or anything else to skip generation of css file
*/
function custom_avf_post_css_create_file( $create )
{
return false;
}
add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
Could you check if everything is working as it should now please?
Best regards,
Rikard
Hi Marcy,
A caching plugin is supposed to serve cached content, and that is likely what it did when your changes didn’t show up. If this should happen again, then please try to clear all caches from the plugin, then try loading the page in question in a private browser window. You could also try toggling the file compression options under Enfold->Performance, or try to activate the option to delete all old CSS and JS files on the same page.
Best regards,
Rikard
Hi Ben,
Thanks for giving us admin access and I apologize for the delayed response.
This is now fixed on your site.
I have set the two columns to Stretch to fit.
Then set Custom CSS Class to no-margin for the video and then added this CSS code in Enfold > General Styling > Quick CSS:
.no-margin {
margin: 0 !important;
}
Please review your site.
Best regards,
Nikko
Hi mvi,
Yes that’s possible, try to give those section an ID, for example mysection (use any name) and then in Enfold > General Styling > Quick CSS then add this CSS code:
#mysection {
min-height: 365px;
max-height: 365px;
}
Hope this helps.
Best regards,
Nikko
Hallo zusammen,
ich habe es eben getestet:
Reine WP Installation mit Standard Theme läuft wie der Roadrunner.
Sobald ich das Template ENFOLD aktiviere wird das Backend extrem langsam. Selbst einfache Änderungen oder Wechsel zu anderen Unterseiten im Backend (Beiträge, Seiten, usw.) dauern eine gefühlte Ewigkeit.
Was kann ich da machen?
P.S.: Ich muss eine Website zeitnah aufsetzen und möchte gerne wieder das ENFOLD als Template nutzen, daher meine Bitte um schnellstmögliche Lösungsvorschläge :-)
Gute N8
Moh AzizGuest
Dear Kriesi support,
How to make validation messages appears below every input in Contact Form in Enfold theme?
thank you.
Hi Lene,
Please try to add the CSS under Enfold->General Styling->Quick CSS.
Best regards,
Rikard
Hi David,
Yes, Enfold is compatible with WooCommerce Bookings plugin :)
Best regards,
Yigit