Laba diena Renata! :)
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
.html_header_transparency .sidebar {
padding-top: 100px;
}
2-
h4.entry-title.summary {
font-size: 14px;
}
ol.hfeed.vcalendar {
margin-left: 0;
}
3-
.text-sep-date, .comment-container, .text-sep-comment, .blog-categories, .text-sep-cat, .blog-author { display: none !important; }
Changing blog layout allows you to change your blog overview page using Advanced Layout Builder. It is not possible to use ALB ( technically it is, but we do not recommend or support it ).
4- Please flush permalink settings in Settings > Permalinks
Regards,
Yigit
No I don´t use it – I mean to don´t see any functions in WordPress.
I just cleared it with the following:
// require_once( ‘config-bbpress/config.php’ ); //compatibility with bbpress forum plugin
// require_once( ‘config-woocommerce/config.php’ ); //compatibility with woocommerce plugin
Becuse in my newes works with Enfold I try to cleanup a little bit mor to have a faster page speed!!!!!
Hey robert7878!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { display: none !important; }
Cheers!
Yigit
Hi samforan!
You can do so using custom CSS in Quick CSS field in Enfold theme options > General Styling. Can you post the link to your website and point out the elements you would like to customise?
Regards,
Yigit
Good day,
I’m trying to set my “News” as a blog entries and I have few things that I cannot work out:
1. The sidebar is too high, it almost reaches my main menu – how to move it down a little?
2. I inserted Events in my sidebar (not a calendar, but a list) and the name of the event is shown in such a heading, that it exceeds the title “UPCOMING EVENTS” – doesn’t look nice. Is there a way to change it? Couldn’t find any customization for Event on Sidebar. Or maybe it could be displayed as a month, not a list, although in Events section the primary display is a list?
3. In Enfold Theme Options -> Blog Layout I marked “blog style” as “use the advance layout editor to build..” but when I go to my blog entries or try to add a new one there is no option to choose advance layout editor. Also, I did mark to show only the Blog post date but it still displays the author, category etc – I really don’t want others to see it like a blog with all that stuff. What am I missing?
4. On the sidebar under “Latest News” – if I press on any of the news to show only that one entry, it comes up with a “nothing found” entry – hmmm… what’s wrong?
Thanks,
Renata
Hi,
today I recognized that our site has problems with the some media elements.
Here a few examples:
Galerys:
http://checkpoint.schlossklaus.at/portfolio-item/208/
Masonry Galerie:
http://checkpoint.schlossklaus.at/portfolio-item/teenweek-2014/
Fading Slider:
http://checkpoint.schlossklaus.at/
And some more stuff:
http://bibelschule.schlossklaus.at/bibelschule/
http://diakonie.schlossklaus.at/adelsmayrhof/
I dont know when this happen, i saw it only today -.-
Help pls :) I have no ideas, how to fix the problem.
I will try to deactivate the plugins, and renew the theme files, any other ideas, what i can do?
Cheers
Patrick
(Replaced Enfold files, and now it works again)
Moin,
auf die Gefahr hin, es übersehen zu haben:
Ich liebe Enfold und nutze es gern.
Schrift zu klein, den Weg für den BODY schon Dank Forum gefunden.
Da bleibt aber einiges über mit zu kleiner Schrift, wie in der Überschrift gefragt (Teile der Sidebar, Letzte Beiträge, Breadcrump etc).
Wie/Wo kann ich die anderen Font-Sizes ändern, so daß ich nix zerstöre, wie responsive etc?
DANKE schon jetzt für Euren Tipp,
LG Georg
I purchased Enfold but cannot install it.
I simply went into the WordPress “Plugins / Add New” to bring up the ” Install Plugins” dialogue. I went to “Upload” and navigated to the “Enfold” folder where the “Style.css” file was located (as per the WordPress instructions). I zipped the folder and uploaded it. It uploaded but did not install.
Any help would be truly appreciated. I would even pay your team to help install this theme.
Thank you in advance,
Timothy
Hi briefencv,
In case your core WP install doesn’t have custom code, I’d advice you to simply go into WP admin > Dashboard > Updates > Click: “Re-Install Now”. That should get your WP install back into its original state. Re-Install does the same as when you update WP from the admin area, so no need to fear it overwrites anything other than the core files.
In case you’ve custom code in your WP install: I’d just download the latest WP package, extract it and then upload its functions.php to the server.
Hope this helps.
Kind regards,
Ralph
PS: Nice Enfold customizations!
Hi Yigit!
Thanks for your fast response as always ;)
But, this does not do anything?
I’ve seen in another post that this is because the blog option is not selected in the theme settings, but like I said before, I do not want to do that because of navigational purposes (separate landingpages for each menu item including subitems, separate topics etc)
So, I would like to change “Blog – Latest Posts” into something of my own choosing and “Archive For Category” as well. And I would like to do it in my childtheme, so I do not disturb the main Enfold files.
Do I have to copy certain .php files and put them in my child theme directory via ftp? And if so, which code do I keep and which code do I change?
Sincerely,
Morticka
Hi guys
I’ve bumped into so many things already, and foud solutions in the end. This time, I’m just too non-techy to understand even where to begin. There’s an error message on top of my website, on each page. It says Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /srv/hchcur/www/www.hch-cursussen.nl/wp-includes/functions.php:1) in /srv/hchcur/www/www.hch-cursussen.nl/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
You can see it happening here – hch-cursussen.nl – and it’s been there since I opened (and moderated, but not really) the functions.php file that’s in wp includes (!) on the server. I didn’t know where to add a certain piece of code. So I tried it over there, then removed it again, and the error message has been there ever since.
Can you guys help me out what I can do to fix it? Thanks in advance!!
Hi there
Love your theme but having a little issue with getting a filter to fire. We tested using a WP hook/filter for a plugin called Formidable pro on our site using a different theme successfully before copying it over to our client site that uses ENFOLD. We are finding that the hook we are using to modify default behavior for the plugin is not firing
We have tested the code added to functions.php along with identical setup with three other themes (Avada and Maximus and 2014) and all works as expected. As far as we can tell this is particular to ENFOLD.
its a very simple little filter that we have used often in other productions with formidable. Its meant to modify/filter the where clause for results looked up by Formidable Pro:
add_filter(‘frm_where_filter’, ‘starts_with_filter’, 20, 2);
function starts_with_filter($where, $args){
if ($args[‘display’]->ID == 6157 and $args[‘where_opt’] == 551){
$where = str_replace(” ‘%”, ” ‘”, $where);
}
return $where;
}
This was a little unexpected for us.. we have used ENFOLD for a while and like the theme, however this little problem has us stumped and has left our client in a predicament.
Any guidance you can offer to ensure this filter fires would be greatly appreciated.
Hi
When I use the enfold full width slider which I love. For some reason the option to link to buttons isnt showing. I’m using the latest version of Enfold 2.8.1
Any advice?
Hey Nomadigo!
Please update Enfold to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hey Gurify! :)
You are using Enfold version 2.6.2, please update it to the latest version 2.9.1 via FTP – http://vimeo.com/67209750
Best regards,
Yigit
Hi!
@promat Please see – http://vimeo.com/92503669
If you have any other questions or issues, please feel free to start your own topic here – https://kriesi.at/support/forum/enfold/#new-topic-0
Best regards,
Yigit
Hi!
You should place these files inside Enfold/lang folder and site should be translated. I am assuming that you are using WordPress in Chinese as well?
Regards,
Yigit
Hi olivemill!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
a.bbp-forum-title:visited {
color: yellow !important;
}
Best regards,
Yigit
Hi, I want to use Enfold to produce a site that has a membership page. I’ll probably use the WPMU membership plugin for this, and the membership page will give members access the download members’ newsletters and read selected members-only articles.
Do I need to have an extended license to use my customised version of the Enfold theme for this site?
Thanks, Richard
Hey resbangkok!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.search .sidebar { display: none !important; border: none!important; }
.search .container .nine.units { width: 100% !important; border: none !important; }
Best regards,
Yigit
Hey!
Please go to Enfold theme options > Header Layout > Extra Elements and choose to display “Phone Number or small info text”. You can enter HTML in that box and change background color and text color in Advanced Styling tab. I believe that would be the easiest way :)

Regards,
Yigit
Hi James!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
a.slide-image {
background: transparent!important;
}
Cheers!
Yigit
Hey jerrick1!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo, .logo a, .logo img { width: 100%; }
#header_main .container { width: 100%; margin: 0; }
.logo img { padding: 0; }
div#header_main { max-height: 122px; }
.html_header_top.html_header_sticky #top #wrap_all #main { padding-top: 158px; }
Cheers!
Yigit
Hi McEwans!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_menu { right: auto; left: 15%; }
You may need to adjust left value
Cheers!
Yigit
Hey Dave!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#text-13 .image-overlay {
display: none!important;
}
Regards,
Yigit
Hi,
Last friday, I update to the latest version of wordpress and enfold. This morning during a test, I encounter the same error about contact form… Nothing was sent…
After some test, it’s appear that my problem was an incompatibility with the plugin : Mailjet for WordPress
Since I desactivated it, the contact form now work fine :)
Hope that helps
Regards,
Clal
Hi Josue,
I added the code to functions-enfold.php and:
1. It seems to add the code to every page (which isn’t desirable): only to the thank you page after an inquiry took place.
2. The code isn’t directly before </head> (there is still other style sheet code) and
3. It creates a grey box above the menu.
I have the per page head plugin installed and can add code to the head of any page, the biggest issue is though that our AdWords re-marketing code cannot fire if the code isn’t directly above the </head> tag.
This reply has been marked as private.
Hi Josue,
Now the website doens’t work at all. I get the following error:
Fatal error: Call to undefined function avia_get_header_scroll_offset() in /home/outlouwd/public_html/krugerparksafari.com/wp-content/themes/enfold/css/dynamic-css.php on line 772
Regards,
Johan