This reply has been marked as private.
Hi,
Glad Guenni007 & Ismael could help, thank you Guenni007, 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,
I have added menu woth some custom links and Im try to let the links open in a new window.
Please help. On wordpress you have the oiption to choose the display options but not on the enfold custom menu links.
Please help.
FWParticipant
Hi,
can ich add “blog-categories minor-meta” to the Masonry Blog layout somehow? Like you can see it in all the Author Blog layouts. (https://kriesi.at/themes/enfold/blog/blog-single-author-big/)
-
This topic was modified 12 months ago by
FW.
-
This topic was modified 12 months ago by
FW.
Hi Ismael,
I’ve seen this suggestion before, but by giving the “Editor” role ‘manage_options’ they also get access to the general settings, and I want to avoid that. For me, the more elegant solution would be to lower the rights request in the Enfold Child theme via functions.php to ‘edit_theme_options’.
Best regards,
Marion
Hi,
Thanks for the update. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.page-id-59975 .woocommerce-review__author, .page-id-59975 .woocommerce-review__verified, .page-id-59975 .cr-comment-productname-a {
color: #fff;
}
Best regards,
Rikard
Hello,
I have found two posts on this topic, but they are very old:
How to enable the Enfold “Theme Options” for editors?
Enabling the Enfold “Theme Options” for editors also reveals “Settings” menu
The solution “You can copy the whole avia_adminpages class to your child functions.php” doesn’t work for me.
What exactly do I have to write in the functions.php, to change
Line 219: and line 233:
'manage_options', // capability`
in:
'edit_theme_options', // capability`
Best regards,
Neverlands
Hi I am setting up a webshop with woocommerce and use the woocommerce germanized plugin.
On my product page the product units format is not displayed correctly.
in my wcgzd settings the format is : This product contains{product_units}{unit}.
So a 100g package should have the addition: This product contains 100g
On my product page it displays: gThis product contains 100
This problem is specific to enfold, when I am using the basic wordpress theme the product units and unit are displayed correctly on my productpage.
How can i fix this?
Ted CheskyGuest
I know this is the wrong channel to reach you but I have just paid for support for my enfold theme and am not able to register. You sent me a link to set my password, but when I click the link it goes to a login screen with the message: ‘Error: Your password reset link appears to be invalid. Please request a new link below.’ I have requested a new link several times and used the Lost Password link on the support page, but nothing shows up in my email.
If our site has sliders built with Avia Layout Builder (ie. Fullwidth Easy Slider), do we need Layerslider? Site in question is in private content. You can see our homepage slider.
Asking as we read about Enfold optimization and removing/disabling Layerslider from the theme options (Layout Builder).
This reply has been marked as private.
Hi @Guenter, @yigit,
I just finished updating Dutch language files for Enfold 7.0 and created a pull request in Github for it.
Best regards,
Roger
This reply has been marked as private.
update.. Godaddy has activated the MySQL component so that seems to be all set… and the front end of my site is now loading… However, the error that I’m running into on the backend is that when I am trying to edit my existing pages, they are not loading and I think it’s because the new version of Enfold has a different type of editor… As you can see in my page URL below, it is referring to the ‘classic editor’ … How can I access my pages within WordPress using the most recent version of Enfold?
https://www.thirdeyeyogastudio.com/wp-admin/post.php?post=3981&action=edit&classic-editor=1
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 rixi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
.avia-icon-list .iconlist-timeline {
display: none;
}
}
Best regards,
Rikard
Hi there… I’ve updated PHP to the latest version and now my site has the following error:
‘Your PHP installation appears to be missing the MySQL extension which is required by WordPress.’
So just to recap, the WordPress and the Enfold theme have both been updated and so has the PHP file at this point
Hi there!
Your YT-tutorial “Custom Template and Dynamic Content with Enfold 6 & ACF” (https://www.youtube.com/watch?v=D1sMhQJYamw) explains how to add custom fields to the single page of a custom post type (in the example: Book) using ACF.
Is it also possible to layout the archive page of this custom post type in the same way? In the tutorial video you can only see the image and the title of all books in the overview. How can I add more ACF fields there?
Thanks!
Hi,
Thank you for the update.
You may need to toggle or temporarily disable the Enfold > Performance > File Compression settings and purge the cache afterwards. If the issue persists, please provide the login details in the private field.
Best regards,
Ismael
Hi,
Thanks for the update. Please try the following in Quick CSS under Enfold->General Styling:
.gform-body input {
background-color: #fff;
}
Best regards,
Rikard
Hi,
Thank you for the screenshot.
You can add this css code to adjust the padding around the text block:
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.flex_column.av-1u3m9t-a03b2b260720678788546a33a5e89656 {
padding: 50px 10px;
}
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings, then purge the cache.
Best regards,
Ismael
Hey Maxime,
Thank you for the inquiry.
“Did you install any image lazy-loading plugin? Please try to deactivate it temporarily. You can also disable the Single Post Navigation in the Enfold > Blog Layout > Single Post Options panel. The navigation seems to contribute to the CLS issue.
Best regards,
Ismael
Hi,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
.avia-slideshow-arrows a::before {
background: rgba(0,0,0,0.7);
}
Best regards,
Rikard
Hi,
Thanks for that. What happens if you toggle the file compression options under Enfold->Performance, and activate the option to delete old CSS and JS files?
Best regards,
Rikard
Ismael,
Thank you SO much! It was a bit more than that, but you sent me down the correct path to solve the mystery. The original build of the website had anchor HTML in Special Headings elements. I replicated that building the Wildfire Resilience page before I purchased a new license and updated Enfold to the current build. The fullwidth easy slider had probably broken before I ever started working on the new page. The current build has a warning about breaking the back or frontend of Avia by doing this, but I didn’t see it until you directed me to fix my missing underscore in Home Hardening.
I went through, stripped the HTML out of the Special Headings elements and created anchors in HTML in code blocks instead. Problem solved!
If I could send you chocolate for helping me crack this, I would!
Best!
Rebecca
Hello… I have just FTP uploaded the latest version of enfold (and renamed my old version just in case as a back up…) I also have a child theme… I’ve done this before and I know my way around this stuff well enough… The new theme is not working and I’m getting a broken website on the front end: ‘There has been a critical error on this website’. I am doing this not only to keep my theme updated but also because the API key that I inputted in WordPress is not working, so automatic updates are not happening… I also need to update the PHP file but I cannot do that until the latest version of Enfold is installed
Thanks!
@ismael
The code is added under enfold/ general stying/ quick css. I also disabled the file compression. Attached is a temporary link for you to login.
Hey edithfrei,
When I check your footer I’m not seeing any issues:

Please include a screenshot of what you see and paste the image URL in your post.
Best regards,
Mike
Hi,
When I check your two sites I don’t see a difference:

Best regards,
Mike