We’re currently building three websites for clients using the Enfold theme. On one of them, (http://staging.lakewaleschamber.com) we had a developer come in and give us some customizations to match the client’s vision of the site. However, at some point in the process, the responsive elements of the design no longer seemed to take effect – some elements rendered at full size no matter the screen size, especially the LayerSlider we have on certain pages (http://staging.lakewaleschamber.com/, http://staging.lakewaleschamber.com/chamber/, and http://staging.lakewaleschamber.com/introduction/). I suspect it has to do with some of the customizations, as the other two sites we’re building (http://staging.crosbydirt.com and http://rex4pd.com/hainescityedc) still load perfectly on mobile devices.
Do you have any pointers for where to look for the problem so we can get the site back on track?
All three sites are running WordPress 3.8.1 and Enfold 2.5.
I have an Enfold themed site with a blog page and I am trying to dictate what will show up in the sidebar. When I go to the page now it shows default things in the sidebar (Recent Posts, Meta Data, etc). I went to the widgets section and opened up that sidebar, but nothing is in there on the widgets page. I put in the widget section what I wanted to be there, but now that is just added to the list of default widgets that are in there. How do I eliminate what I do not want in that sidebar?
Hi Yigit,
A clean Install fixed the problem.
Thank you 4 Great Support!
Hello,
I’ve tried updating twice and have received this error message both times:
Warning: require_once(class-envato-protected-api.php) [function.require-once]: failed to open stream: No such file or directory in /…….(hidden)……../wp-content/themes/enfold/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 32
Fatal error: require_once() [function.require]: Failed opening required ‘class-envato-protected-api.php’ (include_path=’.:/usr/local/lib/php:/usr/local/php5/lib/pear’) in /……….(hidden)…………/wp-content/themes/enfold/enfold/framework/php/auto-updates/class-pixelentity-theme-update.php on line 32
Any suggestions?
Thanks!
Hi pthurst!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_menu { display: none; }
Best regards,
Yigit
Ok – appears to be happening still when themes are switched. Will dig further into this.
Hey Devin.
I’m going to switch themes right now and let you know what I find.
Hey David!
For #2 yes, the plugin needs to be updated but we have not yet been able to make sure it wont cause any issues with Enfold.
For #1 – Try switching to one of the default WordPress themes and see if you still get the same issue. I’m not aware of there being something like that for Enfold at the moment.
Regards,
Devin
Actually, I think I may have fixed it…added it to the new functions.php of my child theme instead of the original Enfold functions.php. This seems to have fixed the single post title problem.
I’ve still got an issue though… on many posts, the title still appears under the title bar, along with the details of the post (date, number comments, author etc). I only want the title bar to appear, not the bit below it! Here’s a screen grab showing what I mean…


Hi guys – has anyone ever seen this before? http://youtu.be/X_WM_8aLF-8?hd=1
In the video, 2 things are happening.
1. When menu items are added to menu page, and you attempt to switch the order, it doesn’t work…at all
2. On the layerslider edit page, the upper screen options and help tabs have down arrows repeating.
This is network wide, so I figured it might be an issue with a network enabled plugin. I disabled all network enabled plugins and the problem persisted.
Any ideas?
Found !
On line 40 of functions-enfold.php.
If it coul’d help someone ;)
For information, according to Google Authorship rules, rel=”author” MUST no appear on pages, but only on posts, and MUST not appear on all pages of your site (including homepage).
rel=Publisher” should appear on your home page or in a Google+ badge and must link to a Google+ page.
-
This reply was modified 11 years, 11 months ago by
Ronan.
Hi!
It seems like you are using version 1.3.1 which is very old. Please update the theme to the latest version 2.5.1 via FTP and make sure you are using WordPress version 3.8.1 as well
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 Eleina_Shinn!
Which type of header are you using? You can post the link to your website or you can check it in Enfold theme options under Header tab.
In WordPress dashboard please go to Appearance > Editor and open Header.php file and find
if(strpos($headerS,'social_header') !== false && strpos($headerS,'bottom_nav_header') !== false) avia_social_media_icons($social_args);
and add your text right below it as following
echo "<div class='your-text'>your text goes here</div>";
Then you can style your text using .your-text class in Quick CSS, for example
.your-text { float: right; }
Best regards,
Yigit
Hey Pector!
Please add search form as HTML in Div / Video tab http://i.imgur.com/weLyiaZ.jpg as following
<form action="http://localhost/Enfold/" id="searchform" method="get" class="">
<div>
<input type="submit" value="" id="searchsubmit" class="button avia-font-entypo-fontello">
<input type="text" id="s" name="s" value="" placeholder="Search">
</div>
</form>
Best regards,
Yigit
Hi Josue,
thanks for your reply. I added the css code which you mentioned, unfortunately, there is now a thin white border between the social icons and the header.
How do i make the header uniformly in 1 colour without borders like this enfold user : http://blackouthair.fi/
Thank you!
I wonder if anyone else is getting this, or is this my own local problem . . .
I’ve installed Enfold two times on two different servers, and both times the site would not load because of a Parse Error:
Parse error: syntax error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ‘]’ in /home/altogether/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/contentslider.php on line 394
Line 394 on that page is truncated – the entire last 10 lines or so of code are just missing – after I do the FTP upload. I have not had this issue with other files, but I’m entirely willing to believe this is a Dreamweaver CS6 issue. I’m just wondering if anyone else had this issue?
Hey Dan!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#text-8 .textwidget a { display: inline!important; }
Best regards,
Yigit
Hi Pector!
You can add following code to Quick CSS in Enfold theme options under Styling tab to display a static text on hover
.image-overlay.overlay-type-extern .image-overlay-inside:before {
content: 'your text';
font-family: 'entypo-fontello';
}
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
Hey accunet!
You can add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#top .header_color .main_menu .menu ul .current_page_item > a, #top .header_color .main_menu .menu ul .current-menu-item > a {
border-bottom: 2px solid red;
}
Regards,
Yigit
Hey,
I´ve been using a cool solution for mobile devices.
I create one area with the layerslider and directly below one with the easy slider. I feed the easy slider with all the end result pictures from layer slider (I´ve just made screenshots inside the layer slider editor and cut them), but just with an width of 767px.
Normally the easy slider is hidden (set this in main css), but if the screen has a width of 767px or below it appear and the layer slider is been hidden.
I use the same media query like Richard but with max-width: 767px and -> visibility: hidden
To show the easy slider on mobile I use this:
.page-id-xxx #after_layer_slider_1 {display: block !important; visibility: visible !important;}
.page-id-xxx #after_layer_slider_1 .container {width: 100%;}
.page-id-xxx #after_layer_slider_1 .template-page, #after_layer_slider_1 .el_after_av_layerslider {margin-bottom: 0 !important;}
.page-id-xxx #after_layer_slider_1 .just-on-mobile {margin: 0;}
I added “.just-on-mobile” as a class inside the easy slider settings. Look here if you don´t know how to do it.
Best regards
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.avia_ajax_form p { text-align: center; }
Regards,
Yigit
Hello,
My client is asking me if is possible to add a search bar in the layer slider to search on the site given the fact you can add HTML above a gallery of images.
Do u guys know if this is possible to be done with the Enfold theme itself? or is it necessary to buy a plug-in?
thank you very much
JC
Fixed Classes for Layout Elements and Widget Areas would be awesome..
Best regards
Thank you for reopening the other thread, Devin. I will also be looking for some outside help on this and will let you know what we find. I’ll start with Ricahrd’s comment about 480px not being the correct screen size. Hopefully, it will be just that easy.
There seems to be some problems with Unicode characters. Danish (Æ Ø Å) are not being displayed in edit mode:
https://dl.dropboxusercontent.com/u/4174765/Enfold.png
When viewing the website they are being displayed correctly though.
Well I’m sorry you’re still having problems, but I can assure you that the snippit to hide the layer slider definitely does work as I’m using it on my site (http://www.BlackBeltAcademy.info). I’m currently viewing my front page on my iPhone and there’s no layer slider visible.
I’ve re-opened you last topic and if you give us some time we will try to help. We are trying to find out why some topics are getting closed prematurely as its an issue we’ve had since the forums were updated a few months back.
Customization is adding in items that do no come with the theme or theme options. In your case, its a specifically styled button in the header that isn’t a theme option but instead custom styled. You can see why customization isn’t supported when something we provide off the cuff to try and help suddenly turns into “code provided by support” which in turns seems like it should be supported in all working instances. Again because it “came from support”.
In reality its us trying to go over the top and help find a solution even if it isn’t strictly supported. Often its a one off quick fix, sometimes it needs tweaking and others we can only provide a starting place.
The support policy is under the registration form when you sign up here which outlines Kriesi’s support policy: https://kriesi.at/support/register/
Richard -the fixes offered simply do not work. The code I used was given to me by the support team. Thank you for your insight on the 480px. I’ll look into it.
I do have the right to express my concerns. Both times my topics were abruptly closed, the last time it happened just after I had asked more strongly why these snippets of code were not working. I took it to be the same as being ‘hung up on’ by customer service. I just don’t know what to think right now. Pretty much between a rock and a hardplace.
Devin,
My mistake for not looking for what was considered ‘deep customizations’ before purchasing the theme. I guess I bought into the “Enfold is a powerful Theme that comes with an easy drag and drop admin interface.” copy of your sales-side website.
Hi jmikhail!
Looks doable. You don’t need the boxed layout however as the full width layout looks and works like that image.
There are a few functionality issues that you may have in mind vs what will be achievable but as long as you are skinning elements already in place it should be almost entirely css based.
Cheers!
Devin
Hello Guys,
I’ve been working with your theme for a month or so and may consider getting the full commercial version. I have a friend who is interested in seeing his site similar to this layout:
https://www.evernote.com/shard/s77/sh/6d3b7fc1-65f5-49fa-ad37-1217d0296928/9fecd3a8af5b77e2f5e4be9594704011
Do you think the enfold theme can get pretty close? If this is in a boxed version, I’m not sure how to force the container width to full screen for only specific layout elements like it shows here.
Thanks!