Hey Joseph_HILFIGER,
Thank you for the update.
This is a known issue with OVH servers. To import the demo, we manually uploaded the theme options in Enfold > Import/Export and imported the posts via Tools > Import. Unfortunately, the demo images were not included due to OVH server restrictions. You’ll need to edit the page and upload your images manually.
Please make sure to purge the cache before checking.
Best regards,
Ismael
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
wie gesagt – ich kann ganz gut mit den dev tools umgehen, und dein Hamburger war bei 1000px aktiv und die Lupe war auch nicht da.
Egal:
schwarzer balken unten.
Gehe in die Einstellungen von Socket: General Styling – Socket dort wo du #111111 hast ändere es auf dein #ffffff
Menü Farben:
#top #header .av-main-nav > li > a .avia-menu-text,
#top #header .av-main-nav > li > a .avia-menu-subtext {
color: var(--enfold-main-color-primary);
}
#top #header .av-main-nav > li > a:hover .avia-menu-text,
#top #header .av-main-nav > li > a:hover .avia-menu-subtext {
color: var(--enfold-main-color-secondary);
}
bei dem Headerlayout würde ich dir raten, bei 990px den Hamburger zu setzen.
Main Menu – General – Menu Items For Mobile …
Lupe entfernen: Main Menu – General – Append Search Icon To Main Menu (uncheck)
danach geht es dann weiter…
Hi,
the search icon in the header looks fine, to move down the search icon in the sidebar try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.sidebar .av_searchform_search.avia-svg-icon {
top: 31px !important;
}
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.

Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, 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
I’m exploring the accordion slider and only the first image loads. The rest show up in the lightbox. It’s still a little above my pay grade, but I strongly suspect I have js that needs to be whitelisted in wpRocket. I have everything Enfold excepted under Delay so I’m thinking it might be Minify?
I see the way to define code errors in the Rocket Help but, I’m iffy on navigating that process. At least when I am suspecting this has come up before and there may be a known and perscriptive solution to it?
The information I found in the Chrome logs is in the Private Content.
I think I can learn this process, I’d just like a little adult supervision the first time, it’s a real wall of text.
Hello. It seems after an Enfold theme update, the search icon in the CSS/custom snippets from here is below the search line and not in the red box. When I try to fix it, it moved the sidebar search icon up as well. Any idea how I can JUST move the header search icon up 20px and leave the sidebar alone? THanks.
Hey Manfred,
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. I see the problem on the page in private, and I can see that the server is returning a 500 internal server error on the admin-ajax.php WordPress file. Could you share server error logs with us please?
Also please try to activate debug mode under Enfold->Layout Builder->Show advance options in order to see the layout builder shortcodes. You can then copy the shortcodes to a new page, and try to remove the shortcode that you have added to the top of the layout for example.
Best regards,
Rikard
-
This reply was modified 10 months, 2 weeks ago by
Rikard.
Is there a Front End Editor that is nice to use with enfold?
This reply has been marked as private.
Hi,
If you want the description to be a link you will need to manually add the link:

this works on my site for mobile:


We would need to see your site to examine with a admin login.
Best regards,
Mike
Hi,
Glad to hear that you have this sorted out, 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,
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
how to make the overlay that is on each slide of an accordion slider (https://kriesi.at/themes/enfold-2017/elements/accordion-slider/) stretch over the whole slide?
marcus
Hello,
I bought a license of the enfold template yesterday. I want to install one of the demos (Agency – Enfold Parallax Demo). I tried to do this several times from the enfold menu/Import demo. I systematically have a bug when I try to import the demo: “Erreur lors du chargement : cURL error 28: Connection timed out after 10001 miliseconds”. I tried to install other demos and the fault is always the same. Can you help me?
Looking forward to hearing from you,
Joseph HILFIGER
Hey xfacta,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-icon-list li {
padding: 0 0 10px 0;
}
Best regards,
Rikard
Hi, I understood by uploading the file, I should unpack the “all files” zip and only upload the enfold zip file. By doing this I still get a message “The link you followed has expired”. I should try again. But even after several times, it is not working on different ways. Can you pl,s let me know if the file might be broken, or what I should do? I am more than puzzled…
Hey Patrick,
Did you check the changelog to see if there might be any changes affecting your code?
Best regards,
Rikard
Hi,
The Enfold > Theme Options > Lightbox Modal Window option was not enabled. The inline popup should be working correctly now.
Best regards,
Ismael
I’ve gotten a bit turned around, I think I’ve been staring at this problem too long. It seems that Enfold uses objects by default and that’s the problem, and that’s the error I’m getting.
PHP Fatal error: Uncaught Error: Attempt to assign property “slug” on array in */public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/portfolio/portfolio.php:1312
and the manual fix I have to make is to switch them to arrays. (The opposite of what I said earlier).
I guess the question is why is $cat seen as an array here?
$item_categories = get_the_terms( $the_id, $params['taxonomy'] );
if( is_object( $item_categories ) || is_array( $item_categories ) ) {
foreach( $item_categories as $cat ) {
$cat->slug = str_replace('%', '', $cat->slug );
}
}
-
This reply was modified 10 months, 3 weeks ago by
christiemade.
-
This reply was modified 10 months, 3 weeks ago by
christiemade.
-
This reply was modified 10 months, 3 weeks ago by
christiemade.
-
This reply was modified 10 months, 3 weeks ago by
christiemade.
-
This reply was modified 10 months, 3 weeks ago by
christiemade.
-
This reply was modified 10 months, 3 weeks ago by
christiemade.
-
This reply was modified 10 months, 3 weeks ago by
christiemade.
-
This reply was modified 10 months, 3 weeks ago by
christiemade.
Hi Enfold,
I noticed that it is not possible to set a x and y label, which should be mandatory in my opinion when making graphs. How can we achieve this?
Kind regards,
Joost
Hi,
I need some help with the product image gallery on mobile.
I just re-enabled the large product image, but now it looks way too big on mobile.
View post on imgur.com
I’d like to hide the small thumbnail images below but still allow users to click/swipe to see the next image.
Ideally, the main image should be smaller so it doesn’t take up the whole screen and you can at least see some of the text underneath.
Is there an easy way to do this with CSS or settings in Enfold?
Thanks!
Here it is what the alerts say in case it is needed.
1-
Enfold <= 6.0.9 – Authenticated (Subscriber ) Server-Side Request Forgery via attachment_id
The Enfold theme for WordPress is vulnerable to Server-Side Request Forgery in all versions up to, and including, 6.0.9 via the ‘attachment_id’ parameter. This makes it possible for authenticated attackers, with Subscriber-level access and above, to make web requests to arbitrary locations originating from the web application and can be used to query and modify information from internal services.
2-
Enfold <= 6.0.9 – Missing Authorization to Sensitive Information Disclosure in avia-export-class.php
The Enfold theme for WordPress is vulnerable to unauthorized access of data due to a missing capability check in avia-export-class.php in all versions up to, and including, 6.0.9. This makes it possible for unauthenticated attackers to export all avia settings which may included sensitive information such as the Mailchimp API Key, reCAPTCHA Secret Key, or Envato private token if they are set.
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
I just got multiple alerts from WordFence regarding an Enfold vulnerability. Attaching content from them below:
I am assuming you were already aware of it, but if not, wanted to send to you as soon as I got it.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
#av-layout-grid-1 .av_font_icon {
transform: scaleX(-1);
}
After applying the css, please clear your browser cache and check.
Before:

After:

Best regards,
Mike
Hey Munford,
Please try the following in Quick CSS under Enfold->General Styling:
#footer-page a {
text-decoration: none;
}
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
* fixed by updated header.php in child theme….Also, since updating to 7.0 today the theme footer page is not longer working, no footer is showing and a page is selected in the Enfold Child Footer theme options.
Thank you
-
This reply was modified 10 months, 3 weeks ago by
finchkelsey.