Hey Sander,
Could you try updating the theme to the latest version (6.0.4) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.
Best regards,
Rikard
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
#top .av-control-minimal .avia-slideshow-arrows a::before {
font-size: 40px;
line-height: 10px;
}
Best regards,
Rikard
Hi Guenni,
It is ! That’s why I mentionned you in the first post. I often stumble on your posts when I come to find ways to customize Enfold… Your tips and tricks have been very useful for several years now!
Thanks for the tip, by the way. I corrected that. Sadly, it doesn’t solve the problem I mentionned (the script doesn’t seem to load on page reload or revisit without clearing the browser cache) – problem which, if you still take care of the website mentionned in that old thread (https://webers-testseite.de/lightboxes/), affects it too…
or – maybe a simpler idea – we use the left header sidebar ! – and just handle the #wrap_all as a flex container – and define the order in this way that the header goes to the right side
@media only screen and (min-width: 768px) {
#wrap_all {
display: flex !important;
flex-flow: row nowrap;
}
#wrap_all #header {
order: 2;
flex: 0 1 27%;
right: 0;
left: auto;
}
#wrap_all #main {
order: 1;
flex: 0 1 73%;
margin-left: 0 !important;
border-left: none !important;
}
.responsive #top .header_bg {
box-shadow: -5px 0px 5px -5px #666;
}
/*** because submenu is defined to a width of 208px ***/
#top #avia-menu > li.dropdown_ul_available > ul.sub-menu {
left: -207px
}
/*** have a bit more space from main menu-item to the fly-out submenu ***/
.html_header_sidebar #header .av-main-nav>li {
margin-left: 5px !important;
padding-left: 13px;
}
}
@media only screen and (min-width: 990px) {
#wrap_all #header {
flex: 0 1 300px;
}
#wrap_all #main {
flex: 0 1 calc(100% - 300px);
}
}
see: https://enfold.webers-webdesign.de/
( the scroll away after some time does not belong to that settings here. – this is part of the inital Headersetting )
this is not styled to the end – becaue i want to go back to the original setting of header on top.
above all, you now have to extend the subnavigation to the left – but that shouldn’t be a problem using css.
Hello Ismael,
below is the link to the post October 4, 2019 at 4:04 am with your code to activate the AVIA editor.
https://kriesi.at/support/topic/popup-maker-and-enfold-avia-layour-builder/
Instead the popup built with AVIA editor is called “test” and the link is as follows:
https://www.federscacchilazio.com/wp-admin/post.php?post=5639&action=edit
In the following page you can verify the result, unfortunately an empty box.
https://www.federscacchilazio.com/test/
PS why did you choose the photo of a harp seal? I don’t think you have that face. :-D
Thanks and best regards
Andrea
-
This reply was modified 9 months, 2 weeks ago by
cuccarini.
-
This reply was modified 9 months, 2 weeks ago by
cuccarini.
But please read here carefully : https://themeforest.net/licenses/terms/photodune_extended
Especially that part : “Whoa there! Things you can’t do with the Item”
8.While you may create End Products using the Item for multiple different clients, you must not allow your clients to extract, repurpose, or reuse the Item in any other way. If your clients wish to make full use of the original Item themselves and use it within their own separate End Products, they will need to purchase their own license.
For example: You can use the photo to create customized flyers for different clients, but your clients can’t then reuse the original photo to create their own flyers in the future, without obtaining their own individual license for the photo (e.g. by purchasing it themselves, or you purchasing one on their behalf).
I interpret this to mean that we, as customers of Enfold, are not allowed to use these images for our own projects! I urge you to be careful. There are plenty of free alternatives on the market, e.g. via unsplash or pixabay.
To use it in the demo is o.k. but if you use it for our customers not – In fact, we would have to tell our clients not to use the images for any other purpose.
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 Anna,
Thanks for reaching out to us and for considering Enfold.
It’s possible to add images on different parts of the content using Enfold, videos can be added too. You can select your own colour in the theme options, and the theme is fully responsive. You have an option to add portfolio items as well.
There is no multilingual functionality built into the theme, so you would have to use a plugin for that. Enfold is compatible with WPML. There is no functionality for membership either, so a third party plugin would have to be used for that as well.
You can select one of our demos here: https://kriesi.at/themes/enfold-overview/
Best regards,
Rikard
Hi,
we spent half of night instrumenting and profiling our website with Enfold.
PHP JIT helped a little bit, but we still get these massive slowdowns coming from RealCookie Banner interaction with Avia theme
And also Avia functions which display shortcodes like Tribe Events, are taking their sweet time
or sliders
basically anything that comes from Avia theme is mega slow for some reason
yet the functions they trigger — they process fast, but Avia is being mega slow on generating HTML output collected from the sub-functions it calls
And which also massively impacts performance of the RealCookie Banner Pro, since it awaits for HTML by Avia to be generated, then it goes through it via ob_start/ob_end functions
Are there any suggestions for improvement?
Thanks
Oliver
Hi,
Thank you for the update.
We adjusted the css code a bit. Please try it again and make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings afterward.
@media only screen and (max-width: 767px) {
#top .logo img,
#top .logo svg {
top: -1px !important;
}
.html_av-overlay-side-classic #top .av-burger-overlay li a {
border-bottom-style: none;
}
}
Best regards,
Ismael
Thank you, the code works but the first icon on the left is not aligned to the center, why so?
Another question: i want the icon boxex to be equal hights, i already tried what is shown in the documentation but it does’nt work (i set equal height from the column row settings but it shows 3 columns with different heights).
From the Enfold Documentation: “To create equal height Icon Box elements. First, add your Icon Box elements inside the columns and set the background color to the column element as required. Lastly, open the edit options of the first column element and select “Equal Height” from the column row settings.”
Thank you very much.
Hi,
Thank you for the link to your site, I tried to review your video but it is no longer available, I checked your site and the mobile menu seems to work correctly, by clicking a menu item with two submenus, and direct menu items. But since you write that the WP Rocket options seem to cause the issue, I believe that you need to add exceptions to the plugin, it has a field for this script blocking conflict.
Please see this WP Rocket documentation
And possibly the Wp Rocket REMOVE UNUSED CSS option, with this list of classes
If this doesn’t help, I see that there is an unsolved WP Rocket issue with Delay JS for mobile devices on IOS, if this is your issue you may need to disable this issue until WP Rocket corrects.
Best regards,
Mike
Hey Mariarita,
To adjust the logo and remove the mobile menu borders try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
.logo img, .logo svg {
top: -1px;
}
.html_av-overlay-side-classic #top .av-burger-overlay li a {
border-bottom-style: none;
}
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Unfortunately the mega menu will not show for mobile devices, as there is not enough room for it to show.
Best regards,
Mike
Hi,
Glad we were able to 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,
Sorry my error, I see that the ALB elements bar was not showing, you had Lock Advanced Layout Builder For Admins As Well enabled at Enfold Theme Options ▸ Layout Builder, I disabled it for you, now it shows.
Best regards,
Mike
AnnaGuest
Hi,
I am about to build a luxury lifestyle theme with focus for interior design.
Important things are:
We can add luxury brands logos on the down part of the page. We can videos that start buy they own on the first page. Colors: white, black, gold, may be dark green. Responsive, easy to build and navigate. May be one site page, but not sure about that cause we have a big portfolio of our prosjekts as well as quality videos. Its also important that this suit work on at least 4 languages and that is already prebuilt so we do not need extra widget for that. The last thing is a possibility for a member ship, but this is not 100% complusory ( I might use a widget for that).
So I would like to know if any Demo of your theme suits for the Luxurios Interior Design web proporse or may be I could modify a bit any specific theme for those porporses.
Thank you,
Anna
Hey Jak73,
Please try the following in Quick CSS under Enfold->General Styling:
.wpcf7-form p {
margin: 0;
}
.wpcf7-form p span input {
margin-bottom: 5px;
}
Best regards,
Rikard
Hi
I have updated to wordpress 6.6.2 and the Enfold theme released on September 3rd, 2024 – Version 6.0.4
Since then, the Advanced Layout Builder (Avia), no longer shows in posts (existing or new ones)
Hey Jak73,
It’s not possible to style the star only, since it’s added with the rest of the text. If you refer to the plugin documenations, then maybe there is a default way of adding a required character? Please note that we are here to support the Enfold theme, not Contact Form 7.
Best regards,
Rikard
Hi,
Thank you for the info.
Try to remove this line in the remove_enfold_image_sizes function above.
remove_image_size('portfolio');
The post slider or the blog grid layout uses the “portfolio” thumbnail by default.
Best regards,
Ismael
Hi
I have updated to wordpress 6.6.2 and the Enfold theme released on September 3rd, 2024 – Version 6.0.4
Since then my page layout is broken`
Correctly presented `
Misrepresented 
Is the problem WordPress or Enfold?
Are there any suggested solutions?
Greetings Olligator
Hey Qgrafica_7,
Please try the following in Quick CSS under Enfold->General Styling:
.iconlist_icon .iconlist-char:before {
font-size: 60px;
}
Best regards,
Rikard
Hey Aeroviews,
That text gets its size from the paragraph element, you can set that size for each screen size under Enfold->General Styling->Typography. Change the default content font size option.
If you want to use custom CSS instead, then you can use this selector:
.iconbox_content_container p
Best regards,
Rikard
Hey Paddy O’dor,
If you are unable to login to the support forum because you don’t have a activate support contract, please try going to your Theme Forest account and renew your support and then log in to the support forum and open a new thread.
Please note that using the contact form is not appropriate for support questions.
If you don’t have a Theme Forest account and don’t have a theme license then you will need to purchase a license which will also give you 6 months of support on our forum to help with any issues.
Best regards,
Mike
Hi,
OK, unfortunately I’m not able to reproduce, so I’m not sure what to make of your experience, but since you’re not going to use this we will close this thread. If you change your mind in the future, please open a new thread and include a admin login in the Private Content area so we can examine.
Thank you for using Enfold.
Best regards,
Mike
Paddy O’dorGuest
I posted a message #1467675 and got a reply from you,
Now it will not let me reply to you as it says I have no license.
If I need one how do I get one?
I have posted connections details below.
Hi
I have been trying to edit some of the styling of the icon box near the top of the page, but some of the styles selected in the actual element as well as in the custom CSS for the MOBILE display is being overriden.
The content “Exceeding expectation” should be 12px but is being overriden to 17px
Also, is it possible to style the icon for smaller displays especially mobiles where they seem too large. I haven’t been able to effetely change the styling via CSS for that area.
Thank you
Hi,
Thanks for letting us know. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi
I have updated to wordpress 6.6.2 and the Enfold theme released on September 3rd, 2024 – Version 6.0.4
Since then, the Advanced Layout Builder (Avia), no longer shows in posts (existing or new ones)
Any suggestions?