Forum Replies Created
-
AuthorPosts
-
Hey Christian,
Thank you for the inquiry.
Try to add this filter in the functions.php file to keep the html in the excerpt, but make sure not to add < link > tags to the html because it will break the masonry element.
function avf_custom_masonry_loop_entry_content_mod($loop_excerpt, $entry) { $loop_excerpt = $entry->post_excerpt; return $loop_excerpt; } add_filter('avf_masonry_loop_entry_content', 'avf_custom_masonry_loop_entry_content_mod', 10, 2);
Best regards,
IsmaelHi,
We may need to login to the site to properly check the issue. Please provide the site URL and login details in the private field. Make sure that the Appearance > Theme File Editor is accessible.
Best regards,
IsmaelHey iveyeng,
Thank you for the inquiry.
Please try to use this css code to adjust the font size of the list items:
div.entry-content-wrapper ol li, div.entry-content-wrapper ul li { font-size: 13.5px; }
Let us know the result.
Best regards,
IsmaelAugust 29, 2025 at 6:33 am in reply to: GridRow on Mobile – mobile query to make cell full width #1488695Hey CharlieTh,
Thank you for the inquiry.
If you’re trying to make the cell full width on mobile view, try to add this css code:
@media only screen and (max-width: 768px) { /* Add your Mobile Styles here */ #grid-row-sermon-gallery .flex_cell.av-m1468vbg-aa3f6b6b11bc30df82c6c9554edf7f0c { width: 100%; } #grid-row-sermon-gallery .av-2te0nv-4f0f2b30b99a498ec3744ad012ed1f73 { display: none; } #grid-row-sermon-gallery .flex_cell_inner .avia-slideshow li img { min-height: 300px; object-fit: cover; } }
Best regards,
IsmaelHi,
When we access link #2, we are redirected to a page with a custom interface containing an audio excel uploader and what looks like an audio list. Unfortunately, we do not provide support for third-party modifications or plugins that are not natively supported by the theme. As mentioned above, we recommend reaching out to the plugin developers for further assistance with the custom feature.
Thank you for your understanding.
Best regards,
IsmaelHey Tobias,
Thank you for the inquiry.
The issue lies in step 2 of your workflow. When switching to the Advanced Layout Builder, all default elements, such as the title, will not be included automatically. You’ll need to add these manually. The excerpt will also not be generated automatically, so you must enter it in the Excerpt field.
We recommend switching back to the default editor if you want the default post elements to display and the excerpt to be generated automatically.
Best regards,
IsmaelHi,
Please refer to this documentation to learn more on how to properly insert templates into the Advanced Layout Builder: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#templates
Look for the template named “4 Column Special Heading BG” and adjust it as needed.
Best regards,
IsmaelHi,
Thank you for the clarification.
Please add this css code to adjust the minimum width of the submit button:
#top #wrap_all .main_color .button, .main_color #submit, #top #wrap_all .contact-form :is([type=submit],button:not([type=reset])) { min-width: 80px; }
Best regards,
IsmaelHi,
Great! Glad to know the modification is working. Let us know if you have more questions. Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect. Let us know the result.
Best regards,
IsmaelHi,
Could it be that IOS blocks the datepicker settings?
Yes, based on other threads, iOS enforces its own style and behavior for input fields with the type date or date picker. We recommend reaching out to the plugin developers for additional assistance with this issue.
You can try this script to convert the date input field to a normal text field, but we can’t guarantee it will resolve the issue.
function ava_custom_script() { ?> <script> // convert input date to text document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('input[type="date"]').forEach(function(input) { input.setAttribute('type', 'text'); input.setAttribute('readonly', 'readonly'); }); }); </script> <?php } add_action('wp_footer', 'ava_custom_script', 9999);
Best regards,
IsmaelHi,
We’re not yet sure what’s causing the issue with the search icon. Did you modify the header.php file or override any templates in the child theme? Please provide the login details in the private field so we can inspect the issue further.
Best regards,
IsmaelHey schweg33,
Thank you for the inquiry.
Would you mind providing a screenshot of the issue? You can use platforms like Savvyify, Imgur or Dropbox to share the image.
The log points to a modification or feature in the enfold-child/at-audio-libraries/lib/audio/AtAudioLibraryManager.php file. Have you tried temporarily disabling this file or feature? You may need to ask the developer to review the modification.
Best regards,
IsmaelAugust 28, 2025 at 8:22 am in reply to: Warum wird bei einem Link auf Akkordeon die Überschrift nicht angezeigt? #1488644Hi,
Great! Glad to know that the issue has been resolved. If you want to use a custom toggle ID instead of the default (#toggle-id-1, #toggle-id-2 etc.), edit each toggle item, go to Advanced > Developer Settings, and enter the desired toggle name in the Custom Toggle ID field.
Feel free to open another thread if you have more questions.
Have a nice day.
Best regards,
IsmaelHi,
Thank you for the update.
We actually removed the is_single conditional function from the avf_post_featured_image_link filter. Please update the code.
— https://kriesi.at/support/topic/post-preview-image-display-issue/#post-1488334
Best regards,
IsmaelAugust 28, 2025 at 8:12 am in reply to: Code block change seems to have affected page display? #1488642Hi,
Thank you for the update.
originally had the four buttons in one line – now they break onto a second line.
Have you tried increasing the value in Enfold > General Layout > Dimensions > Maximum Container Width? It’s currently set to 1010px. Increasing it to the default value of 1310px should help.
Best regards,
IsmaelHey 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,
Ismael -
AuthorPosts