Hey castwork!
You can set a Custom Background Image in Enfold > Styling, for both the Header and the Content sections.
Cheers!
Josue
Hi,
It’s not there: http://wiserproperty.com/wp-content/themes/enfold/js/avia.js,qver=1.pagespeed.jm.pwyUM0DWEb.js
I think you need to disable any server compression/cache functionality first.
Best regards,
Josue
Hi guys, lovely theme, but I’m having a problem with creating new pages, where I did not before.
I am using Enfold v.2.4.2, WP 3.7.1, and when I create new pages, the vertical padding or spacing between all page elements is increased significantly beyond the default. Existing pages (that were created under v.2.3 or earlier) do not show the same behaviour, but copying the exact same code to a new page exhibits the expanding vertical padding issue.
I have checked the code using Advanced (Avia) Layout Builder, as well as the Default Editor. All seems to be correct, no extra <p> or </br> being added. However, I did notice that creating a new/blank page and switching between Advanced and Default editors inserts a </br> code for no apparent reason. I have turned on the “debug” mode in config.php to discover this strangeness.
Any clue what is going on? This is driving me nuts.
Thanks,
Paul
Hey!
Try doing a fresh installation (without importing) of WordPress + Enfold in another location in the same server.
Regards,
Josue
Hi joax!
There is some issue in the rendering of the search icon:

Open functions-enfold.php and make sure line 52-73 look like this:
if(!function_exists('avia_append_search_nav'))
{
//first append search item to main menu
add_filter( 'wp_nav_menu_items', 'avia_append_search_nav', 10, 2 );
add_filter( 'avf_fallback_menu_items', 'avia_append_search_nav', 10, 2 );
function avia_append_search_nav ( $items, $args )
{
if(avia_get_option('header_searchicon','header_searchicon') != "header_searchicon") return $items;
if ((is_object($args) && $args->theme_location == 'avia') || (is_string($args) && $args = "fallback_menu"))
{
global $avia_config;
ob_start();
get_search_form();
$form = htmlspecialchars(ob_get_clean()) ;
$items .= '<li id="menu-item-search" class="noMobile menu-item menu-item-search-dropdown"><a href="?s=" data-avia-search-tooltip="'.$form.'" '.av_icon_string('search').'></a></li>';
}
return $items;
}
}
Regards,
Josue
Hi herrbirk!
It’s possible, for 1 simply use a normal Page template (not blank), then target it via ID and hide the header/footer:
.page-id-2251 #header, .page-id-2251 #footer {
display: none;
}
For the second request, you can make use of the already created media queries located here, just put your code inside the mobile block.
Regards,
Josue
Hey Martin!
You can add those GA attributes to the button in /framework/php/class-form-generator.php, line 190:
$this->output .= '<input type="submit" value="'.$this->form_params['submit'].'" class="button" />';
Cheers!
Josue
Hi,
Can you post the link to your website please?
Regards,
Josue
Hey!
The difference is that in one are simple images and in the other are portfolio items, if you compare that to this page you’ll note the difference.
Best regards,
Josue
Hi Josue,
I found this URL http://kriesi.at/themes/enfold/shortcodes/masonry-gallery/ when I was looking for a solution and it seems this is working exactly as I want to: the images are opening in a lightbox.
Can I do that easily on this theme too?
Hi jackchin!
Go to Enfold > Styling > Socket, look for the “Background Image”, and set your background image there:

Regards,
Josue
Hi!
Well, if you want something more advanced than CF7, you could try Gravity Forms (which have full theme support).
Regards,
Josue
Since I updated on WP 3.7.1 (de) and enfold 2.4.2, I got problems with navigation between portfolio sites. On portfolio pages with a advanced slider on top, followed by a color section with content, the side navigation on the portfolio site is not shown, so I can not navigate between the portfolio items. Without slider, it works. What can I do?
Here’s the site:
Portfolio with slider: http://www.renebaiker.ch/portfolio-item/sold-your-soul/ (you’ll see no navigation left and right)
Portfolio without slider: http://www.renebaiker.ch/portfolio-item/galerie-transit/ (you’ll see the navigation left and right)
Any idea? What can I do? Thanks in advance
René
Hey!
Don’t worry about it. Let us know if you have any issues or questions with your Enfold site :)
Cheers!
Yigit
Hi.
I need put the color frame in white when i use one Gallery with small thumbnails
http://www.bosado.com
thk
This reply has been marked as private.
Full page scroll incl. bullets on the side would be awesome!
example:
http://alvarotrigo.com/fullPage/examples/apple.html
jQuery script is free for download (see bottom right of the example page).
Hello Yigit,
I don’t fully understand the hooks and structure of the PHP and CSS files of the WooCommerce templates.
However, these are the changes I would like to make. On the page I’ve included, I just created an Enfold Simple Slideshow in the “Short Description” area of this particular product.

If it’s possible to have my “Featured Image” and “Product Image Gallery” images automatically incorporated into a slideshow, that would be the best option. But at a minimum, I would like the left column removed and then I can manually create the slideshow for each product.
Hi hark!
You can try a plugin like http://wordpress.org/plugins/subscribe2/ I have not personally tested on Enfold but should work fine
Regards,
Yigit
Hey Kriesi,
the ability to use an image instead of a font icon in icon boxes would be nice.
Cheers, Jan
Hey elcetera!
Strong elements get the main color or alternate color of the theme by default. You can turn it off by adding following code to Quick CSS in Enfold theme options under Styling tab
.main_color strong, .alternate_color strong { color: inherit; }
Best regards,
Yigit
Hi again,
I would like to add something cool to my webpage, and interactive map that showed the cities in Europe where i have some clients. So my idea is to have a map of Europe and put some red spots on it, and when you put the mouse over the red spots, the name of the city is showed. I checked the widgets available and there was nothing similar to that, but i have seen it in some websites, so i wonder if you have something like that available for ENFOLD.
I would like something like this (it’s perfect, in spite of the colours…blue earth is confusing!!)
http://www.incoma.net/IncomaPublic/es/zonaPublica/clientes
Thanks for your support.
This reply has been marked as private.
Hi dcashion!
This website is not using Enfold theme. Please make sure that you are posting the correct link to your website.
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.page-id-1081 .main_menu { display: none; }
Regards,
Yigit
Hey Christopher!
It would be a lot better if you can post a link to your pdf file here. You can check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button if you would like to post it privately
Regards,
Yigit
Hey!
It seems like you are still using Enfold version 2.3. Please login on ThemeForest with the account you have purchased Enfold and go to Downloads to download the lates version 2.4.2.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.header-scrolled .logo img { max-height: 43.5px!important; }
@media only screen and (max-width: 480px) { #advanced_menu_toggle { right: -30px; }}
Regards,
Yigit
Hi!
LayerSlider only works Fullwidth in Enfold. If you would like to add image on the left side of the slider, you should create two 1/2 columns and add Image element to the left column and add Easy Slider element to the right column
Cheers!
Yigit
Hey Jan!
It seems like you have already figured it out! You can add following code to Quick CSS in Enfold theme options under Styling tab if you would like to stop logos from moving on hover
#top .social_bookmarks li a { -ms-transition: none;
-moz-transition: none;
-webkit-transition: none;
-o-transition: none;
transition: none; }
Best regards,
Yigit