Quantcast
Channel: Enfold Documentation
Browsing all 80 articles
Browse latest View live

Custom WooCommerce Shop Overview with Advanced Layout Editor

Once you open the WooCommerce default Page, the “Home Page of your shop” so to speak you will notice that the advanced layout editor is disabled by default (See image). This is because Woocommerce...

View Article


Adding a widget area to the header

If you are wanting to add a widget area to your header then add this to the bottom of your functions.php file. add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' ); function...

View Article


Image may be NSFW.
Clik here to view.

MailChimp Integration

In this tutorial you’ll learn how to implement a MailChimp form in Enfold, we’ll use the MailChimp For WordPress plugin. I’m assuming you already have a MailChimp List set-up and your API Key inserted...

View Article

Enable CORS (Cross-Origin Resource Sharing)

If your icons are showing like this, it may be because of a CORS-related issue, here’s how to fix it: Apache Look for the .htaccess file at the root of your WordPress installation and add the following...

View Article

My contact form is not sending emails

If you are not receiving e-mails from the contact form, here are some troubleshooting tips that you can try before asking in the support forums. 1. Typos and SPAM Double check that the e-mail address...

View Article


Image may be NSFW.
Clik here to view.

Child Theme Translations

In case you want to modify something in an Enfold translation you can do it by directly editing the translation file. However, if you update the theme these modifications will be lost. To avoid this,...

View Article

Inserting breadcrumbs as shortcode

Please go to Appearance > Editor and open functions-enfold.php file and add following code right after closing of ‘//advanced title + breadcrumb function’ function add_shortcode( 'bread_crumb',...

View Article

Use a different logo on mobile

If you would like to display a different logo on mobile, please add following code to Functions.php file in Appearance > Editor add_filter('avf_logo','av_change_logo'); function...

View Article


Enfold Menu Item Limit

Some users will experience a limit to the number of items they can add to their menu. Unfortunately, this manifests as all menu items after the first X (X may be 16, 72, 270, or any number), and the...

View Article


How to Add Custom Social Icons to the Theme Options

The following code will make Fontello-imported icons to be available as an option in Enfold > Social Profiles: // Register new icon as a theme icon function avia_add_custom_icon($icons) {...

View Article

Image may be NSFW.
Clik here to view.

Menu overlaps logo on tablets

Depending on your menu item quantity and logo size, your menu may overlap your menu items on tablets. To avoid that, please firstly make sure that you chose to display mobile menu on Smartphones and...

View Article

Add subtext to logo / replace logo with site title

You can add subtext to your logo by adding following code to Functions.php file of your child theme in Appearance > Editor add_filter('avf_logo_subtext', 'kriesi_logo_addition'); function...

View Article

Image may be NSFW.
Clik here to view.

Switching to mobile menu on higher resolutions

By default, Enfold displays mobile menu on screens smaller than 768px. You can go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose to display mobile...

View Article


Image may be NSFW.
Clik here to view.

Hide menu items/elements on mobile

You may want to hide certain menu items/elements on mobile to save some space and have more minimal look. Hide menu items on mobile To hide certain menu items on mobile, please go to Appearance >...

View Article

Image may be NSFW.
Clik here to view.

Remove image titles that show up when you hover on images

When you hover on images, their title (“Single Portfolio: 2/3 Gallery” in example below) would show up. It is a browser feature but it is possible to hide them by adding following code to Functions.php...

View Article


Display footer menu / scroll to top button on mobile

By default, footer menu and scroll to top button are disabled on mobile to save space. Also, since mobile browsers scroll to top automatically when top of the browser tapped, we think, scroll to top...

View Article

Image may be NSFW.
Clik here to view.

Color section with 100% container

Even though Color Section element is a fullwidth element, its container width will be limited to “Maximum Container width” that you set in Enfold theme options > General Layout > Dimensions. You...

View Article


Image may be NSFW.
Clik here to view.

MailChimp 4 WordPress Integration

In this tutorial you’ll learn how to integrate MailChimp For WordPress plugin. I’m assuming you already have a MailChimp List set-up and your API Key inserted in the plugin options. Creating a basic...

View Article

Image may be NSFW.
Clik here to view.

How to use Enfold with import/export Plugins

Enfold uses custom fields (post meta data) to store the template builder data. Thus you must be careful if you want to export/import pages with plugins like WP Import/Export All because by default the...

View Article

My Enfold Layout Builder is not loading properly

The Advanced Layout Builder sometimes stops loading properly due to different factors like browser caching. Here are a few things you could try to fix it: First of all, make sure that you are running...

View Article
Browsing all 80 articles
Browse latest View live


Latest Images