Hi,
UPDATE: You can try applying a custom css class name to the element. Please check this link: https://kriesi.at/documentation/enfold/add-custom-css/#enable-custom-css-class-name-support
Best regards,
Ismael
Hello Enfold team,
***Issue 1***
I’m having a hard time trying to apply some simple styling changes to a website I manage.
Using Advanced Styling, I can’t…
– Change <p> styling for all <p> tags. Whatever I change here does not apply to the website.
– Change <body> styling for all <body> tags. Whatever I change here does not apply to the website.
– Change text transform for <H2> tags. Whatever I change here does not apply to the website.
For example, using Advanced Styling, I set:
<p> – Change the styling for all <p> tags
Font Size 21px
Line Height 1.5em
Yet all text blocks using paragraph text formatting on my site DO NOT use these settings. I’m having to set each text block text size manually to achieve the desired result, which is an annoying and time-consuming approach and workaround that isn’t a sustainable approach for managing the website.
I’ve also set:
H2 – Change the styling for your H2 Tag
Text Transform: NONE
And yet ALL my H2 tags across the site are still capitalised, which looks bad. I need these to be Normal case. I don’t know what’s going on. Advanced Styling seems to be all over the place and a complete mess on this site. Why? Even setting “All Headings (H1-H6) – Change the styling for all Heading tags” text transform to NONE or LOWERCASE doesn’t change anything.
I really need some insight into what’s going on here; thank you.
***Issue 2***
I would also like to know how to set the text transform for all avia-caption-title tags for my slideshow elements at once. Currently, I’m having to do Quick CSS like the below for each individual slideshow on the site – which seems like a poor solution:
#top #wrap_all .avia-slideshow .av-slideshow-caption.av-lynrrnic-2807a30891cbcdbcb963567175d45a9b__0 .avia-caption-title {
font-size: 80px;
text-transform: none;
}
Thanks,
Tom
-
This topic was modified 1 year, 4 months ago by
Thumphreys.
Hello to the support team
I’m contacting you because I’m experiencing a strange behavior that I’ve never encountered before and that I can’t seem to solve:
I can’t publish using the Enfold theme, and as I add elements, the article reverts to an earlier version, so I can’t get to a finalized page.
I’ve tested my site with the following points:
– I’ve completely disabled the caching system
– I’ve disabled compression on the theme
– deactivated all plugins
– I used the Enfold theme rather than my child theme
– called my hosting provider to find out if my database was locked (it’s not at all the case)
> Nothing solves the problem
The only thing that works, basically, is to switch to a theme like Twenty Twenty, then I manage to add content, but without the builder, it’s not very useful.
Do you have any idea what’s going on and how I can solve the problem? Is it due to a theme update, as I’ve never had this problem before?
Thank you very much.
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey MysticMimi,
Thanks for the login details. What happens if you temporarily deactivate all plugin? Also make sure to update the theme to the latest version: https://kriesi.at/documentation/enfold/theme-update/
Best regards,
Rikard
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hey maartenrobben,
Please go to Enfold Theme Options > Transparency Options you might need to click the button to show the options:

Best regards,
Mike
Hi,
Glad Ismael could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Hi!
I am trying to update the transparency logo at julebyen.no and cannot find it.
I have googled my way to where it should be, I think: Main Meny – Enfold Child – Theme Options – Header.
Then, there is supposed to be a tab for transparancy options, but it is not there, there are three tabs: Header Layout, Header Behavior, Extra Elements.
No Transparancy options?
What am I doing wrong here?
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1550px) {
#menu-item-search {
display: block !important;
}
}
You can upload screenshots to an array of services and sites like Google Drive, Dropbox, Imgur, Snipboard etc. You can then link to the image in question here.
Best regards,
Rikard
The site is not responsive on mobile. The elements get garbled together when on mobile. Text and container elements over images. And I am using Enfold btw and it is for a client so need the answer urgently. Thank you.
Thank you for the code. I have added this and see the images, but the odd thing is that they are all different sizes.
See link here:
https://galaxypress.com/category/horror/
Any idea why these would be different sizes? They are all the same aspect ratio and when you see them on the main page they look fine as you can see here:
Specifically, if you look at the one with the skeletons they look fine on the main page, but on the archive page the image size is different. When you scroll down on the archive page you will see others that are different sizes.
As a note I looked on my other site using Enfold and found a similar problem with the image size is different here but okay on the main blog pages, see this link for an example:
https://writersofthefuture.com/category/author-spotlight/
-
This reply was modified 1 year, 4 months ago by
Jason.
Hey Jaroslav ,
Thank you for the inquiry.
What is the current version of the theme? You may need to do the update manually via FTP. Please check the documentation below for more info.
// https://kriesi.at/documentation/enfold/theme-update/#update-via-ftp
Best regards,
Ismael
Hey dsignoWerbung,
Thank you for the inquiry.
but enfold only allows 5 columns (5 x 1/5). What can I do?
You may need to manually create this using custom html and css in a Text or Code block element.
Example:
<div class="av-column-container">
<div class="av-column av-column-one-sixth">Column 1</div>
<div class="av-column av-column-one-sixth">Column 2</div>
<div class="av-column av-column-one-sixth">Column 3</div>
<div class="av-column av-column-one-sixth">Column 4</div>
<div class="av-column av-column-one-sixth">Column 5</div>
<div class="av-column av-column-one-sixth">Column 6</div>
</div>
Then add this css code:
.av-column-container {
display: flex;
flex-wrap: wrap;
gap: 10px;
}
.av-column-container .av-column-one-sixth {
flex: 1 1 calc(100% / 6 - 10px); /
background-color: #f0f0f0;
padding: 20px;
text-align: center;
box-sizing: border-box;
}
@media (max-width: 768px) {
.av-column-container .av-column-one-sixth {
flex: 1 1 calc(50% - 10px);
}
}
@media (max-width: 480px) {
.av-column-container .av-column-one-sixth {
flex: 1 1 100%;
}
}
Best regards,
Ismael
Hi,
there no way to just make the images full-size as they were before?
Please switch back to the default enfold product gallery, then add this filter in the functions.php file to adjust the thumbnail size:
add_filter('single_product_small_thumbnail_size', function($size) {
$size = 'full';
return $size;
}, 10, 1);
Best regards,
Ismael
Hi,
Thank you for the update.
The icons seem to be displaying correctly when we checked. Regarding the map, please make sure that the JavaScript API is activated in your Google project.
// https://developers.google.com/maps/documentation/javascript/error-messages#api-not-activated-map-error
Review the documentation below for more info.
// https://kriesi.at/documentation/enfold/google-map/#how-to-register-a-google-maps-api-key
Best regards,
Ismael
Hey Jason,
Thank you for the inquiry.
You can adjust the layout of the archive pages in the Enfold > Blog Layout > Blog Layout settings. You can also use this filter in the functions.php file:
add_filter('avf_blog_style','avf_blog_style_mod', 10, 2);
function avf_blog_style_mod($layout, $context){
if($context == 'archive') $layout = 'blog-grid';
return $layout;
}
Best regards,
Ismael
Hi,
Thank you for the update.
It seems to be working on our end. The text color is no longer black on hover. Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache before checking the page.
Best regards,
Ismael
Jaroslav Guest
Hello,
Sorry for contacting you through this channel but it’s the only way of contact I found.
I am using your Enfold theme for several years now but just now realised it’s not updated with long overdue.
When I tried to update it as suggested by the system, it shows me error, that the download able package is not found.
I have my token in check and it should work, though no option I tried updates the theme.
Can you help?
Your knowledge base doesn’t seem to have the answer.
Thank you
Thank you.
Hello.
I’m using justify text alignment as default for all <p> elements.
Recently Enfold team helped me sharing some CSS code to take text-align center to a slide caption, which did’nt work since I needed justified text in this site. Yours was a great solution.
However, I need to apply center text alignment to subheadings into Special Heading element too. I could not figure out how to do this, due to I don’t know and am not able to manage Avia Builder structure and complexity. I need your support again.
Thank you very much in advance.
Eduardo
Hi,
Does Enfold have something like Gutenberg’s Query Loop? I just need to display the latest 3 posts of a category in a grid (once side by side, and once in a single column). Once with image, title, excerpt, and the other only date and title. I tried the Post Slider, but that does not work here.
Thank you!
Ralf
Hi,
I have installed your “parallax” demo on a new website and need now 6 columns next to each other on the homepage, but enfold only allows 5 columns (5 x 1/5). What can I do?
Best regards
Dirk Wollenschläger
Hi,
Thanks for that, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Did you register your theme license? https://kriesi.at/documentation/enfold/theme-registration/. If that doesn’t work, then please try using this plugin instead: https://envato.com/market-plugin/
I’m not sure that I understand what the problem is in your screenshot, could you try to explain that a bit further please?
If anything changes on your site, you should make a habit of clearing the cache.
Best regards,
Rikard
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Thanks for that, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
It would help to update the Enfold theme code so that contact form fields are not grey but white on default.
As I do not believe it was changed by myself or anyone else working on the site.
Thanks for the help.
I think it is fine to close it.
Hi,
Glad Rikard could help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike
Dear Enfold Support Team,
We are currently using the Enfold theme along with the “The Events Calendar” plugin on our website, https://greifbar-bouldern.de. Unfortunately, events scheduled for the current day are not displayed on the site. (https://greifbar-bouldern.de/startseite/eventsuebersicht/)
We have already tested for potential conflicts by deactivating all plugins and the Enfold Child theme. However, even with all plugins and the child theme disabled, events for the same day do not appear unless we activate a default theme. This suggests that Enfold may be overriding some of the plugin’s settings.
In various support threads, we found code snippets intended to prevent such conflicts by stopping Enfold from overriding plugin settings, but these solutions have not worked in our case.
Could you please assist us with a solution compatible with our child theme, as we rely on regular updates and would like a solution that is sustainable over time?
Thank you very much in advance for your help!
Best regards,
Alisa
Hi,
Great, I’m glad that Ismael could help you out. We’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard