Hey Keith!
Please go to wp-content\themes\enfold\config-woocommerce folder and open config.php file and find “four units” and change it to “eight units” and find “eight units” and change it to “four units”
Cheers!
Yigit
Hey Yura!
I’m not really sure what you mean by text on the sub menu items. Can you show an example or screenshot?
If you mean a sub category then no, you wouldn’t see the parent category description on that sub category.
Regards,
Devin
Hi brmdevos!
For your initial upload you will need to either talk to your hosting provider about allowing a larger file size upload for your WordPress installation or upload via FTP.
See: http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
Cheers!
Devin
There is about to be a new beta release of Layerslider V5 which contains a feature that I need to be able to test out within Enfold.
I presume you won’t be updating the bundled version until it is stable…..
I have a separate standalone license for Layerslider in addition to my Enfold license – can I simply do a manual install of the beta Layerslider inside Enfold?
Hey,
I did what Ismael suggested, it didnt work and went back to delete the lines i added. Now my site is broken. All I get is:
Parse error: syntax error, unexpected ”walker’ (T_ENCAPSED_AND_WHITESPACE), expecting ‘)’ in /www/pedro-basaldua.com.ar/htdocs/wp-content/themes/enfold/header.php on line 175
Help please, I know almost nothing about php!
I’ve bought Enfold and I want to get started, but when I’m trying to install, I get the message “The uploaded file exceeds the upload_max_filesize directive in php.ini.”
I’ve checked out the forums but the answers suggested don’t do it for me. What can I do, apparently it’s an issue that has been popping up frequently?
Hi!
Can you post the link to your website so we can inspect elements on it?
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.header_color .avia-menu-fx { background-color: red;
color: #ffffff;
border-color: red; }
.avia-menu-fx { height: 3px; }
Best regards,
Yigit
Hi jmaguirrei!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.big-preview a { pointer-events: none; cursor: default; }
Cheers!
Yigit
Hi xpoveda!
You should modify 404.php file in wp-content\themes\enfold folder and error404.php file insisde wp-content\themes\enfold\includes folder.
You are going to need to hire a freelance developer for that kind of customization as it is beyond the scope of support we can provide. You can also request quote here.
Cheers!
Yigit
Hello,
there are big trouble to minify the scripts and styles from enfold..
1. I tried to minify the js and css ressources with a couple of PlugIns. All plugins in trouble with: style.css, layout.css, base.css, shortcodes.css, woocommerce-mod.css, avia.js and shortcodes.js.
The site breaks as long as this files are included?? If I exclude them, all works fine but that means 7 queries more and Googles PageSpeed hate this.. Any idea to fix this?
Tried it with Wp Better Minify, Wp Minify, Autoptimize, AssetsMinify’s,
2. Does Enfold use Lazy Load?
Best regards
Hey ShortieD!
Can you post the link to your Enfold website?
Cheers!
Yigit
Hey ShortieD!
Yes, to display related posts, post tags you have added in different posts should be the same and they will appear automatically
Cheers!
Yigit
Hi!
You can simply go to Enfold theme options and click “import dummy data” and dummy content will be imported
Regards,
Yigit
Hey!
I checked the code in avia.js http://www.getushotel.com/wp-content/themes/enfold/js/avia.js?ver=1 and you added
new $.AviaAjaxSearch({scope:'#header, .widget_search'});
at the very beginning of the file – please remove the code – it causes a js error and is not required.
Cheers!
Peter
Hi – thank you for the reply.
Would there be any tutorial on importing the dummy content for this?. am new to this. Thank you.
-
This reply was modified 12 years, 3 months ago by
kanoute696.
I really hope you can add instant ajax search on sidebar
Hi,
this is my first post in this amazing forum since I found everything I needed through search. Thanks for the great support!
My question is the same as neondigital’s.
My website is: Herrenausstatter Wien
So I’ve been changing the headline Font and the result looks like as follows.
– The first one appears when I change to Arimo. How do I change it? Is this H1?

– The second one appears when I change to any other font (in this case Raleway). Obviously this is not Raleway.

– The third one is a picture of 5 easysliders (so I can use that overlay caption). This seems to be the same font as in the layerslider on top, but bold and uppercase apparently. I changed the values successfully via Safari Web Inspector to ‘capitalize’ and ‘Raleway, but when I add the same code to the custom.css, nothing happens.

The code is as follows:
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
font-family:Raleway!important;
text-transform:capitalize!important;
}
Any help would be appreciated.
Thanks,
Felix
BTW:
– I changed the rights of the wp-content/uploads/dynamic_avia/enfold.css file to 755.
– I’m using W3 Total Cache plugin.
– I resetted all caches (pluginwise and browserwise).
-
This reply was modified 12 years, 1 month ago by
Trystan.
Hey andri7luck!
No, the ajax search does not work with a standard search form at the moment. You can suggest the feature here: https://kriesi.at/support/topic/enfold-feature-requests/ and if other users request it we’ll look into it.
Update: I looked into it and you can do it with a quick hack. In enfold/js/avia.js replace
new $.AviaAjaxSearch({scope:'#header'});
with
new $.AviaAjaxSearch({scope:'#header, .widget_search'});
Then replace
this.scope.on('keyup', '#s:not(".av_disable_ajax_search #s")' , $.proxy( this.try_search, this));
with
this.scope.on('keyup', '#s:not(".av_disable_ajax_search #s")' , $.proxy( this.try_search, this));
$(document).not(this.options.scope).on('click', function(){
$('.widget_search #searchform .ajax_search_response').fadeOut(300, function(){ $(this).remove(); });
});
Afterwards add following css code into the quick css field
#top .widget_search #searchform .ajax_search_response{
padding-top: 20px;
position: absolute;
background: #fff;
z-index: 100;
max-width: 100%;
border: 2px dotted #e2e2e2;
}
and change the styling of the ajax response results if you want.
Regards,
Peter
I use the theme Enfold with WooCommerce. Through WooCommerce I have created categories. The category I have placed text. Now I have one of the categories in the main menu put. When I click on the category I see the text. But if I click on a submenu item, I do not see the text of the category?
Hi wackyadventurer!
Yes, the “portfolio” element will only display posts of the custom post type “Portfolio items”. You first need to create one or more portfolio posts (Portfolio Items > Add New) and you need to add some content into the “Ajax preview” text editor. You also need to create at least one portfolio category and then assign your portfolio post(s) to these categories. Afterwards go to the page where you want to insert the portfolio grid (like demonstrated here http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/), select the portfolio element from the advanced layout builder toolbar and click on the element to configure the portfolio options. Select the categories you want to display with this portfolio grid and then select the “Open a preview of the entry (known as AJAX Portfolio)” option in the “Link Handling” dropdown field. Afterwards save the page and if you view the page you should see the portfolio grid with one or more portfolio posts and if you click on these items the “ajax preview” content should pop up.
Best regards,
Peter
Hey!
I’m sorry for the inconvenience but can you please create a Test WordPress Installation? Just download the latest version of WordPress then create a test website. Activate the Enfold theme, see if the same issue exist.
Best regards,
Ismael
Hi,
I’m trying to demo a 3 column Ajax Portfolio to a client and I can’t seem to get it to work.
I’ve created 3 dummy posts under 1 single category (New Listings). I then created a page with similar settings to http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/. No portfolio appears on the site. Should I have created a page via Portfolio items instead? This is my first time with portfolios so I’m missing something! Is there a video on how to create an Ajax Portfolio?
Here is a crude demo … http://adventurer.webhost4life.com/ef2/new-listings-2/
Thanks!
Marshall
Hi!
Yes, in enfold/js/avia.js search for
function avia_hover_effect(container)
{
if(container == 'body')
{
var elements = $('#main a img').parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a').add('#main .avia-hover-fx');
}
else
{
var elements = $('a img', container).parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a').add('.avia-hover-fx', container);
}
and add your element/class to the “not” filter list – i.e. if your class is called “mycustomclass” the modified code must look like
function avia_hover_effect(container)
{
if(container == 'body')
{
var elements = $('#main a img').parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a, .mycustomclass, .mycustomclass a').add('#main .avia-hover-fx');
}
else
{
var elements = $('a img', container).parents('a').not('.noLightbox, .noLightbox a, .avia-gallery-thumb a, .avia-layerslider a, .noHover, .noHover a, .mycustomclass, .mycustomclass a').add('.avia-hover-fx', container);
}
Cheers!
Peter
Hi fluent_Agency!
1) If you don’t want to resize the logo open up enfold/js/avia.js and replace
//Resize menu if logo is overlapped by th menu items
avia_resize_menu();
// decreases header size when user scrolls down
avia_header_size();
with
//Resize menu if logo is overlapped by th menu items
//avia_resize_menu();
// decreases header size when user scrolls down
//avia_header_size();
This mod will deactivate the header & logo resize function which resizes the logo/menu when the user scrolls down.
2 + 3) It seems like you switched to the “slide out” menu and the dropdown menu is not used anymore?
Regards,
Peter
Uhm… I gave you actually…
Hi,
I am using the latest version of the enfold theme. We are using WP V 3.7.1
When attempting to upload pictures to the media library the file will load 100%, but then I get the following error message
“Fatal error: Maximum execution time of 30 seconds exceeded in /home/newruqhr/public_html/wp-includes/class-wp-image-editor-imagick.php on line 322
Then it will say “crunching” until I click I navigate away.
In the media library it will have created a location for the image but shows no thumbnail. If I select the location shown and try to use the image I cannot use the theme. Also this problem happens even for smaller images (100 KB).
We tried changing the max execution time in the php.ini field but it did not make any change.
Please suggest some remedy.
Thanks
Anurag
Well, when I update the css and js files in the Layersilder folder I noticed they are they are all the same exact size, so I’m not sure they are different at all! I don’t get why it gets a 404 error message if the files are there in the folders. I cheked using filezilla (config-layerslider/LayerSlider/ right?). I still updated the files from the newest version of enfold both with js and css and it still doesn’t work! :S
Hey MatthijsLiethof!
Can you please give us a link to the website? Please use this plugin: http://wordpress.org/plugins/easy-wp-smtp/
I’ll ask Josue to check this on his iPad.
Cheers!
Ismael