Forum Replies Created
-
AuthorPosts
-
Hey Munford,
Thank you for the inquiry.
You don’t need to add avia_load_shortcodes unless you’re overriding or creating new builder elements or shortcodes. To hide the mute button on mobile, make sure to add the following code above the css media query.
.custom-mute { display: none; }Let us know the result.
Best regards,
IsmaelHi,
Thank you for the update.
It’s possible that there are unclosed or invalid css media queries in the Quick CSS field. Please make sure all css rules are valid and properly closed. If you can provide the login details, we’ll be happy to check it for you.
Best regards,
IsmaelHi,
Thank you for the update.
We noticed that the custom css class is only applied to certain special heading elements. To simplify things, instead of applying the custom css class directly to the special heading elements, add it to the color section containing the columns, and then use the following css code:
#top .locationscolumn .av-special-heading { min-height: 95px; }Best regards,
IsmaelHey jkorsower,
Thank you for the inquiry.
The gallery is currently set to use zoom instead of the lightbox, which is the default behavior for the Woocommerce gallery. To use the default lightbox, please look for the Enfold > Shop Options > Product Gallery settings and select Default Enfold product gallery, as shown in the screenshot below.
Best regards,
IsmaelHey mary301187,
Thank you for the inquiry.
Please add this css code to align the icon with the heading.
.avia-icon-list .av-iconlist-empty .iconlist_title { margin-top: 0; } #top .avia-icon-list-container ul li { display: flex; align-items: center; } #top .avia-icon-list-container ul li .iconlist_icon { min-width: 64px; }Best regards,
IsmaelHi,
Thank you for the update.
How did you upload the icons? Please provide the login details in the private field so we can inspect the issue.
Best regards,
IsmaelHey dondela,
Thank you for the inquiry.
Have you tried using the preloader option? Please toggle the Enfold > Theme Options > Page Preloading option, then configure the settings as needed.
Best regards,
IsmaelHi,
Thank you for the update.
Please try to update the modification with the following css:
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area, .wpcf7 input[type=date] { -webkit-appearance: none; width: 100%; margin-bottom: 0; display: inline; min-width: 50px; padding: 13px; border-radius: 2px; border: solid 1px #e1e1e1; background: none; }Let us know the result.
Best regards,
IsmaelAugust 27, 2025 at 7:37 am in reply to: Size of the image element in a grid row // Größe des Bildelements #1488586Hi,
Thank you for the update.
1.) The selector would be “#top .avia-image-container.customclass .avia-image-container-inner img” since the custom class is applied to the parent container.
2.) Set the margin to “0 auto” to align the image to the center.
#top .avia-image-container.customclass .avia-image-container-inner img { margin: 0 auto; }Best regards,
IsmaelHi,
Thank you for the update.
You can adjust the Automated Schema.org HTML Markup option in the Enfold > SEO Support panel as shown in the screenshot below.
Best regards,
IsmaelHi,
Thank you for the info.
It seems to be an issue with the mega menu links. We edited the enfold/js/avia-snippet-hamburger-menu.js file and updated some blocks of code. This seemed to have fixed the issue.
— https://pastebin.com/ZKyBy7JZ
Best regards,
IsmaelHi,
To correct the display on desktop view, please add this css code:
.av-layout-tab-inner .container { max-width: 100vw; }Make sure to add this before the previous css code above.
Result:
Best regards,
IsmaelAugust 27, 2025 at 6:49 am in reply to: Gallery image large with lightbox – change icon to camera or gallery icon #1488582Hey woogie07,
Thank you for the inquiry.
Which icon are you trying to change, and what do you mean by “CMS to change”? Please elaborate or create a test page so we can better understand what you’re trying to do.
Best regards,
IsmaelHey lara666,
Thank you for the inquiry.
The button in the screenshot looks different compare to the button in the actual contact page. Did you figure this out?
Best regards,
IsmaelHey Anne,
Thank you for the inquiry.
Yes, you can disable the default schema markup option from the theme, then install plugins such as Schema or Structured Content.
— https://wordpress.org/plugins/schema/
— https://wordpress.org/plugins/search/structured+content/You can also use Yoast’s schema framework: https://yoast.com/features/structured-data/
Best regards,
IsmaelAugust 26, 2025 at 6:44 am in reply to: Flyout Menu Sub Sub Menu Colors – Mobile and Desktop #1488527Hi,
Thank you for the inquiry.
You could apply a different color to the third-level menu items.
#av-burger-menu-ul li.av-show-submenu > .sub-menu > li > a > .avia-menu-text { color: #ed8800; } #av-burger-menu-ul li.av-show-submenu > .sub-menu > li > .sub-menu > li a > .avia-menu-text { color: #c1af97; }Result:
Best regards,
IsmaelHey Chris,
Thank you for the inquiry.
What happens when you add this css code?
#top .avia_ajax_form .text_input, #top .avia_ajax_form .select, #top .avia_ajax_form .text_area { -webkit-appearance: none; }Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache to make sure that the changes take effect.
Best regards,
IsmaelHey Hugo,
Thanks for reaching out. Please continue here: https://kriesi.at/support/topic/couloirs-are-changing-by-them-self/
Best regards,
IsmaelHey droomvanzwolle,
Thank you for the inquiry.
The colors of the sites look different when we checked. Did you figure out the issue? There’s no way the options of one site would influence the other unless you manually imported the theme options to the other site. Let us know if the issue persists.
Best regards,
IsmaelHi,
Thank you for the update.
Regarding the logo, you can use the avf_logo filter to display a different logo image on specific pages
function av_change_logo($logo) { if (is_page(9)) { $logo = 'http://kriesi.at/wp-content/themes/kriesi/images/logo.png'; } return $logo; } add_filter('avf_logo', 'av_change_logo');— https://developer.wordpress.org/reference/functions/is_page/
If you have more questions, please feel free to open another thread: https://kriesi.at/support/forum/enfold/#new-post
Best regards,
IsmaelHi,
No problem! Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHey lauragale2020,
Thank you for the inquiry.
We can reproduce the issue, but we are not yet sure what is causing it. We found this error in the console.
Uncaught TypeError: Cannot read properties of undefined (reading ‘hash’)
at HTMLLIElement.(avia-snippet-hamburger-menu.min.js?ver=7.1.2:1:2033)
at ce.each (jquery.min.js?ver=3.7.1:2:3129)What happens if you remove the Patient Portal menu item, or adjust the current link using a URL shortener such as https://bitly.com/? The link pattern in the Patient Portal menu item seems to be causing the script error above.
Best regards,
IsmaelHey lauragale2020,
Thank you for the inquiry.
Adding this css code should help limit the content within the tab section element.
/* Mobile Styles ================================================== */ /* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */ @media only screen and (max-width: 767px) { /* Add your Mobile Styles here */ .responsive #top #wrap_all .av-layout-tab-inner .container { width: 100vw; max-width: 85%; margin: 0 auto; } }Result:
Best regards,
IsmaelHey lauragale2020,
Thank you for the inquiry.
Since the sizes of the images and the button element are the same, and only the content or the Special Heading element varies in height, try applying a Custom CSS Class to the Special Heading elements, then set a minimum height using custom css.
Example without a custom css class:
#top .av-special-heading { min-height: 95px; }Let us know if you need more info.
Best regards,
IsmaelHey amollde,
Thank you for the inquiry.
Have you tried uploading the pub name or text as an image? You can create an image file using any image editor, such as Photoshop. Add the pub name as text, save the file as a PNG with a transparent or white background, then upload it as a logo in Enfold > Theme Options. Let us know the result.
Best regards,
IsmaelHi,
Great! Glad to know you’ve considered using Layer Slider. Feel free to reach out if you have any more questions. Have a nice day.
Best regards,
Ismael -
AuthorPosts





