Hi,
Thanks for the update. If you have additional questions which are not related to the original post, then please open a new thread.
Best regards,
Rikard
Hi guys,
I’ve got the mega-menu navigation to be full width by modifying Guenni007’s CSS. Test with the “SERVICES” mega-menu item.
My /dev/ site: https://bclaunchpad.com/dev58/
/* === makes nav full width with addition of BLANK links === */
#top #header .avia_mega_div {
position: fixed !important;
width: 100vw !important;
left: 0vw !important;
right: 1.5vw !important;
top: 140px !important;
background-color: rgba(255,255,255,0.8) !important;
-webkit-backdrop-filter: blur(5px) !important;
backdrop-filter: blur(5px) !important;
border-radius: 0 !important;
border: 1px solid #ffffff !important;
}
#top #header .avia_mega_div ul {
background-color: transparent !important;
}
/* ================ */
.blank-link > span.mega_menu_title {
clear: both !important;
color: transparent !important;
}
Now, if you could possibly help me make the mega-menu (drop down) items ease-in from the top as in this example, that would be great.
Sample site the client likes: https://qpokc.com/services/offset-printing
Here’s the CSS from the example site, but I’m not sure how to target the nav in the enfold theme drop down mega menus.
@media (min-width: 968px) {
.l-navigation .dropdown {
position: absolute;
visibility: hidden;
background-color: #01237A;
width: 100%;
top: 100%;
left: 0;
transition: height 1s ease-in;
padding: 15px 0 15px 0;
overflow: hidden;
z-index: 1000;
margin-top: -18px;
}
}
.l-navigation .dropdown ul {
max-width: 670px;
margin: 0 auto;
transition: none;
position: relative;
top: -10px;
display: inline-block;
text-align: left;
}
@media (min-width: 968px) {
.l-navigation .dropdown ul {
opacity: 0;
display: grid;
grid-template-columns: repeat(3, 1fr);
column-gap: 30px;
row-gap: 5px;
}
}
.l-navigation .top-link-li:hover .dropdown {
visibility: visible;
}
@media (min-width: 968px) {
.l-navigation .top-link-li:hover .dropdown {
transition: height 0.2s ease-in;
}
}
@media (min-width: 968px) {
.l-navigation .top-link-li:hover .dropdown ul {
transition: all 0.5s ease-in-out;
opacity: 1;
top: 0;
}
}
Thank you in advance!
Shane
Hi,
Thanks for the, 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 rvga,
Are you sure that you are uploading the theme to the correct location? You could try changing the template name in style.css to see if it’s correct, the updated name should appear under Appearance->Themes then. You could also update via the theme backend: https://kriesi.at/documentation/enfold/theme-registration/
Best regards,
Rikard
This reply has been marked as private.
I can’t get most of the fonts to show up correctly when in the Enfold Theme Options settings. I am going to the fonts tab in the General Styling Panel and when I change it to any of the Web Safe or Google Fonts they aren’t appearing for me. Also if I try changing the header font family in the Advanced Styling panel, the changes won’t update. I have the font set to Dosis in General Styling and headers set to Exo in Advanced Styling right now. Is there something in the backend I need to fix for this to work? I can only get the fonts to show up if I target each class and update in the Additional CSS which I don’t want to be doing. Site credentials below. Please advise. Thanks
-
This topic was modified 5 months, 1 week ago by
HU_Dallas.
Hello everyone,
I’m stucked with that little blog I can’t update Enfold.
The installed version is the 4.9.2.
I’d like to upgrade it to the latest one (6.0.8) but for some reasons I can’t explain I can’t make it.
When I send the lastest version through filezilla inside the theme directory, it doesn’t take place nore it appears through the back office interface as it should. I don’t understand why?
Plus I have tons of error messages…
Nothing works or behaves as it should be, I need pros helps.
Please…
This reply has been marked as private.
Hey bellwetherroofing,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-3427 #av_section_1 input.button {
background-color: red;
}
Best regards,
Rikard
Hey bellwetherroofing,
Please try the following in Quick CSS under Enfold->General Styling:
.home #av_section_5 .iconbox_icon {
font-size: 14px;
}
Best regards,
Rikard
Hi,
It’s possible to edit the breakpoint for the mobile menu. But is it also possible to change the breakpoint of the content/ columns? By default, enfold sets the breaking point at 767pixels. But i would like to change that, for example, to 1100 pixels.
I would like to change it at 1 place (in CSS/javascript/functions for example). Not for each column seperately because that’s too much work each time.
This reply has been marked as private.
Hi Guenni007,
Thank you for your note. I downloaded Footer.php and added it to the child theme. However, I can’t see any changes afterwards.
The wav analysis still shows <main> as the landmark and there is no markup as a footer in the source code either.
We use a normal page as a footer and have selected Replace footer and socket in the Enfold settings.
I have tried to find a workaround to mark up the footer page, but so far without success.
However, to comply with the Accessibility Act, the footer landmark is unfortunately absolutely necessary (marking up the socket area would be rather misleading on our website).
Do you have any other ideas on this topic?
Regards
Stephan
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-content-slider .slide-content {
display: none;
}
Best regards,
Rikard
I am currently using the Enfold Theme Version 6.0.6 with the following setup:
WordPress Version: 6.7.1
WooCommerce Version: 9.4.2
I have encountered an issue on my WooCommerce product pages where the Description tab content appears twice. Specifically:
The description appears as expected within the “Description” tab.
A duplicate description is displayed directly under the same tab content or elsewhere on the product page.
What I’ve Tried So Far
I attempted to hide the duplicate content using the following CSS code in Theme > Customize > Additional CSS:
#tab-description {
display: none !important;
}
This caused the entire description tab to disappear, which is not my desired outcome.
I also tried to suggest solutions for a similar issue from these threads.
1. First One: Add this CSS code in Enfold > General Styling > Quick CSS:
#top .wc-tab .yikes-custom-woo-tab-title {
display: none;
}
2. Second One: Added the following CSS code in the Quick CSS field under the General Styling tab in the theme options.
.woocommerce-variation-description {
display: none;
}
Could you please guide me on how to resolve this issue so the description content appears only once in the correct tab?
Thank you in advance for your support!
Best regards,
Sid
-
This topic was modified 5 months, 1 week ago by
sidsingh78.
Hi,
Thank you for following up.
The _avia_builder_shortcode_tree is created using the build_shortcode_tree function, which can be found in the enfold\config-templatebuilder\avia-template-builder\php\class-shortcode-helper.php file. It retrieves the shortcodes, parses the content, and builds a structured tree of shortcodes, including their attributes and content. Unfortunately, the internal workings of the template builder are not documented.
The _av_alb_posts_elements_state is an array containing all the shortcodes or elements in the page.
Best regards,
Ismael
Hi,
Thank you for the update.
We removed this code from the functions.php file:
add_filter('use_block_editor_for_post', '__return_false', 10);
Then adjusted the Enfold > Theme Options > Select Your Editor settings to activate the classic editor.
Best regards,
Ismael
why not loading directly from your CDN Servers : you can try the option : Enfold – Performance – Show advanced Options ( switch on ) – Custom Font Loading Source : “Load from CDN Server”
Starting with 5.4 you can decide to load your custom fonts from a CDN server. In this case you must include your own @font-face rules in head. Enfold will supress output of default @font-face rules in dynamic_avia css file to avoid double loading.
Hey ibuzaev,
Thank you for the inquiry.
You can upload Google Fonts using the Custom Font Manager and load them locally, but we’re not sure if they will be compatible with your CDN. If this is not possible, you may need to rely on third-party plugins to load the fonts. Please check the link below for more info.
// https://kriesi.at/documentation/enfold/typography/#how-to-upload-custom-fonts
Best regards,
Ismael
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
Hi communication264,
Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Hi support, please see the problem we are encountering and the temp fix of my colleague.
“If at Enfold > Theme Options > Performance CSS file compression and merge and JS file compression and merge are turned off, then in /home/websitename/public_html/wp-content/themes/enfold/includes/helper-assets.php $which_files is a string instead of an array. And that string then contains the value “”none“”. I have now applied a workaround so that it no longer crashes at that point, but this is something that should be raised with the creators of Enfold. The workaround needs to be reset with each theme update. Permanent fix will have to come from Kriesi.”
Thank you Ismael for your answer.
I’ll analyse the values of these fields and try to determine how to set them programmatically.
The meta fields I’m the less sure about are the following (the values displayed below are from a CPT where I activated ALB manually) :
- _avia_builder_shortcode_tree : a:1:{i:0;a:3:{s:3:”tag”;s:16:”av_custom_layout”;s:7:”content”;a:0:{}s:5:”index”;i:0;}}
- _av_alb_posts_elements_state : a:1:{s:16:”av_custom_layout”;b:1;}
-
This reply was modified 5 months, 1 week ago by
agencelarsen.
Hi
I have received feedback that updating the backend is for whatever reason not updating the frontend when the others are working on the site. One person will see one thing another person something else. So this is very strange. It seems caching might impact this. The site is running WP Rocket.
Right now I am seeing when not logged inn:
https://ktaksering.no/
Left side: a black box with text.
Right side: blue architect image with the words TAKSERING.
When I am logged inn
Left side: a black box with text is not seen.
Right side: Blue architect image is seen.
Hmm I updated the site to WP 6.7.1 and also here I get a translation error seen when logged into the site. As I also mentioned in another thread. I am emailing the other plugin creators directly.
As I updated I now see the left black image has also disappeared when not logged in…..
I also went ahead and updated to Enfold version 6.0.7….
-
This topic was modified 5 months, 1 week ago by
SHR Design.
Hi Guenni,
Thank you for the information. It is very strange that Enfold calculates the images so large. I had Photoshop calculate all the images in a reasonable web size in bulk. All images should be between 100kb-400kb. I will use ShorPixel for this later and hope that the images are calculated at a reasonable size.
Once again on the subject of JavaScript. It now works perfectly everywhere. I just want the individual blocks on the privacy policy page to remain visible when scrolling and not disappear again and again. I can’t manage that. What can I change in the JavaScript or in the CSS? I have already tried both.
Hey ibuzaev,
Thank you for the inquiry.
Looks like the post css file is missing. Please try to temporarily disable the Enfold > Performance > File Compression settings and purge the cache. Let us know of the result.
Best regards,
Ismael
Can we add a Google tag code and a Google Analytics code under the enfold theme -> Google Analytics box?
Hi,
Glad to hear that you have this sorted out, and thanks for sharing your solution, 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,
Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.
@Joajan Please open a new thread and include WordPress admin login details in private, so that we can have a closer look at your site.
Best regards,
Rikard
Same here! Looking for an older version of enfold to downgrade with.