YamilGuest
Hello,
I would like to ask if a discount is possible when purchasing several Enfold themes (approx. 15-25).
Best regards
Yamil Omar Gimenez
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.single-tribe_events #tribe-events-footer {
display: none;
}
Best regards,
Mike
Hello,
I am using the Enfold theme, and I don’t know how to get rid of the huge empty space under the boxes that move just under the top photo. I’d attach a picture, but I don’t know how… but if you scroll down slighly from the top of the home space, after the boxes, and before the video, there is a huge space.
How can I control this?
I need to change the order of cells when the cells move to single column, for example, when viewed on mobile. I need cell 5 to move to position 10, and cell 6 to move to position 7, cell 7 to move to position 6, cell 8 to move to position 9, cell 9 to move to position 8, and cell 15 to disappear. How can this be achieved?
If possible, I’d also like the images to stretch to fit (fully fill the cell—and only the cell—regardless of browser width).
Hey maryenvato,
Thanks for the kind words and for using Enfold :-)
We don’t provide customisation like that unfortunately, but I’m not sure I fully understand what you are looking to achieve? Do you mean that you want to replicate layouts from other themes or sites?
Best regards,
Rikard
IdaGuest
Hi,
I am currently using the Enfold theme with the Advanced Layout Builder to manage content on my website. I would like to inquire if it is possible to schedule changes in posts and pages while using the Advanced Layout Builder. Specifically, I’m looking for a way to edit existing content and set a future date and time for those changes to go live automatically.
Additionally, could you let me know if Enfold’s Advanced Layout Builder is compatible with any third-party plugins that support scheduled content updates? If so, I would appreciate any recommendations or guidance on how to implement this feature.
Thank you for your assistance, and I look forward to your response.
Best regards,
Ida
Go to Enfold Options Page – Header – Tab: Extra Elements

for the first two settings Header Social Icons and Header Secondary Menu these content had to be set – if they should be shown on that header_meta (top-bar).
For secondary menue – you had to declare a menu as secondary menue on appearance – menus :

For Social icons – go to Enfold Option – Social Profiles.
For Phone Number – you had on the right side an input field for that content ( tags are allowed here)
you might have something like:
<a href="domain/kontakt/#av_gmap_0"><span class="map">Location</span></a><a href="domain/kontakt/"><span class="contact">Contact</span></a><a href="tel:+492281234567"><span class="tel">Phone</span></a>

Hello.
No matter how much I search, I can’t seem to find how to make the top bar appear (Like the grey-blue one at https://kriesi.at/themes/enfold-shop/ with the “Give us a call now” text), or how to edit it’s content. Can you please let me know?
Thank you
Thanks now it’s perfect but why this time it was necessary to act on the css and I can’t modify it directly from the enfold options?
Hi,
Thank you for the update.
Have you tried adding this code in the functions.php file as @Guenni007 suggested in the previous thread?
function admin_head_mod() {
echo '<style type="text/css">
#postbox-container-2 { clear: left; }
.index-php #postbox-container-2 { clear: none; }
</style>';
}
add_action('admin_head', 'admin_head_mod');
Thread; https://kriesi.at/support/topic/enfold-back-end-not-working-in-safari-on-sequoia/#post-1468431
Best regards,
Ismael
Hello everyone,
For those who are interested, you can download the latest version of the Italian language
Download here
Translation: Italian language
Version: Enfold 6.0.5
Released on: 10th October 2024
Strings: 6549
All translations are synchronised with the source files
Regards
Luigi
what is that wpo minifiy ? maybe this is not working correct.
i got 35 error listiings in dev console.
f.e.: Uncaught ReferenceError: jQuery is not defined
try to deactivate your WP Super Minify clear cachings and have a look if enfold works as expected.
Hi,
Thanks for that, it’s still working when the parent theme is activate though. You could try using a clean child theme insted: https://kriesi.at/documentation/enfold/child-theme/. There’s no need to use plugins for that.
Best regards,
Rikard
Hi,
After migrating to the new events calendar …. on single events the sidebar moved to the bottom.
I am using Enfold on this website. I use your theme and The events plugin for years now. So I really appreciate a solution for this.
Thank you in advance and looking forward to your reply.
Cheers, Ariane
Hi,
Please see our documentation: Add Images to mega menu
and create a new column in the mega menu with the image.
Best regards,
Mike
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.
Thanks @guenni007 for helping out :-)
Best regards,
Rikard
Hey Gianluca,
Did you check your settings under Enfold->General Styling, and Enfold->Advanced Styling?
Best regards,
Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-2002 .avia-content-slider-inner span.blog-categories {
display: none;
}
.page-id-2002 .avia-content-slider .slide-image {
max-height: 210px;
height: 210px;
}
Note that it will only apply to the blog page.
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
well – be more specific in your selectors – change your rule to :
.header_color .main_menu ul:first-child > li.current-menu-item > a > .avia-menu-text {
font-weight:700
}
the greater than (>) indicates that only the direct descendants are meant, and not grandchildren etc.
or you can do that by enfold – under advanced styling there is the choice to style only “main menu links” and that means only first level items.
It does not show them on this page https://kriesi.at/themes/enfold-shop/checkout/ , so why is it showing on https://headstartprimary.com/checkout/
-
This reply was modified 1 year, 5 months ago by
whdsolutions.
Hi, goodmorning,
When I want to edit a page the layout of the avia editor is not in one line.
You should see (from top to bottom) Title, Layout editor, Yoast and on the right side image, publish, category, tags etc.
This is on multiple websites with Enfold.
So far I have:
Reinstalled WordPress;
Downgraded Enfold to 6.0 and updated to 6.0. 5;
Deactivated plugins and activated them one by one.
I have not found an answer for this problem anywhere.
I have made a small video and a screenshot and would like to share it with you so you know what I mean. But I can’t find an upload possibility.
Hey bemodesign,
Please try the following in Quick CSS under Enfold->General Styling:
.main_menu #menu-item-11678 a:hover {
color: green;
}
Best regards,
Rikard
Hey Martin,
Please try the following in Quick CSS under Enfold->General Styling:
section.related .inner_product .thumbnail_container {
height: 300px;
max-height: 300px;
}
Best regards,
Rikard
Hi there
There seems to be 2 credit card fields on the checkout page and we only need one.
How do we remove these? https://ibb.co/DGsJkdY
It does not show them on this page https://kriesi.at/themes/enfold-shop/checkout/ , so why is it showing on https://headstartprimary.com/checkout/
We are using the folowing payment gateways:
Stripe
Invoice
PayPal
Disabling the gateways makes no difference!
-
This topic was modified 1 year, 5 months ago by
whdsolutions.
-
This topic was modified 1 year, 5 months ago by
whdsolutions.
Dear support team, dear forum,
As part of the frontpage setting, I have selected a page that is unfortunately not displayed. Only when I specify this page as a custom 404 page is it displayed. However, I then get the https://MEINESEITE.com/?avia_forced_reroute=1 after my domain name in the address field.
If I use the option “Display selected page without redirect” under the custom 404 settings, there is no addition in the address bar.
Do you have any idea why my selected page in the frontpage setting is not working?
Many thanks.
Kind regards,
bleistift
Enfold 6.0.5, WP 6.6.2
-
This topic was modified 1 year, 5 months ago by
bleistift. Reason: Additions
Hey Svlf1,
Thank you for the inquiry.
What is the current version of the theme? Please make sure to update to version 6.0.5. If the issue persists after the update, try to toggle or temporarily disable the Enfold > Performance > File Compression settings. Let us know of the result.
Best regards,
Ismael
Hi,
We adjusted the css code again. Please make sure to temporarily disable the Enfold > Performance > File Compression settings and purge the cache before testing the page again. You can also try checking the site on incognito mode:
@media only screen and (max-width: 390px) and (max-height: 844px),
only screen and (max-width: 375px) and (max-height: 812px) {
.avia-section.av-4yjl9v-7b320115415e977d04047ac1e3f3980a .av-parallax .av-parallax-inner {
top: 150px;
}
}
Best regards,
Ismael