Forum Replies Created
-
AuthorPosts
-
July 28, 2025 at 6:59 am in reply to: disable or expand hover off state in icon circles element #1487272
Hey sky19er,
Thank you for the inquiry.
This is possible, but you will need to directly modify the file at enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.js and then compress or minify it to enfold/config-templatebuilder/avia-shortcodes/icon_circles/icon_circles.min.js. Remove the following block of code around line 57:
container.on( 'mouseleave', function() { logos.removeClass('active'); logoText.removeClass('active'); container.removeClass('active-container'); });Let us know the result.
Best regards,
IsmaelHey christianh150,
Thank you for the inquiry.
Did you create a custom GTM event for the form-submission? Please check this article and watch the video for more info.
— https://support.google.com/analytics/answer/12229021?sjid=3714059059832338320-NC
— https://www.youtube.com/watch?v=QmEOPuJr05wLet us know if you need more info.
Best regards,
IsmaelHi,
We’re unable to reproduce the issue, but the css modification should prevent the lightbox containers from wobbling while swiping. You can also try this css:
#top .mfp-wrap { overflow: hidden; touch-action: none; }Let us know the result.
Best regards,
IsmaelHey Caitlin,
Thank you for the inquiry.
You need to install the Classic Widgets plugin to disable the block editor and revert to the default widgets interface. After activating the plugin, you should be able to create the “header” widget area as shown in the screenshot below.
Let us know if you need more info.
Best regards,
IsmaelHey dburton77,
Thank you for the update.
We may need to access the site to properly check the issue. We didn’t find any site information in the previous thread.
— https://kriesi.at/support/topic/google-analytics-loaded-in-footer/
You can remove the code to relocate the tracking script to the footer, which is the default placement.
Best regards,
IsmaelHey jnightingale,
Thank you for the inquiry.
The site is currently in maintenance mode, so we’re not able to access it — we may need to log in. Regarding the menus, please make sure that the current main menu is set as the “Enfold Main Menu” in the Appearance > Menus panel. Kindly refer to the screenshot below.
Let us know the result.
Best regards,
IsmaelHi,
Great! Feel free to open another thread if you have more questions. Have a nice day.
Best regards,
IsmaelHey Russell,
Thank you for your interest in Enfold.
The videos are not accessible, so we’re not able to view them. In any case, the theme comes with built-in demo content, so you don’t need to start from scratch. You can simply import a demo and then incorporate your existing designs, images, and content to match what you have in mind. It’s very user-friendly, with plenty of customization options and a powerful Advanced Layout Builder where most of the content creation and site building will take place.
If you have any questions or need help with development, feel free to reach out to us here in the forum — we’re happy to help.
You can preview the available theme demos below.
— https://kriesi.at/themes/enfold-overview/
To help you get started, please check out the documentation.
— https://kriesi.at/documentation/enfold/
Let us know if you have any more questions.
Best regards,
IsmaelHi,
Sorry for the troubles. We edited one of the portfolio items but we are not able to reproduce the issue — the item updated correctly after saving the featured image. Could you please provide a link to the portfolio item/s where you’re experiencing the issue? (see screenshot private field)
Best regards,
IsmaelHey Denise Chapman,
Thanks for reaching out.
The site was not loading when we visited it. If the automatic update in the dashboard is not working, you may need to download the latest version of the theme from your Themeforest account and manually upload it to your server via FTP. Please refer to the documentation below for more info on how to update manually via FTP.
— https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Let us know if you need more info.
Best regards,
IsmaelHi,
Thank you for the update.
You can import the JSON file using the ACF > Tools > Import panel. Please refer to the screenshot below.
Best regards,
IsmaelHey fiorettipau,
Thank you for the inquiry.
To disable the title and excerpt in the Masonry element, you can set the Content > Captions > Element Title and Excerpt to the last option (Display neither). Please check the screenshot below.
Best regards,
IsmaelHi,
Thank you for the update.
We may need to log in to the site to properly check the issue. Please create a test page, provide the login details in the private field and make sure that the theme version is 7.1.1.
Best regards,
IsmaelHi,
Thank you for the screenshot. We initially thought the first section contained a static image. To adjust the size of the video, try to add this css code.
#top .avia-video .mejs-container, #top .avia-video .mejs-container video { object-fit: cover; }Best regards,
IsmaelJuly 24, 2025 at 4:48 am in reply to: isplay the logo and main menu in the left sidebar, but hide them on certain land #1487170Hey PopCut,
Thank you for the inquiry.
The section on the left is actually considered the header, not the sidebar with the widgets. Unfortunately, there’s no available option to hide it on specific pages, but it can still be done with custom css. If you can share the pages where you want the logo and main menu hidden, we’ll help you with the right css changes.
Best regards,
IsmaelHey Collie-IT,
Thank you for the inquiry.
You need to fill in the Content > Button > Button Title Attribute in order to apply the aria-label attribute to the Button element. The same value will be used for both the title and aria-label attributes.
Best regards,
IsmaelJuly 23, 2025 at 10:42 am in reply to: on blogs page after feature images its shiow big space #1487149Hi,
Try to include this css code to disable the external link overlay.
#top .image-overlay.overlay-type-extern { display: none !important; }Let us know the result.
Best regards,
IsmaelHey maryenvato,
Thank you for the inquiry.
You may need to delete the translated posts and any related entries, then recreate them from scratch before translating them again. Please provide the site URL and login details so we can investigate the issue further.
Best regards,
IsmaelHi,
When the screen is like 1100px wide,
In the recent css code that we provided, try to adjust this line:
@media only screen and (max-width: 1024px) {Set the max-width value from 1024px to 1366px.
Let us know the result.
Best regards,
IsmaelHi,
It’s not a bug, maybe just a misunderstanding of how it should be used due to the lack of element description. This is the code for the empty_line element, which returns nothing when
$element['element_display']is set to"e-mail". As mentioned above, try to avoid using the empty_line element between columned or rowed elements./** * * @since 4.8.6.4 * @param string $id * @param array $element */ protected function empty_line( $id, array $element ) { if( isset( $element['element_display'] ) && 'e-mail' == $element['element_display'] ) { return; } $this->elements_html .= " <p id='element_{$id}' class='{$element['class']} av-form-empty-line '></p> "; }Please feel free to open another thread if you have more questions.
Thank you for your patience.
Best regards,
IsmaelHey barberajohn,
Thank you for the inquiry.
Have you tried using the Color Section element as a separator with a custom background color and height? Set the Section Height > Section Minimum Height to Minimum Custom Height in Pixel, specify the height value in the Section Minimum Custom Height In px field, then adjust the Styling > Background Colors > Custom Background Color.
Let us know how it goes.
Best regards,
IsmaelHey Maggie,
Thank you for the inquiry.
We couldn’t find the video on the home page or anywhere else on the site. Would you mind providing a screenshot of the issue or a direct link to the page containing the video element?
Best regards,
IsmaelHey BlutVampir,
Thank you for the inquiry.
We were not able to reproduce the issue on our end, so it’s probably caused by a third-party plugin or a custom modification to the theme. Please create a test page and provide the login details in the private field so we can check the issue further.
Best regards,
IsmaelHi,
Thank you for the screenshot.
We may need to log in to the site to properly investigate the issue. As requested previously, please clone the site to a staging environment, then provide the WP and FTP login details in the private field.
Best regards,
IsmaelHey John,
Thank you for the inquiry.
There is no dedicated video tutorial for the dynamic content and custom layout, but this documentation should help.
— https://kriesi.at/documentation/enfold/custom-layout-and-dynamic-content
Mike also created a few articles that should explain how to utilize ACF fields on custom layouts.
— https://savvyify.com/dynamic-content-custom-page-layouts-and-acf/
— https://savvyify.com/acf-custom-fields-in-woocommerce-products/Let us know if you need more info.
Best regards,
IsmaelHey plc_ratm,
Thank you for the inquiry.
Are you hosted on OVH? This is a known issue with demo imports on that specific provider. We have manually imported the content of the 2017 demo, including the theme options. Unfortunately, the images and the layer slider failed to import. You can now start editing the pages and replace the missing images with your own.
Let us know how it goes.
Best regards,
IsmaelHi,
The addition of the class first_form when the empty line is present is expected since the third form field (phone) is technically the first field in the new row. The empty line counts as a field, at least in how it’s rendered in the document, so the layout works as follows: first row – 1/2 field (email) + empty line; second row – 1/2 field (phone). This can be avoided by removing the empty line and using it only before or after full-width elements.
If you need to force the phone field to stay in the second row even when there’s an empty line in between, try adding this css code:
#top .avia_ajax_form p#element_avia_2_1, #top .avia_ajax_form p#element_avia_4_1 { clear: none !important; float: left; margin-left: 0; } #top .avia_ajax_form p#element_avia_4_1 { margin-left: 1%; }Best regards,
IsmaelHey no1uknowdfw,
Thank you for the inquiry.
You may need to reset the options in the Settings > Reading panel to their default values, or deselect the pages set there. Please provide the login details in the private field so we can investigate the issue further.
Best regards,
IsmaelHi,
Thank you for the update.
We’re not entirely sure what you mean by “Java Console”. Could you kindly clarify or share a screenshot to help us understand better?
Best regards,
IsmaelJuly 22, 2025 at 5:51 am in reply to: CSS missing after CI deployment / sharing dynamic CSS with multiple instances #1487095 -
AuthorPosts
