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 11 years, 7 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 11 years, 7 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 11 years, 7 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
Hi!
No, unfortunately, that particular logo feature was built for the forum and re-creating the feature 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 Envato Studio or 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
Hey Alex!
Thank you for using the theme.
Yes, that is possible but the task at hand is quite involved. Regretfully, this particular request is beyond the scope of support and is not a theme related issue. You need to hire a freelance developer to add the feature for you. Please visit Envato Studio or 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.
Regards,
Ismael
Hi Devin,
thanks for looking into this.
Hmm, thats pretty weird – the css code is there. even after updating to the Enfold version the updater tells me that there was sutom css detected.
so i wonder why it does not apply.
i now have reinstalled WP 3.91 and deactivated all plugins except WooCommerce…
i just left one (of three) CSS code there to check. no changes applied.
any idea what else could prevent custom css to apply?
thanks for your efforts…
kindest regards
Pedro
This reply has been marked as private.
Well, i think that’s because Enfold already does that, you don’t need the plugin after all :)
Hi!
Thank you for using the theme.
I’m sorry but we’re really not sure of the problem. Do you have Enfold on both sites? Have you tried deleting the session file on the tmp directory?
Best regards,
Ismael
Hey!
Thank you for the update.
Actually there is none but In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you. If you have any requests or you feel like giving us a warm hug? You can definitely post it on our Feature Requests page. :)
Best regards,
Ismael
Hi Devin,
I’ve posted the screenshot here: http://www.sendspace.com/file/cp5qqb.
There is a workaround in case I need it (dark text, no background image), but I’d like to get the background working if we can. I’m still several work items away from being able to launch the site so that no login is required to see the Enfold Child theme.
David