Hey sebwelch!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.header_color .ajax_search_excerpt, .search-results span.post-meta-infos { display: none !important; }
Regards,
Yigit
Hey ste_thumbs!
Please go to Enfold theme options > Header Layout > Header Layout > Header Size = Custom Pixel Value > Header Custom Height = 300px
Best regards,
Yigit
Hey JPOsteen!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
body {
font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif!important;
}
2- Please refer to Ismael’s post here – https://kriesi.at/support/topic/add-new-font/#post-234710
Regards,
Yigit
Hey rickmcl!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.phone-info {
width: 100%;
text-align: center;
margin-top: -30px;
}
Best regards,
Yigit
Hi jeffhd1ckey!
Please turn on custom CSS field for Avia Layout Builder elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
then give your text block a custom CSS class and add following code to Quick CSS in Enfold theme options under General Styling tab
.your-custom-class { background-color: red; padding: 10px; }
Regards,
Yigit
Hey!
No plugin would only make the videos responsive, which already are. You can add a Color Section with custom ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) then add following code to Quick CSS in Enfold theme options under General Styling tab to make the content of the color section fullwidth
#custom-id-of-color-section .container { width: 100%; }
Best regards,
Yigit
Hi,
I am using both the latest versions: WP 3.9.1 and Enfold 2.8.1.
Hi!
Which version of Enfold and WordPress are you using?
Regards,
Yigit
Hi!
Please connect via FTP and go to Enfold/config-templatebuilder/avia-shortcodes folder and open section.php file
Regards,
Yigit
Hey!
Please feel free to request it here or vote if already requested – https://kriesi.at/support/enfold-feature-requests/
Regards,
Yigit
Hi Josue, this is the same with all website, look here : http://therapie.gestalt.fr/

The phone number does not have line is:
– Let Safari that created the specific link (< a href=”tel:xxxxxxxxxx” >)?
– Either a script in Enfold?
I think if I created the link I can control the style:
< a href=”tel:xxxxxxxxxx” > xx xx xx xx xx </ a>
But I want to have a global solution without creating links if possible.
Regards.
Jean
-
This reply was modified 10 years, 11 months ago by
freepixelweb.
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .widget_nav_menu ul ul li a {
font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
input#mc4wp_email {
width: 65%!important;
float: left;
margin-right: 5px!important;
}
Regards,
Yigit
Hey!
Have you updated Enfold to the latest version 2.8.1? If not, please do so – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hey,
after updating Enfold to version 2.8.1 I can’t modify and I don’t have any access on existing sliders.
No matter what I click – nothing happens.
But I can add a new LayerSlider. That works. What’s going wrong ?
Thanks for your help.
schneidi2
Hey hsie!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
.responsive .container {
width: 90%; }
.avia-slideshow {
display: none; }}
Regards,
Yigit
Hi Josue,
Many thanks for the quick response, I have tried deactivating all the 3rd party plugins as advised but still no changes. find a “>link containing a pdf screenshots for the same.
Your timely action / response will be highly appreciated.
Kind regards.

-
This reply was modified 10 years, 11 months ago by
joemkimbo.
Hi,
I am about to purchase enfold theme, and i would like to know if there is a posibility to use the multilanguage plugin q translate and add it to the main navigation bar and not to sidebar, so as to be displayed to all the pages. (i would like not to use multisite to achieve this, an so this plugin (qTranslate) hwlps me achieve this).
Thank you in advance
Vasilis
-
This topic was modified 10 years, 11 months ago by
vasilism.
Hi Micheal0424!
You can try to activate LayerSlider as a standalone plugin. Copy the wp-content/themes/enfold/config-layerslider/LayerSlider/ folder into the wp-content/plugins/ directory, then deactivate Enfold and go to Plugins > All Plugins to activate LayerSlider as a plugin. Then go back to Themes > All Themes to activate Enfold. Afterwards LayerSlider shouldn’t depend on the Enfold theme code anymore.
Cheers!
Peter
Hi!
Please use ftp to connect to your server, then download wp-content/themes/enfold/config-templatebuilder/avia-template-builder/assets/css/avia-builder.css and replace this code:
#_aviaLayoutBuilderCleanData{width:100%; height:300px; margin:20px 0; display:none;}
with
#_aviaLayoutBuilderCleanData{width:100%; height:300px; margin:20px 0; display:inline-block;}
Then save the file and upload it to your server (overwrite the existing file if necessary).
Regards,
Peter
I know there’s a way to create a new widget using a single custom post type from the Enfold latest news widget.
Is there any way to modify the original widget function to query from all custom post types? Then I can simply select the necessary categories from within the widget to customize their use as needed.
Thanks,
Chad
Hey kevinjsutton!
Open up wp-content/themes/enfold/js/shortcodes.js and replace:
// public method: shows next image
next : function(e)
{
e.preventDefault();
this._stopSlideshow();
this._navigate( 'next' );
},
// public method: shows previous image
previous : function(e)
{
e.preventDefault();
this._stopSlideshow();
this._navigate( 'prev' );
},
with
// public method: shows next image
next : function(e)
{
e.preventDefault();
this._stopSlideshow();
this._navigate( 'next' );
this.options.autoplay = true;
this._startSlideshow();
},
// public method: shows previous image
previous : function(e)
{
e.preventDefault();
this._stopSlideshow();
this._navigate( 'prev' );
this.options.autoplay = true;
this._startSlideshow();
},
Regards,
Peter
At the bottom of each blog post there is a “share this entry” section where a user can click various social links to share the blog post. However, when I click the twitter link, the shortened URL points to the temporary URL that I used when I built the website instead of the actual URL. I looked under the Blog Layout tab in the Enfold Child Theme Options and I can see where I can check off the social links that I want visible but I cannot see anything that allows me the change the URL.
Hi johannesdorsey!
Thank you for using the theme.
Yes, it is possible to change the direction of the mobile menu but the task falls beyond the scope of support. You need to hire a freelance developer to modify the mobile menu animation for you. Please visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
You can change the mobile menu icon on functions.php. Look for the facebook char codes for example on line 221:
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8a5'),
Change the icon char codes ue8a5 to something else. Find the character codes by hovering over the icons when editing any elements with icons on posts or pages:

We’ll use the char code on the example above but we’ll remove the backslash.
'mobile_menu' => array( 'font' =>'entypo-fontello', 'icon' => 'ue8f4')
I hope that helps.
Regards,
Ismael
Hey!
Thank you for the info.
Please go to Enfold > Header Layout > Mobile Menu > Header Mobile Menu activation. Select the second option to force the theme to activate the mobile menu earlier. Add this on Quick CSS or custom.css:
@media only screen and (max-width: 1024px) {
.av-main-nav > li > a {
padding: 0 10px;
font-size: 11px;
}
}
Best regards,
Ismael
Hey!
Thank you for the info.
If you want to select which categories to show on your news page. First, set the Blog Style on Enfold > Blog Layout to Use the advance layout builder option. Edit the Nieuws page then add the Blog Posts element. Select the categories that you want to show on the news page. I updated your options, you just need to select the categories on the Blog Posts element: http://diaconaalsteunpunt.nl/wp-admin/post.php?post=18&action=edit
Cheers!
Ismael
Great plugin, SearchWP.
I have another question, i can’t target the enfold quick search drop down with firebug or chrome console. Can you give me the tags for the CSS changes below or point me to were its located in layout.css
Originally it was for the magnifying glass, then there was a function you could overrides to make all searches have a quick search feature.
I want to change:
1) The quick search highlight color
2) Remove the image entirely (the pencil)
3) Make the Borders solid
4) Remove the date the page was posted or the date on the search drop down.
Hi There
I am currently on enfold 2.5.
I can’t upgrade past version 2.6.1 as I lose the mobile dropdown menu that I and my client prefer, however I need to incorporate the TinyMCE fix that came in version 2.6.3, as I’ve since upgraded wordpress to 3.9+ and TinyMCE is broken.
Please can I have copies of the following versions so I can upgrade as far as possible and incorporate/merge the changes necessary to solve my issues.
2.6.1
2.6.2
2.6.3
Thanks in advance.
regards
Jonathan
Hi!
Thank you for the update.
The avia_load_shortcodes filter only refers to the file located enfold>config-templatebuilder>avia-shortcodes but theme files like includes > loop-index.php should be place on the same folder directory if you want to override it on the child theme.
Cheers!
Ismael