Forum Replies Created
-
AuthorPosts
-
Hey dreyerjm,
Try this css:#intro.main_color .iconbox_icon.heading-color:before { color: #fff; }Best regards,
MikeApril 18, 2026 at 9:27 pm in reply to: Remove white link box behind Coalitions section items #1496893Hey dreyerjm,
Try this css:.main_color .avia-content-slider .slide-image { background: transparent; }Best regards,
MikeHey MORTULGAAH,
Please link to your page and tell us which element you are using.Best regards,
MikeHey jb84,
In the above css this is wrong:/* Sticky header on mobile */ @media only screen and (max-width: 767px) { .responsive #top #main } /* Margin top value should be equal to header height*/ margin-top: 0px; } .responsive #top #wrap_all #header { position: fixed; }You have a rouge closing bracket making the margin-top do nothing and also close the @media rule so the last rule works on desktop.
Your first snippet was correct:/* Sticky header on mobile */ @media only screen and (max-width: 767px) { .responsive #top #main { /* Margin top value should be equal to header height*/ margin-top: 0px; } .responsive #top #wrap_all #header { position: fixed; } }Best regards,
MikeHi,
Glad that Rikard could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeApril 17, 2026 at 9:36 pm in reply to: Using anchor links under large lazy load masonry gallery #1496882Hi,
Thank you for your patience, unfortunately changing the Isotope and the JavaScript calculation used would require the Dev Team to address this in the core files. Please create a request here for the Dev Team to review and you can follow along and share your input directly with them.Best regards,
MikeApril 17, 2026 at 9:22 pm in reply to: Enfold and Custom Type Fonts Manager for variable Fonts #1496880Hi,
Thanks for your patience, it sounds like you have this sorted out. If you would like the Dev Team to review a possible feature for this, please submit here.Best regards,
MikeHey Krishan Kant,
The 7.1.3 XSS vulnerability was fixed with the 7.1.4 update, see our changelog
https://kriesi.at/documentation/enfold/changelog/Patchstack shows no issue with 7.1.4
https://patchstack.com/database?search=Enfold
Please link to the Patchstack Vulnerability report that you see so our Dev Team can examine.Best regards,
MikeHey shivam guleria,
The 7.1.3 XSS vulnerability was fixed with the 7.1.4 update, see our changelog
https://kriesi.at/documentation/enfold/changelog/Patchstack shows no issue with 7.1.4
https://patchstack.com/database?search=Enfold
Please link to the Patchstack Vulnerability report that you see so our Dev Team can examine.Best regards,
MikeHi,
Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeApril 17, 2026 at 8:44 pm in reply to: Events plugin enfold theme remove featured image on single event #1496874Hey dreyerjm,
Try adding this css to your quick css field in the theme options:.av-single-event-content .tribe-events-event-image { display: none; }Then clear your cache and check.
Best regards,
MikeHi,
Try adding this css:#my-icon-circle .avia-icon-circles-icon svg { display: none; } #my-icon-circle .avia-icon-circles-icon:not(.active) { filter: grayscale(100%); } .main_color #my-icon-circle .avia-icon-circles-icon.active { background-color: #fff; border: none; }Then clear your cache and check.
Best regards,
MikeHi,
Glad that Ismael could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeApril 12, 2026 at 4:17 pm in reply to: use existing custom menue as a full width sub-menue with pictures in a row #1496748Hi,
I’m not sure that I understand, do you mean that the images are not lined up?

You write about the width, but all menu items & images are the same width

In the image above you have manual line breaks between the words, probably so the long word would not break and be hard to read

So this might make the space look larger, but it’s really not.Best regards,
MikeHi,
To show the post featured image on the category pages, I added this to your child theme functions.php file:add_filter('avf_blog_style','avia_change_category_blog_layout', 10, 2); function avia_change_category_blog_layout($layout, $context){ if($context == 'archive') $layout = 'single-big'; return $layout; }As for your excerpts, right now you are using manual excerpts, what you call the summary box at the bottom of the article page, when these are used the auto excerpts are disabled, so you can’t have both. You could add more text to the manual excerpts if you wish.
Best regards,
MikeHi,
Try adding this css:.home #portfolio { z-index: 11; }Then clear your cache and check.
Best regards,
MikeHey Sebastian,
I believe your best solution will be to create a new menu for mobile.Best regards,
MikeHi,
When I check the section background is now dark, so it seems correct now. It looks like you have not tried the function in your child theme function.phpfunction custom_avf_post_css_create_file( $create ) { return false; } add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );Give that a try.
Best regards,
MikeApril 11, 2026 at 2:01 pm in reply to: Duplicate Post Function Changes Original Slug (Enfold) #1496732Hey Tim van den Hombergh,
Thanks for your input, but I was not able to reproduce the original post slug changing.
I’m not sure why you are experiencing this, perhaps a plugin conflict, etc.
If you would like the Dev Team to review this proposed change, please open a Github Feature Request this will allow you to follow along as the Dev Team reviews the proposed change.Best regards,
MikeHi,
Glad that we could help, if you have further questions please open a new thread and we will try to help. Thanks for using Enfold.Best regards,
MikeApril 8, 2026 at 9:28 pm in reply to: Slide Show volle Breite wird (auf einmal) nicht mehr angezeigt #1496687Hi,
Thanks, try this css:.responsive .page-id-7475 #after_section_4 .container, .responsive .page-id-7625 #after_section_4 .container { max-width: 100%; padding: 0; background-color: #c29454; } .page-id-7475 #after_section_4 .wpcp-carousel-section.nav-vertical-center, .page-id-7625 #after_section_4 .wpcp-carousel-section.nav-vertical-center { margin: 0; } .page-id-7475 #after_section_4,.page-id-7625 #after_section_4 { border-top-style: none; }Best regards,
MikeHi,
Yes that is correct, as I had pointed out above.
Please link to the final page that it will be on so we can adjust. Do you plan to have this on multiple pages or just one?
If you are going to use it on multiple pages it will be important that the pages have the same structure.Best regards,
MikeHi,
Try this instead:@media only screen and (max-width: 890px) and (orientation: landscape) { #header.header_color div .av-hamburger-inner, #header.header_color div .av-hamburger-inner::before, #header.header_color div .av-hamburger-inner::after { background-color: #fff; } }Best regards,
MikeHi,
Try adding this css:@media only screen and (max-width: 890px) and (orientation: landscape) { .html_mobile_menu_tablet .header_color div .av-hamburger-inner, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::before, .html_mobile_menu_tablet .header_color div .av-hamburger-inner::after { background-color: #fff; } }Then clear your cache and check.
Best regards,
MikeHi,
You misunderstood, this is not my css, it is your css already on your site that you need to change:.template-page.content.av-content-full.alpha.units { padding-top: 20px !important; padding-bottom: 20px !important; }Change 20px to zero
Best regards,
MikeHi,
Typically code is red when there is an error, looks like you have / / above the css.Best regards,
Mike -
AuthorPosts

