Forum Replies Created
-
AuthorPosts
-
July 17, 2025 at 6:33 am in reply to: Repeated MIME Type Error on Multiple ENFOLD Sites Using JavaScript Merging #1486907
Hey Ben,
Thank you for the inquiry.
The theme generates the avia-footer-scripts and dynamic stylesheets, merge them if necessary based on the current theme settings and loads them using default WordPress functions like wp_enqueue_script or wp_enqueue_style. However, the MIME type and content headers are entirely handled by your server (Apache, NGINX, etc.) when serving those files, not by WordPress or the theme. This issue is likely related to your server configuration or possibly one of your plugins modifying headers. We recommend forwarding this thread to your hosting provider — they might be able to help identify what’s causing the incorrect MIME type.
An alternative is to disable the default file compression and use the compression features provided by your cache plugin, if available. You can also install dedicated compression plugins such as Autoptimize or BWP.
Let us know if you need more info.
Best regards,
IsmaelJuly 17, 2025 at 6:12 am in reply to: What is the JS file (and path) for the theme included “Cookie Consent” bar? #1486906Hi,
Thank you for the update.
The cookie consent wrap is hidden on both sites when we checked. The browser seems to be creating a css rule that hides the cookie consent elements.
.avia-cookie-consent-wrap { display: none !important; }We tried overriding it but it doesn’t work.
.avia-cookie-consent-wrap { display: block !important; }The issue doesn’t occur on our own installation, so it’s probably caused by a plugin or a custom modification.
(moved to private field)
We may need to login to the site to further investigate the issue.
Best regards,
IsmaelHey Antonio,
Thank you for the inquiry.
You can use this css code to position the image beside the language selector.
#top .av_header_transparency #header_meta li.lang-item { padding-left: 30px; } #top .av_header_transparency #header_meta li.lang-item:before { content: url(https://39897976.servicio-online.net/wp-content/uploads/2025/07/mundo-3.png); position: absolute; left: 0; top: -5px; }Best regards,
IsmaelHey NicomIT,
Thank you for the inquiry.
The header seems to be displaying correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur, or Dropbox.
This is how it looks on our end:
Best regards,
IsmaelJuly 16, 2025 at 9:49 am in reply to: Cookie Popup verwirrend. Schalterfarbe Grün wenn Schalter aus/deaktiviert? #1486857Hi,
Great! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
You have to edit the parent item (Chi siamo) and disable the “Use as Mega Menu” option. Please check the screenshot below:
Best regards,
IsmaelJuly 16, 2025 at 7:29 am in reply to: Cookie Popup verwirrend. Schalterfarbe Grün wenn Schalter aus/deaktiviert? #1486851Hi,
Thank you for the update.
You can try this css code to move the handle to the right when enabled and to the left when disabled.
#top .av-toggle-switch .toggle-track:before { right: 27px; } #top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track:before { right: 0; }Please toggle or temporarily disable the Enfold > Performance > File Compression settings after adding the modification.
Best regards,
IsmaelJuly 16, 2025 at 7:21 am in reply to: EILT! Enfold-Template 5.7 Aktualisierung auf die neueste Version #1486850Hey Hans Edgar Puth,
Thank you for the inquiry.
Since the purchase code has been lost, you will need to purchase another license in order to update the theme. With the current version, you will no longer be able to update the theme automatically via the dashboard, so you’ll need to upload the latest version to your server manually via FTP. Please check the documentation below.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Unfortunately, it’s not recommended to make modifications directly in the parent theme, and we can’t help you trace back the modifications you made. We recommend installing a child theme and moving all template modifications there.
— https://kriesi.at/documentation/enfold/child-theme/
Let us know if you need more info.
Best regards,
IsmaelHey Marco,
Thank you for the inquiry.
Are you referring to the main menu? Please provide the site URL in the private field so we can check the issue further — a screenshot will also help.
Best regards,
IsmaelHey woogie07,
Thank you for the inquiry.
Have you tried using an image URL as the link for the Button element? This should trigger the lightbox and open the gallery that includes the images on the page. Let us know if this works for you.
Best regards,
IsmaelHey tebitron,
Thank you for the inquiry.
You can use the avf_contact_form_autoresponder_mail to filter the content of the autoresponsder message.
Example:
add_filter("avf_contact_form_autoresponder_mail", function($mail_array, $new_post, $form_params, $class) { $mail_array["Message"] = str_replace('true', 'Ja', $mail_array["Message"]); $mail_array["Message"] = str_replace('false', '', $mail_array["Message"]); return $mail_array; }, 10, 4);Let us know the result.
Best regards,
IsmaelJuly 16, 2025 at 7:09 am in reply to: CSS missing after CI deployment / sharing dynamic CSS with multiple instances #1486846Hey onlineprodcontent,
Thank you for the inquiry.
The dynamic css will be generated during these instances: importing a demo, saving the theme options, updating a page or toggling the file compression settings. We recommend to toggle or temporarily disable the file compression upon deployment or resave the theme options to regenerate the required resources.
Unfortunately, we can’t provide more details about the Docker setup because we’re not familiar with your compose settings. However, based on your description, each WordPress container is a clone of the original that shares the same volume, so it’s possible that a conflict occurs with the dynamic stylesheets. Are the WP containers accessible separately? Can you save the theme options for each container individually?
Best regards,
IsmaelJuly 16, 2025 at 6:12 am in reply to: Cookie Popup verwirrend. Schalterfarbe Grün wenn Schalter aus/deaktiviert? #1486844Hey ORC,
Thank you for the inquiry.
When the toggle has a color and the thumb or handle is positioned on the left, it means that it is enabled. If it’s gray and the handle is on the right, then it’s disabled.
These toggles are disabled:
These are enabled:
Best regards,
IsmaelHey Alex,
Thank you for the inquiry.
The font seems to be displaying correctly on our end. Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to upload and share the screenshot.
If you need to adjust the letter spacing, try to add this css code:
p { letter-spacing: 0.1em; }Result:
Best regards,
IsmaelHey amyncuih,
Thank you for the inquiry.
There is no option for this by default, but you might be able to apply the link using a custom script. Unfortunately, this type of modification is beyond the scope of support.
Please check the documentation below:
— https://www.w3schools.com/jsref/prop_loc_href.asp
— https://www.w3schools.com/jsref/met_element_addeventlistener.aspBest regards,
IsmaelHi,
Thank you for the update.
We checked the site, but we haven’t yet figured out why the featured image option is missing. Please try to clone the site to a staging environment, then provide the WP and FTP login details so we can investigate further.
Best regards,
IsmaelHey Michael Canger,
Thank you for the inquiry.
The mobile menu seems to be displaying correctly on our end. Did you manage to resolve this? Please check the screenshot below.
If the issue persists, please provide a screenshot using platforms like Savvyify, Imgur or Dropbox.
Best regards,
IsmaelHey whdsolutions,
Thank you for the inquiry.
You can add this code to the functions.php file to override the default layout of the shop page.
add_action( 'init', 'avia_woocommerce_sidebar_pos_left_cb' ); function avia_woocommerce_sidebar_pos_left_cb() { remove_filter( 'avf_sidebar_position', 'avia_woocommerce_sidebar_pos', 10 ); function avia_woocommerce_sidebar_pos_left( $sidebar ) { if( is_product() ) { $sidebar = 'sidebar_left'; } return $sidebar; } add_filter( 'avf_sidebar_position', 'avia_woocommerce_sidebar_pos_left', 10, 1 ); }Let us know the result.
Best regards,
IsmaelJuly 15, 2025 at 5:45 am in reply to: Create a page with the portfolio content and a side menu so we can search and fi #1486780Hi,
There is no option to sort the order of the categories and will require modifications that are beyond the scope of support. You may need to use a third party sorting plugin such as FacetWP, but it will require some template modifications.
For this type of customization, you can contact Codeable.
— https://kriesi.at/contact/customization
Thank you for understanding.
Best regards,
IsmaelHey dburton77,
Thank you for the inquiry.
Yes, you have to put the tracking code in the Enfold > Google Services > Google Analytics > Google Measurement ID field. This is the only way the theme can detect if the tracking script is present on the site and allow the privacy cookies to control it.
Best regards,
IsmaelHi,
Great! Glad to know that his has been resolved. Please don’t hesitate to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
Try to include this css code to remove the read more link with arrow.
#top .bloglist-simple .read-more-link { display: none; }This should remove these elements.
Best regards,
IsmaelHi,
i have 2 Elements to show side-by-side on the webpage front-end by changing their style width to 1/2.
The reason the elements got split is that the empty line adds a br tag even on the frontend. The filter we provided above should remove those line breaks. Try to avoid placing the empty line element within rowed elements.
Best regards,
IsmaelHey nebuddlho,
Thank you for the inquiry.
The document should scroll a bit after clicking on the toggle to focus on the content or the toggle heading, but not all the way to the top. We can’t reproduce the issue on our local installation, so it’s probably a conflict with a plugin or a custom modification. Please try deactivating the plugins temporarily, remove all custom modifications, purge the cache, and then test it again. Let us know the result.
Best regards,
IsmaelHi,
Thank you for the update.
We tried adding the code to the functions.php file around line 43, but encountered an error afterward. Would you mind posting the FTP details in the private field so we can investigate the issue further? Where exactly did you add the code?
Best regards,
IsmaelJuly 14, 2025 at 6:30 am in reply to: Horizontal Gallery Image Size does not change on mobile #1486724Hey Blatze,
Thank you for the inquiry.
Have you tried using a different image element, maybe a slider (Fullwidth or Fullscreen), on mobile view instead of the Horizontal Gallery element? If you need the slider to resize based on the dimensions of the images, you can use the Fullwidth Easy Slider. Let us know the result.
Best regards,
IsmaelJuly 14, 2025 at 6:24 am in reply to: Background Image in Header Appears Zoomed on Physical iPad Device #1486723Hi,
Great! Glad to know this has been resolved. Please feel free to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Thank you for the info.
Yes, unfortunately, the Enfold Numeric Captcha can be easily bypassed nowadays. We recommend activating Google reCAPTCHA or use a more advanced contact form plugin with security-related extensions, such as Contact Form 7, Gravity Forms, or WPForms. Please check the links below.
— https://wordpress.org/plugins/contact-form-7-honeypot/
— https://wpforms.com/docs/how-to-set-up-and-use-recaptcha-in-wpforms/We’ll keep the thread open.
Best regards,
IsmaelHey earthnutvt,
Thank you for hte inquiry.
Make sure the aspect ratio of the images is square. Remove any text from the image and use it instead as the Grid Item Title of the icon flipbox item. If that’s not possible, you can add the following css code to make sure the entire image is visible, but the image size may not stay proportional to the flipbox content.
#top .avia-icon-grid-container .avia-icongrid-flipbox .avia-icongrid-wrapper .avia-icongrid-front.bg-img:before { background-size: contain; }Best regards,
IsmaelHey cuccarini,
Thank you for the inquiry.
We can’t reproduce the issue with the featured image on our installation, so it’s possible that it’s caused by a plugin or a custom modification.
Regarding the enfold-child notice or warning, you need to add the template declaration at the very top of the style.css file.
/* Theme Name: Enfold Description: <strong>A superflexible and responsive Business Theme by Kriesi</strong> - Update notifications available on Facebook and via newsletter: - <a href='http://www.facebook.com/pages/Kriesi/333648177216'>Join the Facebook Group</a> - <a href='http://kriesi.at/newsletter'>Subscribe to our Newsletter</a> Version: 7.1.1 Author: Kriesi Author URI: https://kriesi.at License: Themeforest Split Licence License URI: - Theme URI: kriesi.at/themes/enfold/ Envato_ID: 4519990 */ /* * PLEASE DO NOT EDIT THIS FILE! * * This file is only in your themefolder for WordPress to recognize basic theme data like name and version * CSS Rules in this file will not be used by the theme. * Instead use the custom.css file that is located in your themes /css/ folder to add your styles. * You can copy a style rule from any of your css files and paste it in custom.css and * it will override the original style. If you just want to add small css snippets you might also * want to consider to add it to the designated CSS option field in your themes backend at: Theme Options->General Styling */Looks like you’ve made some css modifications and removed this part.
Best regards,
Ismael -
AuthorPosts
