Hi,
I am switching an old blog to Enfold.
I have used the plugin http://wordpress.org/plugins/easy-add-thumbnail/ to use the first image of each post as a featured (no image set as featured in posts’s featured image field)
For the related post, I have selected the option : “Show Thumbnail and post title by default”
I do not have any image displaying on related post and have a weird pen icon floating…
See : http://goo.gl/eNnUqd
Could you help me having the first image of each post / featured image displaying in the round shape?
Thanks for your great support.
Olivia
I know the solution posted on other threads for getting product categories to show up as a menu option is to enable it under the “screen options”, but on my site, it is not listed. I’ve attached a screen capture.
It is very odd. I run two Enfold sites, and one site it is there, but this site is missing. I tried disabling plugins, and it still didn’t show up. I also disabled all our custom functions in the functions.php file in the child theme, and it still didn’t show up.
Any ideas?

Quick question I”m fairly new to enfold I attempted to locate the enfold/css folder no luck. Can you please help me locate the enfold/css folder. Thank you in advance
Hi
This is in response to the answer #262980, my topic was close and i am having trouble with the child theme.
https://kriesi.at/support/topic/portfolio-arrows-issue/
The child theme is installed, i changed the code on the functions-enfold.php but it doesn’t work. If i add the same file to the parent theme, it works. Is there maybe another code that i need to add so the child theme can read it?
thanks for your help
shanti
This reply has been marked as private.
Hello!
I’m having difficulties seeing the paste from word button in the visual editor in the Enfold theme and was wondering what the problem might be and why that is.
Thanks!
I have a problem.
I modified the wp-config.php file, and I did it wrong, so I “reset” the file, like it was before, but this message continue in the header:
Warning: session_start(): Cannot send session cookie – headers already sent by (output started at /home/pushclie/public_html/FCPV/wordpress/wp-config.php:1) in /home/pushclie/public_html/FCPV/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/masonry_entries.php on line 33
How can I fixed this? The only modification I did was in the wp-config.php file, but I already undo all changes. Its like the original but the error messsage still appear.
Thanks
Hi,
Is there a way to prevent the thumbnail from displaying on the enfold latest news widget ?
Not all posts will have a featured image.
link here
thanks,
Colin
Hey!
As far as I know the youtube secondary links are ignored because of the way videos need to be embeded as backgrounds. I don’t know of any solution for that.
The images should be wider than they are tall in general and will adjust as needed. For example: http://kriesi.at/themes/enfold/files/2014/04/photodune-1219337-gavel-and-books-m-1500×430.jpg from the theme demo.
Cheers!
Devin
Hey Oscar!
Are you using the latest version of Enfold (2.7.1)?
Regards,
Josue
Hello –
I just purchased the Enfold theme and proceeded to try and create a couple of test pages.
But none of the pictures are showing up (either inserted via the Easy Slider or as an Image media element. I’ve tried different pages, no luck.
The test site is at http://crownskis.com/csc_test
I haven’t customized any CSS, this is out of the box.
Help please!
Thanks,
Josue,
Thanks for the help. Unfortunately, the popups are showing up behind the content. On my homepage, the screen turns slightly darker when I click the link, so the modal is apparently activated, but it doesn’t show up. On the FAQ page, half of the modal is hidden behind an accordion and the other half is visible.
I’ll play around with a few more plugins and (hopefully) find one that plays well with Enfold.
-Taft
Hey Taft!
That’s not possible with Enfold out of the box. Try with this plugin:
https://wordpress.org/plugins/anything-popup/
Regards,
Josue
Hey WaldenDesign!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .social_bookmarks li a { font-size: 18px; }
Regards,
Yigit
Hello,
Are you using the latest version of Enfold (2.7.1)? have you tried disabling all third-party plugins to see if it gets fixed?
Regards,
Josue
Hey!
You are using an old version of Enfold (2.5.4), please update to 2.7.1.
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Josue
I have installed the Enfold template at a new Bluehost location, and unlike my previous install at another provider, none of my install attempts have resulted in me being able to see the tool bar in the advanced avia editor. My option is to hard code in the HTML mode.
Has this been an issue for anyone else?
-
This topic was modified 11 years, 7 months ago by
tionetworks.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .column-top-margin {
margin-top: 25px;
}
If this is not what you meant, please elaborate
Regards,
Yigit
Hey!
Please make sure that you are using the latest version of Enfold (2.7.1), WordPress (3.9.1) and WPML (3.1.5)
Best regards,
Yigit
Hey!
You are currently using an older version of the theme. Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
preferably via FTP
Regards,
Yigit
Hey CloudChoice!
You can turn on debugging mode to get all the shortcodes. Please see – http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/
Regards,
Yigit
Hi,
Are you using the latest version of Enfold (2.7.1)? can you post the link to your website please?
Regards,
Josue
Hi!
Ihr verwendet eine alte Version des Enfold Themes. Bitte aktualisiert auf 2.9.1 und der Code sollte funktionieren.
Cheers!
Peter
Hey Lin!
Glad that it worked! :)
You should always add custom CSS codes to Quick CSS field in Enfold theme options > General Styling tab or Custom.css file inside Enfold/css folder. Let us know if you have any other questions or issues!
Cheers!
Yigit
Hi everybody
I finally updated my Enfold Theme to 2.7.1 and it seems that everything is running perfectly again!
Thank you very much!
Regards
Dom
We recently upgraded to 2.7.1 in order to fix the bug with text blocks and WP 3.9, but have stumbled upon a new bug in the admin panel.
In the Widgets section, the dropdown of existing widgets fails to work — The console shows an endless string of Undefined errors calling to jquery-ui. Before attempting to click anything, we noticed that widgets.php fails to load “src=’/maps/api/js?sensor=false&ver=3′”
I have tried switching to different themes, and the error only happens on enfold.
Hi!
No, that’s how that element works:
http://kriesi.at/themes/enfold/pages/about-us/
Regards,
Josue
Hi Michael!
Try the following, add this to your theme / child theme functions.php:
function columns_class_mod(){
?>
<script>
(function($){
$(window).load(function() {
$(".custom_elements").each(function(){
var theClasses = $(this).attr('class').split(' ');
for (var i = 0; i < theClasses.length; i++) {
if (theClasses[i] === "custom_elements") {
theClass = theClasses[i+1];
}
}
$(this).parents(".flex_column").addClass(theClass);
});
});
})(jQuery);
</script>
<?php
}
add_action('wp_footer', 'columns_class_mod');
Now, this will make each element with a class of custom_elements apply its next class to its parent flex_column element.
For example here i have a text elements inside a column, i have set the identifier ‘custom_elements’ class first and the class i want to apply to the parent element last (custom_class):
The result:
Then you can target the column with:
.flex_column.custom_class{
...
}
This was implemented in 3.2, no need for this mod.
Cheers!
Josue
-
This reply was modified 10 years, 7 months ago by
Josue.
This reply has been marked as private.
Hey!
1- Please add following code to Quick CSS as well
.html_header_top.html_header_sticky #main {
padding-top: 59px;
}
2- Your logo image has whitespace on the right side – http://danfarberoff.com/wp-content/uploads/2013/04/ENFOLD-LOGO-NEW19.png
Please edit your image and remove it
Regards,
Yigit