Hey xxtita,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1440px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Best regards,
Rikard
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
Hey Susie,
Thanks for reaching out to us. We create and maintain the Enfold theme, but we are not a design company and we don’t create custom sites. If you would like to buy the Enfold theme, then you can do so here: https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Best regards,
Rikard
Hey divinecurio,
1. Please add this to the copyright field:
[nolink]
2. Please try the following in Quick CSS under Enfold->General Styling:
.av_header_transparency .av-hamburger-inner, .av_header_transparency .av-hamburger-inner::before, .av_header_transparency .av-hamburger-inner::after {
background-color: white;
}
Best regards,
Rikard
Hi Support Team,
I used your script in the documentation (https://kriesi.at/documentation/enfold/social-share-buttons/#how-to-add-custom-social-icons-to-enfold-options) to register a new facebook-icon for use in the Enfold > Social Profiles Area – everything works fine.
Now I would like to add another new insta-icon the same way.
Could you please help me to extend/alter the script in the functions.php?
best regards,
phil
Hi there 2 things I’d love your help with:
1. How do I remove the “Enfold WordPress Theme by Kriesi” in the footer please, it is not editable in the footer section.
2. How do I make the burger menu icon a different colour when I am at the top of the page and then when scrolling a different colour? Currently I have just 1 colour selection.
http://www.movewithmaria.co.uk
thank you
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,
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,
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,
Thanks for letting us know, 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
Hello,
Thank you very much for the idea and the plugin. I think that’s too powerful.
First of all, we decided to present it relatively simply. We would like to use Enfold’s new chart element for this.
Is there a way to always display the months (January to December) and the bars individually depending on the vegetables. For this we only need the view of 3 bars (similar to the link I already sent privately).
Would it be possible to adapt the chart tool accordingly? Can you help?
Thank you!
DejanGuest
I’m using the WP Job Openings plugin for job listings. I’m facing some challenges when it comes to customizing the job details page.
Unfortunately, there are no advanced Enfold options available on the page settings itself for the job details page. I’ve searched through the Enfold documentation and the WP Job Openings plugin documentation, but I haven’t been able to find a clear solution.
I would like to have full width and the top menu as I have on others, but unfortunately I can not find how to make edit on this post type.
Thanks
Hi Patrick,
Sorry for the late reply.
Als Kommunikationskanal ist möglich: https://github.com/KriesiMedia/Enfold-Feature-Requests/issues
Für Anregungen und Wünsche sind wir jederzeit offen und dankbar – soferne diese für andere User Sinn ergeben, werden sie gerne berücksichtigt.
Filter im core einzubauen ist jederzeit möglich. Gib uns einfach Bescheid, wo genau.
Deine Änderungen oben habe ich einmal in Vormerk genommen – konnte aber noch nicht genauer drüberschauen.
Best regards,
Günter
Hi,
Enfold 6.0 including the features mentioned before is on the roadmap close to release. We still do testing and are working on the docu for it.
A final release date cannot be said at the moment.
Best regards,
Günter
Hi,
1-2.) You can display the product category title and breadcrumb by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. However, if you prefer to customize the template yourself, you can create a copy of the wp-content/plugins/woocommerce/templates/taxonomy-product-cat.php file, or you can use the following hook in the functions.php file:
add_action('woocommerce_before_main_content', function() {
if(is_product_category())
{
echo "<h3>" . woocommerce_page_title(false) . "</h3>";
}
}, 30);
3.) The builder is deactivated for the default shop page by default, but you can enable it by adding the following filter in the functions.php file. However, please note that there are limitations when using the ALB, and other shop or product features may not work when the layout builder is active.
add_theme_support( 'avia_custom_shop_page' );
Best regards,
Ismael
Hi,
Thanks for the follow up.
You can display the title and breadcrumb by adjusting the Enfold > Header > Header Layout > Header Title and Breadcrumbs settings. Set it to the first option to display the title and breadcrumbs.
Or edit the enfold/taxonomy-portfolio_entries.php file and look for this code:
<div class="category-term-description">
<?php echo term_description(); ?></div>
Replace it with:
<div class="category-term-description">
<h3><?php echo single_term_title(); ?></h3>
<?php echo term_description(); ?></div>
Best regards,
Ismael
Hi,
Thank you for the update.
Your css code should have worked. Where did you add it? Please try to move the modification in the Enfold > General Styling > Quick CSS field, then temporarily disable the Enfold > Performance > File Compression settings.
#top .acme-av-special-heading .special-heading-border {
display: none !important;
}
Best regards,
Ismael
Hey Qgrafica_7,
Thank you for the inquiry.
1.) Have you tried using the Layer Slider element? Add a Video layer or element, then enable the Background Video option in the Layer Settings > Video Audio > Media Options panel.
2.) Would you mind providing a screenshot of the issue? You can adjust the style of the title in the Enfold > Advanced Styling panel.
Best regards,
Ismael
When using Enfold and WooCommerce … How do you show both Product Categories and Product Sub Categories on the Shop page?
What are the settings or special CSS?
Thanks Dave
Hey denkom67,
Thanks for your question, your theme version is very old and will not update with the token, you must update manually, while I would not expect any issues I recommend creating a full backup with your webhost backup tool, I don’t recommend using a backup plugin. If you are not sure how your webhost backup works then you should ask them and ensure you have a working backup of the files and database. If your former developer customize any of the core theme files then those customizations will be lost, most developers would not do this, but it’s another reason to have a backup. If your site is using a child theme and you have any customized files you will want to save these as a backup and remove them from your site as they most likely cause errors after you update. I recommend first creating a staging site to test on, most cPanel webhosts have a staging site option, some in the dashboard:

Others add the option in the Softaculous WordPress Management

There may be other staging site options in different cPanel servers, these are the two that I have seen, if you are not sure ask your webhost for help.
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,
I’m using the Enfold law firm demo which uses 1800px x 750px images that display as full scale images. When I replace the
demo images with mine, the images are getting cropped. I tested two images – one is 1800px x 750px the other is
1024px x 682 px – with media library attachment display settings set to medium and to full scale image. No matter what setting I choose the images remain cropped.
How can I make my hero images be as large as the law firm demo? Thanks.
Demo – https://kriesi.at/themes/enfold-law/
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’m helping my wife update her company’s WordPress site which was built approximately eight years ago by a contractor using the Enfold theme. There is no-one particularly tech savvy at her company, and the site unfortunately hasn’t been updated in quite a while. The Envanato theme version on the site is 3.8; WordPress is 6.15; and PHP is 7 dot something.
How do I go about getting the theme updated? I generated a personal token and managed to get update checks working, but the theme says no updates are available and that it’s running the latest version.
Thanks,
Matt
-
This topic was modified 2 years, 1 month ago by
denkom67.
-
This topic was modified 2 years, 1 month ago by
denkom67.
-
This topic was modified 2 years, 1 month ago by
denkom67.
-
This topic was modified 2 years, 1 month ago by
denkom67.
I am using the Event Calendar (basic) that is included with Enfold. Up until January 1, 2024 it was working perfectly. However, now when I import new events via CSV, all dates are set to January 1, 1970. I cannot find an Event Calendar forum to ask this question in, so any help would be appreciated. If you can point me to the proper forum, that would be very much appreciated too.
Using a gallery with lazy loading disabled on the element and globally, the images still don’t load until you scroll to the bottom of the page – https://wt026141915.mywtenfold2.com/celebrations/. Is there another setting somewhere?
-
This topic was modified 2 years, 1 month ago by
mgyura.
Hi,
This code is working for sections where I have centered headings i.e., Heading Style = (Elegant Style Centered), thank you. But the left aligned headings (Heading Style = Default Style) still have a horizontal line to the right. I don’t want any lines in headings. Could you suggest css code for removing the line for the Default style heading as well?
I tried the following css for Default style Headings – adapted from a related support ticket RE: Default style Special heading but the code did not work. – see LINK
.acme-av-special-heading .special-heading-border
{
display:none !important;
}
Hi
I’m a great fan of enfold. But don’t no why in this project the speed test for mobile version is terrible. Can you help enhance the speed test?
Check this out: https://pagespeed.web.dev/analysis/https-www-peoplexbrand-com/zye5b7aku5?form_factor=mobile
I have followed all the instruction to setup the configuration performance of the template to speed up but it doesnt work.
Thanks…
Hi –
I’ve received an e-mail from Envato about extending my current support for Enfold, which is due to expire soon, in which they say …
“By extending support for the below item before they expire, you’ll save $11.75 off the regular support price
Enfold – Responsive Multi-Purpose Theme
Price will increase to $41.13 from 05 Mar 2024”
… but if I click on the link given (https://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990/support?utm_campaign=sysemail&utm_content=sysemail&utm_keyword=sysemail&utm_medium=email&utm_source=expiring_support_notification&utm_term=sysemail) this just takes me to the standard sales page, which only has the option to buy a new license for $59. How do I take advantage of the offer to extend support and save $11.75?
Thanks – Ashley
This reply has been marked as private.
Hi,
Please open a new thread so we can assist, as this is not your thread so posting your admin login here will not be private and you will not see our comments in the Private Content area.
Thank you for your patience and understanding and for using Enfold.
Best regards,
Mike