PS: that delay comes from the default transition timing:
.avia-icon-circles-icon-text {
transition:all .8s cubic-bezier(.175,.885,.32,1.275);
}
it you set it to none – there will be no delay – see example page. But then not center image is shown.
#top .avia-icon-circles-icon-text {
transition: none;
}
HI again,
Is there any CSS I can input to make the element you see in the image below be white and not blue?

I already worked on the “advanced Styling” box under Enfold Settings, to have the Caveat font for quotes, using the “underline” character and set the blue color site wide, but in this specific part of the home page I’d like to set the quote in white, while all the others site wide remain blue.
How can I do that?
Thank you for your always awesome support.
Antonio
Hi,
Thank you for the update.
It seems to be an issue with the image overlay. Please try to add this css code:
#top .image-overlay.overlay-type-image {
position: absolute !important;
}
Best regards,
Ismael
Hi I have this code in my css
.image-overlay { display: none !important; }
div.phone-info {
width: 100%;
text-align: center;
}
.image-overlay { display: none !important; }
.home #av_section_1.main_color .av_textblock_section .avia_textblock table,
.home #av_section_1.main_color .av_textblock_section .avia_textblock div,
.home #av_section_1.main_color .av_textblock_section .avia_textblock td {
border-color: transparent;
background-color: transparent;
}
.home #av_section_1.main_color .av_textblock_section .avia_textblock tr:nth-child(odd) {
background-color: transparent;
}
#top .av_inherit_color a { text-decoration: none; }
Sincerely I don’t know where could be the code
#top .av_inherit_color a { text-decoration: underline; }
but now there are no more dots but the table and the borders are no longer transparent, what did I do?
Thanks
Gianluca
Hi, Mike,
Thank you, but I cleared the browser cache, and it is still showing. Plus, now the home page images aren’t showing up… thoughts?
Thanks!
justine
Hi,
We are having an issue on our site where extra large white spaces are showing up under images and sometimes text. It is usually in Edge and Chrome. Would you be able to take a look, please, and see what’s going on? You can see it on this page: https://fiestapoolsandspas.com/10-new-year-resolution-ideas-for-wellness/. The sauna photo before the header #10 has a large white space.
Thanks so much!
Justine
I have an Easy Slider on the home page for which I can no longer edit or change images.
Trying to change an image on an existing Form Element by clicking Change Image, nothing happens. I can alter the Captions though (but don’t want to, I want to add a new slide to the show).
Trying to add a new image slide to the slide show, clicking on Insert Image in Content – Select Images, nothing happens.
Click Add Single Image or Video at the bottom of Content does add a new empty Form Element but I cannot Change (Add) Image, although I can add a Caption. On saving though, the new element does not show in the slider (maybe because there is no image?).
Login details in Private – note different login URL.
Hey Gary,
Do you need a new token? If so, then please follow this: https://kriesi.at/documentation/enfold/theme-registration/
Are you looking for the font which was used in the image which is set as the logo, or the fonts used for text?
Best regards,
Rikard
on your mockup it looks to me if the logo only moves down ( lower than the navigation)
now i looked better to that image – so you have a header with unchecked setting of : “Let Logo And Menu Position Adapt To Browser Window”
because i do not see your page – you know better your setting for container width – on my test page it is 1510px
.logo.avia-svg-logo svg {
height: 220px;
max-height: 175% !important;
overflow: visible;
top: 10px;
left: calc((1510px/2) - 50vw);
right: auto;
}
@media only screen and (max-width: 1509px) {
.logo.avia-svg-logo svg {
left: 0px;
right: auto;
}
}
btw: – see again test page and code for header_bg – i set in calculated height for it – because this is better to understand how it works. https://webers-testseite.de/tribal/
maybe there had to be adjustments for responsive case in addition.
PS : i think you can have a png as masking image too
https://www.w3schools.com/css/css3_masking.asp
Unfortunately, I cannot inspect the page in question. I think I could also help with your query: Link . But without the page it’s just a guess what it might look like. Maybe the link to masking images will help you.
Hi,
Thank you for the update.
Instead of doing all of that for every color section on the website, can I somehow change the color section code to have the image file mentioned
This is possible but it would require modifications that are beyond the scope of support. You may need to hire a freelance developer or contact our partner, Codeble. Please check this link: https://kriesi.at/contact/customization
Best regards,
Ismael
Thanks for the suggestion. Instead of doing all of that for every color section on the website, can I somehow change the color section code to have the image file mentioned in HTML/PHP instead of in CSS? That would make things way easier and allow most image optimization plugins to just operate as intended.
Hi,
Thank you for your patience, I added this css to your Quick CSS:
@media only screen and (min-width: 768px) {
#header_main #avia-menu > li, #avia-menu > li > a {
height: 35px !important;
line-height: 20px !important;
}
#menu-item-8663 .avia-menu-text{
text-align: center;
}
#avia-menu .avia-menu-text {
width: 250px;
display: inline-block;
}
#menu-item-8663 .avia-menu-fx {
width: 248px;
margin-left: 10px;
}
#menu-item-8663 a {
padding: 2px;
}
}
and it now looks like this:

please clear your browser cache and check.
Best regards,
Mike
Hi,
Thanks for your patience, the color section background image is added via css and there seems to be a caching issue so the same image is shown on each page.
I added this to the end of your child theme functions.php
function custom_avf_post_css_create_file( $create ) {
return false;
}
add_filter( 'avf_post_css_create_file', 'custom_avf_post_css_create_file', 10, 1 );
and it seems to have solved, please clear your browser cache and check.
Best regards,
Mike
SarahGuest
Hi,
We can see that we can create custom content types and display individual pages using that layout.
Is there a way to create the views ? easily.. so they look better than just blog posts.
E.g. ideally we’d have for say project.. a small image, big image, short description and full one..
One the projects overview page.. we’d use the small image and short description, then they click through and get the full project.. looking as we’d like it to be
We’d also ideally have that projects page be filterable by project.
so.. in a way a customised portfolio page.
but also like to use this for other things like staff directory by department etc.
thanks
I have a site at peter-test4.co.uk I am trying to centrally align the menu above the featured images on each page. Can you please help see http://www.peter-test4.co.uk.
Many thanks and happy new year
Pete
-
This topic was modified 1 year, 3 months ago by
condonp.
-
This topic was modified 1 year, 3 months ago by
condonp.
Hey JL,
Unfortunately fontello.com doesn’t offer a Blue Sky icon, perhaps they will in the future as it becomes more popular, in the meanwhile you could add your Blue Sky link to a social network that you don’t use and use css to replace the icon with a Blue Sky image. See this thread.
You can also add your request to the open Enfold Feature Request for Blue Sky here.
Best regards,
Mike
Hi,
Thank you for the update.
background images for color sections doesn’t get dynamic image scaling (serving different sizes for users with different screen sizes).
You may need to manually apply a different background for different screen sizes using css media queries.
Example:
/* For small screens (up to 768px wide) */
@media (max-width: 768px) {
.avia-custom-section {
background: url('small-screen-background.jpg') no-repeat center center;
background-size: cover;
}
}
/* For medium screens (769px to 1024px wide) */
@media (min-width: 769px) and (max-width: 1024px) {
.avia-custom-section {
background: url('medium-screen-background.jpg') no-repeat center center;
background-size: cover;
}
}
/* For large screens (1025px and wider) */
@media (min-width: 1025px) {
.avia-custom-section {
background: url('large-screen-background.jpg') no-repeat center center;
background-size: cover;
}
}
Best regards,
Ismael
RickGuest
Hi there, I have an old portfolio site that was built with Angular theme 4.1. While it loads, the images are not displaying. I understand you no longer sell/provide support for Angular 4.1. Can you suggest a solution on how I might be able to get the site functioning – even if just temporarily? And is there an option to migrate/update from Angular 4.1 to something current?
Thanks. That only worked fine for me when I wasn’t using CDN so I had to switch to another image optimization plugin that doesn’t serve images thru CDN.
Now there’s another issue, dynamic image scaling doesn’t seem to work on image files that are set in CSS code, only in HTML/PHP, so background images for color sections doesn’t get dynamic image scaling (serving different sizes for users with different screen sizes).
Any suggestions about that?
Thanks again for all your help!
-
This reply was modified 1 year, 4 months ago by
0_o.
Bonjour,
C’est l’effet que je souhaites, j’ai seulement sur ma page d’acceuil un carrousel crée avec Depicter et je voudrais que mon image soit en fond en pleine largeur sur le body.
Je souhaite ensuite faire un peu la même chose sur les autres pages de mon site mais en changeant l’image de fond.
Cela me parait simple mais je ne m’en sors pas
Bonne journée
———————————————————–
Hello,
This is the effect I want, I only have on my home page a carousel created with Depicter and I would like my image to be in the background in full width on the body.
I then want to do a bit of the same thing on the other pages of my site but by changing the background image.
It seems simple to me but I can’t do it
Have a nice day
Hi,
Thank you for the update.
You can try this plugin to preload images that cause high LCP: https://wordpress.org/plugins/preload-lcp-image/
Best regards,
Ismael
Hi, I contacted my hosting company, they said they can’t find any issue on their end, and a test php they used loads very fast with a minimal TTFB.
They suggested to add “fetchpriority=”high” to the photo I have at the top of the page (the background of the color section). Any idea if that should help, and if so, how to implement it?
Also if you have any other suggestions regarding this issue that would be great. The LCP in PageSpeed jumps to a very high score (very low time) once I remove the color section image and only uses a plain color. I tried to install Optimole to compress and scale this image but it didn’t change the LCP score much.
I use 4 rows of grids on the start page. Each with an image and a text. An image and a text now appear alternately on the desktop. Below this is the text and then the image. This is how it should look on the desktop. However, I need a setting so that the order is different on the cell phone. There 2 times text and 2 times picture appear one below the other. How do I do this?
Hey Andreas,
Thanks for the link to your site, I see that it is using v4.8.8 of Enfold. This is very old, please login to your Theme Forest account and update to v6.0.8
To update your version of Enfold you will need to download the latest installable WP version from your Theme Forest account and upload it to your WordPress ▸ Appearance ▸ Themes ▸ Add Themes ▸ Add New

after you choose the zip file and click install, you will see a This theme is already installed message because you are updating, you can continue

then you will see the Theme updated successfully message.
Best regards,
Mike
Hi Rikard
Hi Guenni007
@Guenni007
I don’t know if you saw the logo on the header of my site or if you just saw the logo when clicking the link bu tI couldn’t see it. I still can’t when I use the logo I created.
But when I use the logo you send me it displays just fine.
How did you convert the svg file? What changed in de svg file so that it displays in the header?
I’m using Inkscape now to create vector images. Used to use CorelDraw, but stranded at version X4. I’m fairly new to Inkscape.
I will certainly test the logo overlap. I’ve seen this on other sites and what you put on your demo site is exactly what I wanted but couldn’t get it to overlap. It displayed for a split second overlapped and then jumped back in the header.
But surely you don’t want this background image to be compressed or stretched – you want to maintain the aspect ratio.
Enfold has it for a background image on: General Styling – Body Background.
If you have now selected a stretched layout, a pop-up will display a message: These options are only available if you select the ‘boxed’ or ‘framed’ layout. Your currently have a different layout selected.
So this body background-image only makes sense if you use one of those ‘boxed’ or ‘framed’ layout.
If you got one background-image in that setting – set it to cover the page.
There are possibilities to change that bg image on load by script.
__________
Mais vous ne voulez certainement pas que cette image d’arrière-plan soit comprimée ou étirée – vous voulez conserver le rapport hauteur/largeur.
Enfold l’a pour une image d’arrière-plan sur : Style général – Arrière-plan du body.
Si vous avez sélectionné une mise en page étirée, une fenêtre contextuelle affichera un message : Ces options ne sont disponibles que si vous avez sélectionné la mise en page « encadrée » ou « encadrante ». Vous avez actuellement sélectionné une mise en page différente.
Cette image d’arrière-plan n’a donc de sens que si vous utilisez l’une de ces mises en page « boxed » ou « framed ».
Si vous disposez d’une image d’arrière-plan dans ces paramètres, réglez-la de manière à ce qu’elle couvre la page.
Il est possible de modifier cette image de fond au chargement par script.
I created a SVG version of the logo because I can’t make a png or jpg that is really sharp.
When I select it to display as the logo it’s not displayed..
When I insert it as an image in the content it displays just fine.
When I inspect the code I don’t see a reference to the image:
<span class="logo avia-svg-logo"><a href="https://my-site/" class="av-contains-svg" aria-label="logo-top" title="logo-top"></a></span>
and in the header it shows:
a.av-contains-svg | 0 x 116
When I select a .png as logo and the during inspect I change the filename to the svg filename it displays as it should.
<img src="https://my-site/wp-content/uploads/2024/12/logo-top2.png" height="100" width="300" alt="my-site" title="logo-top2">
changed to:
<img src="https://my-site/wp-content/uploads/2024/12/logo-top.svg" height="100" width="300" alt="my-site" title="logo-top2">
How can I fix this?
Hello Guenni007
Putting the code I received from you by mail gave the result I was looking for, however it changed it for every image on the entire site.
I followed your suggestion and setting a Custom ID attribute does just what I want it to.
I’m 99% sure I tried that but because lack of sleep I probably didn’t refresh or made an other typo. ;)
Thank you very much!
Hi, my LCP time is thru the roof and PageSpeed is indicating the issue is with the color section background I use at the top of my page (link in private content), any idea how to pre-load this background image, or any other tips how to improve this score? Thanks!
Edit: now after tweaking a few settings, PageSpeed doesn’t suggest pre-loading anymore, but the LCP time is still very high and it’s mostly Load Delay and Render Delay. Not sure what it is and why it’s so high on that color section.
-
This topic was modified 1 year, 4 months ago by
0_o.
Hi,
Thank you for the update.
You may need to call the enfold\js\avia-snippet-parallax.js > avia_parallax function after the interaction.
$( function()
{
//activate parallax scrolling for background images (sections) and objects.
if( $.fn.avia_parallax )
{
$( '.av-parallax,.av-parallax-object' ).avia_parallax();
}
});
Achieving the customization you described may require significant time and theme modifications, which are beyond the scope of our support. For assistance, consider hiring a freelancer via our customization page.
If you have other questions or need further help, let us know.
Best regards,
Ismael