Hey!
You can go to Enfold/Css folder and edit Grid.css file for further modification
Cheers!
Yigit
Hey mariotronik!
Thank you for using the theme!
Unfortunately, this is not possible with the theme and beyond the scope of support. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you want to investigate this particular modification on your own, you can start with the header.php. Look for this code:
<?php
if(!$blank) //blank templates dont display header nor footer
{
//fetch the template file that holds the main menu, located in includes/helper-menu-main.php
get_template_part( 'includes/helper', 'main-menu' );
} ?>
On top of that code, you can add a slider using a plugin or use the premium layer slider version then utilize the do_shortcode function to render the slider on top of the header.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Regards,
Ismael
Hi,
On my website I have a page set up with page template ‘blank – no header and no footer’, check http://diaconaalsteunpunt.nl/diaconaat-2020/
After upgrading to enfold 2.7 I now get an unwanted white bar at the top of the page. I found out it is caused by selecting the sticky menu option. Since I need the stikcy menu, I don’t know how to fix this… Is it a bug or a feature? :)
Greetings,
DJ
Hey!
Thank you for the info.
Did you recently update to WP 3.9? We would like to check the actual website. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
You might want to increase the wordpress php memory limit to at least 128M. Depending on your hosting environment you might experience an issue when trying to access the Advance Layout Builder. This is usually due to the builder timing out because of a memory limit in your server environment. The first thing you can do to fix this is to add the following lines in your wp-config.php file located at the root of wp directory:
define( 'WP_MEMORY_LIMIT', '128M' );
define( 'WP_MAX_MEMORY_LIMIT', '256M' );
You can also contact your host if you’re not comfortable doing the adjustments yourself. Refer to this link for more info: http://dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Best regards,
Ismael
Hey UncleGroOve!
Try to open up enfold\config-wordpress-seo\config.php and replace:
add_filter('init','avia_wpseo_change_init_priority', 20);
with
add_filter('plugins_loaded','avia_wpseo_change_init_priority', 20);
Cheers!
Peter
Hi!
Insert this code into the child theme functions.php file (or into enfold/functions.php at the very bottom if you don’t use a child theme):
add_filter('avia_breadcrumbs_trail','avia_woocommerce_breadcrumb_custom', 15);
function avia_woocommerce_breadcrumb_custom($trail)
{
global $avia_config;
if(is_woocommerce())
{
$home = $trail[0];
$last = array_pop($trail);
$shop_id = woocommerce_get_page_id('shop');
// on the product page single page modify the breadcrumb to read [home] [if available:parent shop pages] [shop] [if available:parent categories] [category] [title]
if(is_product())
{
//unset the trail and build our own
unset($trail);
$trail[0] = $home;
if(!empty($shop_id) && $shop_id != -1) $trail = array_merge( $trail, avia_breadcrumbs_get_parents( $shop_id ) );
}
if(!empty($last)) $trail[] = $last;
}
return $trail;
}
Regards,
Peter
New version of my website is online. It’s a mix between portfolio photos and a small blog.
Please take a look and let me know what you think!
Kind regards,
Arno
http:www.arnoweterings.nl
Hi!
Thank you for using the theme.
@begrafiks: Thanks for helping out!
@jliamgrist: What is the font that you set on Enfold > Styling > Heading Font? If you want to add a google font on the layer slider, go to the LayerSlider panel. Look for the Load Google Fonts then search for the google font that you want on the google font library.
Cheers!
Ismael
Hey cameron329!
Thank you for using the theme.
In order to help you with the issue, we will need to see the actual live website. If you don’t mind, please post the website url here. We will be happy to provide you with the proper solution once we have taken a look at the website.
Cheers!
Ismael
Hi!
@insightmike: Do you mind if we take a look at the website? Do you have Enfold 2.7 running? Please try to empty cache if you’re using a cache plugin like W3 Total Cache and purge the cache on your server if there is any.
Regards,
Ismael
Hey fonti91!
Do you use the latest version of the theme? Afaik Enfold 2.6.4 should display the social buttons automatically but you can deactivate them on the theme options page: Enfold > Theme Options > Blog Layout – “Share links at the bottom of your blog post” option. If you use 2.6.4 and you can’t find this option yet please wait for the Enfold 2.7 update which will include the new feature for sure.
Cheers!
Peter
Hello,
I have completed a website utilizing Enfold and it is published on the web. Let’s call it http://abc.com Now, however, I want to move the site to a new domain name. We can call the new domain name http://xyz.com What is the simplest way to accomplish this so that all links and media files are transferred and the site works properly?
Thank you.
jfabess
Hey!
Thank you for the update.
Unfortunately, the function is limited on sorting by portfolio category. The customization you’re after is beyond the scope of support and is not a theme related issue. You might need to find a plugin or hire a freelance developer to add the feature for you. Please visit Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
If you have any further questions about the theme, we are more than happy to provide you with assistance on these inquiries. Thank you for your understanding.
Cheers!
Ismael
hi there,
After updating the wordpress 3.9 and enfold theme 2.7, when i try to edit a page no content is show and can not edit (the spinner keeps on loading).
And the quick edit on the pages also doesn’t work.
Can you help me.
Thanks
Best Regards
Hey Alexoidea!
See https://kriesi.at/support/topic/before-and-after-plugin/ – someone recommended the “Fifty Fifty” plugin. Personally I didn’t test the plugin but I guess it works with Enfold.
Cheers!
Peter
This is a new Italian translation for 2.7 version
Best regards,
Giuseppe Beghelli
Dear,
I’m not able to download the most recent enfold version.
Version 2.7 does not show up at. http://themeforest.net/downloads.
It is important that we upgrade since we upgraded our wordpress to version 3.9 and have some txt edit issue now.
Thanks for your support
Hans
Codrivers
Hallo Enfold Theme,
I hope you could help me with te following issue. It seems my computer is the only computer which can load the layer slider. The pictures on the bottom of my homepage cannot load as well. How can I make the layer slider load on every computer?
my website is http://www.onevents.nl Thanks in advance!
best,
Daniel
Hi Yigit!
Sorry for the very late responds.
Thank you very much. Photodune is an awesome site.
Regards,
ChangeGroup
The problem is that the text labels of the icon-elements are shown in Enfold 2.7.
Update: Es gab und gibt verdammt viele Fallstricke bei einer Umstellung auf https. Ich hab da noch ein Plugin von Woothemes, dass erlaubt, das ein Kunde auf der Produktseite zu genau diesem Produkt mir eine E-Mail schicken kann. Damit Spambots das Formular nicht willkürlich benutzen, ist das Google reCaptcha eingebunden. Doch Google ist per http im Plugin codiert und sobald ich das Formular aktiviere, springt der Browser auf die http Variante zurück.
Und in Enfold sind standardmäßig Backgroundbilder vorgegeben und aktiviert. Die werden jedoch auch per http verlinkt. Also musste ich im Enfold Settingsbereich alle Backgroundimages deaktivieren.
Alles Kleinigkeiten, doch nervend und ich war schon dreimal drauf und dran, den Umstieg abzubrechen.
I ran into the same issue. In addition to the white out, the graphical editing toolbar also disappears. I tried disabling all plugins and it did not fix the issue. I disabled Enfold theme, activated another theme, the re-enabled Enfold, and that did not fix the issue. Finally, I upgraded to the current shipping version – the 22 April 14 update – and it fixed the issue for me.
Hi,
the widget Blogposts with single Author as seen here:
http://kriesi.at/themes/enfold/blog/blog-single-small/
doesn’t work without a sidebar
is there something i should provide? Tested with fresh wordpress install and newest theme from themeforest
Best regards
Hello,
I just updated my WordPress blogs with WP 3.9 + Enfold 2.7. It’s all working fine, great update for Enfold, but I am having a problem with the social media icons which are on top of the title, they are all stacked together and seems too small. You can have a look on one of my websites:
http://vivrepaleo.fr/
Also made a screenshot:
http://i.minus.com/ibhu9tcK6Wx8kY.jpg
How can I fix that ?
Thanks !
Thanks Devin but turning off minify doesn’t correct the problem. Deactivating that plugin doesnt help either.
Please help this is a real problem. The site is LIVE. I sold the client on Enfold because of it’s reputation for dependability and support!
What is the exact name of the class you are referring to?
-
This reply was modified 11 years, 10 months ago by
wintner.
Here you go:
https://www.dropbox.com/s/gxjgqzdlpu8gr0s/enfold.wordpress.2014-04-23.xml
Use the WP Tools > Import tool to import that XML.
Best regards,
Josue
Hey!
Actually you are able to have 5 columns in the footer, make sure you are using the latest version of Enfold 2.7:

Regards,
Josue
Ismael,
I’ve updated to Enfold 2.7 & WP 3.9. Still having the same issue with LayerSliderWP background?
Thanks!