-
Search Results
-
Topic: Enfold elegant portfolio
Is it possible to instal Elementor pro plug in Enfold elegant portfolio?
If yes, is it possible to buy Enfold elegant portfolio template directly from you?Best egards
LucynaTopic: RESPONSIVE 2022
I notice that the avia website builder is already doing its job when rebuilding the pages, but the websites are always suboptimal in some parts. Example: the in-house enfold slider filled with text does not work responsively as it should.
In other common builders such as element0r or avada, it is now common practice to edit everything directly in the browser live and above all in the different screen sizes (which element is placed where and in what size). I only know from avia that elements are switched off.
I had already written a few lines of code so that the images of the slider are displayed properly, but it is not enough and you would have to go over it again so that the inserted headlines & text are displayed properly, e.g. on smartphones in portrait mode.
Will it still be necessary to write all this via CSS in 2022?
Or is there another setting that we don’t know?/***** HOMESLIDER MQ 481 > 777px *****/ @media only screen and (max-width : 777px) { .avia-slideshow-inner li { background-size: 100%!important; background-position: 50% 0!important; }} /***** HOMESLIDER MQ < 480px *****/ @media only screen and (max-width : 480px) { .avia-slideshow-inner li { background-size: 300%!important; }}Topic: contact form enfold
hi, I have a problem with the contact form of enfold 4.8.9.
Bots are able to send contact requests without checking the privacy policy box. and without solving the equation.
for the equation, ok, I can solve it with google recaptcha, but for the check on the privacy cookie policy I think it’s not normal, is there something wrong with this version of enfold?Thanks in advance
Dear Support Members, I am curious if there is a way to set a default setting for the hover effect on overview pages? On every product page I have a meta_box with settings for the hover effect:
Hover effect on Overview Pages
Do you want to display a hover effect on overview pages and replace the default thumbnail with the first image of the gallery?
• Default: No hover effect
• The other option is: Yes – show first gallery image …For my pages I use a altered code form your documentation (mentioned in #1341086):
add_action( 'after_setup_theme', 'ava_enfold_builder_layout_mod' ); function ava_enfold_builder_layout_mod(){ if ( is_page() ) { add_filter('avf_builder_elements', 'avf_enfold_builder_layout_settings_mod'); } } function avf_enfold_builder_layout_settings_mod($elements) { $counter = 0; foreach($elements as $element) { if($element['id'] == 'header_transparency') { $elements[$counter]['std'] = 'header_transparent'; } $counter++; } return $elements; }So could I write something like:
add_action( 'after_setup_theme', 'ava_enfold_builder_layout_mod' ); function ava_enfold_builder_layout_mod(){ if ( is_product() ) { add_filter('avf_builder_elements', 'avf_enfold_builder_layout_settings_mod'); } } function avf_enfold_builder_layout_settings_mod($elements) { $counter = 0; foreach($elements as $element) { if($element['id'] == 'product_hover') { $elements[$counter]['std'] = 'hover_active'; } $counter++; } return $elements; }I already did some tests, but with no success. My goal is to set the default to “yes” for all new products. Any chance to do that?
Cheers, Daniel
Hi Enfold-Support,
on this page, for example: https://boehmert.dev10.econsor-programming.de/teams/christoph-angerhausen/ there is an empty section with the ID “after_section_3” but there is no section implemented in the backend.
Its not only on this page. Heres another example: https://boehmert.dev10.econsor-programming.de/teams/mario-araujo/
Here are Screenshots from the frontend and backend. I styled the section in red in the dev tool for demonstration purposes. It hasn’t a color, actually.
https://imgur.com/a/5j0DUzEThanks in advance
Kind regards
emilconsor
Sehr geehrte Damen und Herren,
wir verwenden Enfold Child auf unserem geschlossenen Blog: https://bazuba.partners/
Wir benutzen das Plugin MailPoet um unsere User über neue Blog-Beiträge zu informieren.
Leider ist es so, dass im Newsletter der Vorschau-Text der Blogbeiträge nicht angezeigt werden, obwohl die vom Newsletter-Tool gezogen werden sollte.
MailPoet hat das analysiert und meinte, dass der Fehler nicht bei Ihnen liegt und wir uns an den Theme-Hersteller wenden sollen.Können Sie uns da weiterhelfen?
I’ve been using Enfold for years. Now there’s a new editing screen for layer slider. That’s no problem, it’s easy to use and intuitive. I saved my template and publish it and now it doesn’t show up anywhere.
I go to the page I’m editing and in the Advanced Layer Slider box it should show up in the drop down menu but it’s not there. When I open Layer Slider it shows me the imported template and when I click on it I go back to the editing page where my template shows all of my editing. I don’t see anything in the editor that indicates how to import into the website page.
How do I embed (import?) the new slider into my page?Hi there,
I have an error on my site and since it’s appeared it’s not allowing the Advanced Layout Editor to load.

I have disable all the plugins and still the problem persists.

I am running Enfold Version: 5.0.1
Wordpress: WordPress 6.0.1Error Details
=============
An error of type E_ERROR was caused in line 563 of the file /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php. Error message: Uncaught Error: Call to undefined function gutenberg_can_edit_post_type() in /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php:563Stack trace:
#0 /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(423): Avia_Gutenberg->can_use_block_editor(‘post’, true)
#1 /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(458): Avia_Gutenberg->init_force_classic_post_types()
#2 /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(533): Avia_Gutenberg->get_force_classic_post_types()
#3 /public_html/wp-content/themes/enfold/config-gutenberg/class-avia-gutenberg.php(661): Avia_Gutenberg->force_classic_editor(‘page’)
#4 /public_html/wp-includes/class-wp-hook.php(307): Avia_Gutenberg->handler_display_post_states(Array, Object(WP_Post))
#5 /public_html/wp-includes/plugin.php(191): WP_Hook->apply_filters(Array, Array)Thanks :)
This theme is conflicting with Hotel Booking lite plugin. We have changed the theme and things were working fine, but when we switch back to enfold the conflict occurs again.
What could be the possible solution to this conflict.
Thanks!
Viewing 30 results - 24,271 through 24,300 (of 244,541 total)
