Hi Justin Erwin,
You will need to update theme via FTP or cPanel.
Please refer to our documentation for further instructions: https://kriesi.at/documentation/enfold/install-enfold-theme/#ftp-install
Best regards,
Nikko
Hi Deborah,
Thanks for using Enfold. Did you try to register on the support forum?
Best regards,
Rikard
Hey ivanglaser,
Please try the following in Quick CSS under Enfold->General Styling:
ul.sub-menu li:hover a {
color: #fff;
}
Best regards,
Rikard
Hi woogie07,
You can add a script on the header.php directly however if you’re not using a child theme any changes you made in the enfold theme files will be lost during the update.
If you use a child theme then it’s great to override header.php with header.php of the child theme, but the best solution I think would be using the wp_head hook.
Best regards,
Nikko
Hi Veronika,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi fkm,
We are glad that we are able to help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Nikolai YlirotuGuest
Hi there
I´d like to buy support time to the forum, not new Enfold-theme. No need for that.at the moment.
How to do that.
yrs
Nikolai Ylirotu
Deborah KilianGuest
Liebes Enfold Team, wir haben bereits 2 Templates gekauft – sind sehr zufrieden damit – jedoch können wir im Forum keine Support-Anfragen stellen. Konkret geht es um eine Einbettung eines Layerslider Popup auf einer Seite.
Please take a look at:
You can see I hav added a Notification element just above the photo gallery.
Now please look at:
This is exactly the same website, in a different language and on a different domain, but as far as I know with exactly the same Enfold settings. Also on this page I have placed a Notification element, but it does not look like it should.
What is causing this issue with the Notification element on einberg.net?
Thank you for your help!
Best Wishes,
Alwin
Hi Eleina_Shinn,
We’re glad that we could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi,
Thanks for letting us know, I’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 sebzh22,
There’s no plugin for it however, you can tweak the product slider (or make a new one based on that element).
You will need to use a child theme for this, if you don’t have one yet, you can download and get further instructions on how to use it here: https://kriesi.at/documentation/enfold/child-theme/
Next follow the instructions here: https://kriesi.at/documentation/enfold/intro-to-layout-builder/#add-elements-to-alb
Once those are setup, access your enfold theme files and open wp-content > themes > enfold > config-templatebuilder > avia-shortcodes, copy productslider folder, then go to wp-content > themes > enfold-child > shortcodes, and paste it. Then tweak productslider.php file.
Hope this helps.
Best regards,
Nikko
Hi aestheticare,
Thanks for giving us admin access.
I have added a Custom CSS Class Name my-columns to your Color Section and added this CSS code in Enfold > General Styling > Quick CSS:
@media only screen and (min-width:768px) {
#top .my-columns .flex_column_table {
display: flex;
justify-content: center;
align-items: center;
}
#top .my-columns .flex_column_table .av_one_third {
margin-left: 0;
width: 528px;
max-width: 48%;
}
}
If you need to apply this on your other pages, just use the same layout and add the Custom CSS Class name.
Best regards,
Nikko
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!
Have a site with enfold for a client of mine. Lately the theme has caused me serious problems, or at least I suspect it’s the theme. Every other day most of the images are not visible besides backend. If I open a page in enfold and simply save it again, the images turn up again. I have to do this with every page. Also, the font keeps changing back to default, although it says something else in the theme. För example; I have Open Sans, very thin and large in the settings. This worked before, but now the default versions are what you see when visiting the site, Enfold doesn’t seem to see my settings. A third issue is that some section turn to “Hidden” without my action. It says “click to view” This isn’t either anything I’ve done. That doesn’t really effect the appearance of the site, but it’s a drag not seeing the content as it’s intended backend. Some sections doesn’t either recognize the width I’ve set for it. If the block is 50%, it appears full width. I suspect these issues are related and that something is seriously wrong with the site/theme/installation or something. My client is loosing their patrons with it so I gently need help to solv these issues. I’m talking asap. Hopefully you guys can help out in this. The site has been up and running without a problem for over 3 years before this.
Hi ivanglaser,
We are happy to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko
Hi Marcus,
The enfold child theme can’t be downloaded at themeforest, you can download it on our server: https://kriesi.at/documentation/enfold/child-theme/ then click the large yellow button with the label “Download the Enfold Child theme”.
Best regards,
Nikko
Hi Marcus,
Please try adding this CSS code in Enfold > General Styling > Quick CSS:
/** Desktop **/
@media only screen and (min-width: 1200px) {
.page-id-9 #after_grid_row_2 .av_one_third .avia_textblock {
min-height: 248px;
}
}
/** Tablet: Landscape **/
@media only screen and (min-width: 980px) {
.page-id-9 #after_grid_row_2 .av_one_third .avia_textblock {
min-height: 300px;
}
}
/** Tablet: Portrait **/
@media only screen and (min-width: 768px) {
.page-id-9 #after_grid_row_2 .av_one_third .avia_textblock {
min-height: 390px;
}
}
Best regards,
Nikko
Hey Eleina,
Can you try adding this CSS code in Enfold > General Styling > Quick CSS:
.html_elegant-blog #top .post-entry .post-meta-infos {
float: none;
}
Best regards,
Nikko
Hi Marcus,
What Ismael meant with that is when the code is added and you don’t see any changes you may need to temporarily disable the Enfold > Performance > File Compression settings since older CSS files might be fetched.
Best regards,
Nikko
Hi Justin Erwin,
Thanks for contacting us!
The issue you are having seems incompatibility between the version of your Enfold theme (3.6.1, which is very much outdated) and the latest version of WordPress 6.0.
Please backup your site first, then update it to the latest version of Enfold (5.0.1).
Best regards,
Nikko
Hi woogie07,
Please add this code in the functions.php file of your child theme:
add_shortcode( 'social_icons', 'custom_social_icons' );
function custom_social_icons() {
$args = array( 'outside'=>'ul', 'inside'=>'li', 'append' => '' );
$icons = new avia_social_media_icons( $args, false );
$html = $icons->html();
return $html;
}
If you don’t have a child theme yet, you can download and get further instructions on: https://kriesi.at/documentation/enfold/child-theme/
Next go to Appearance > Widgets > Footer – Column 4, then add a Text widget and inside it add this:
[social_icons]
Then style the social icons, by going to Enfold > General Styling > Quick CSS and add this CSS code:
#top #footer .social_bookmarks li {
clear: none;
}
#top #footer .social_bookmarks li a {
color: #181f35;
}
#top #footer .social_bookmarks li a:hover {
color: white;
}
Hope it helps.
Best regards,
Nikko
Hi,
Glad Yigit 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
Hi,
Glad Ismael 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
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
I have tried applying this to the page in private content by:
1/ Adding ‘banner-grid’ in the grid row developer settings under css class name
2/ Adding the code you supplied in Enfold > Theme Options > General Styling > Quick CSS
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.banner-grid .flex_cell:first-child {
height: 200px !important;
}
}
It has not made any difference to the way the image resizes on mobile view.
Please advise
Thanks
Nice additions to 5.x! Is there any documentetion on the parallax and tramnsition effcts yet? I cannot quite get them to work properly with quick tests.
Is the new demo, https://kriesi.at/themes/enfold-parallax/, available as an upload to a n Enfold installation? I can set up a test site, upload your demo and inspect the settings.
Let me know.
Thank you.
— Michael
Hi,
I am adding the Google Analytics tracking code within Enfold > Google Services
Historically, this has always been UA code. My client has supplied my Global Site tag coding as the Analytics defaults to GA4 property now.
Does the Global site tag code work the same as UA code?
See the code supplied. Is this OK?
Thanks
Marcus
Thanks
Forgive me, what do you mean by toggle.
Are you saying each time I add CSS, I need to disable the Enfold > Performance > File Compression settings, then re-able them if the changes are working OK?
Thanks
Marcus