Hello, I just installed Enfold, and the provided layerslider shortcodes don’t work. When I put it on my homepage, it displays the shortcode instead of the slider.
EDIT : It only works via the Advanced Layout Builder
-
This topic was modified 11 years, 11 months ago by
desirelabs.
For detail.
Al those errors are meaning on the child theme that i have named enfold-child All those errors are in the header.php on line 101, 157, 157 and 164.
I think that I see what the problem is. I renamed the Enfold folder to my own name. But thats impossible to rename it?
Because i renamed it back to my own name and now I have multiple errors when I display the website.
What can I do?
Thank you.
Miikey
I updated last night.
How can i check to see if running 2.6.4?
Hi Yigit,
Oh no, not again!I Enfold is a great theme,but…
That is not a working solution. I had this font face problem after updating the enfold theme very often in the past.
And you gave me always this -not working fixes. We tried often several solutions with htacess, re-installing the theme via ftp …auto- update via dashbord… But it is always the same game: With the next update, the font face problem is gone…It is very tricky
Please inform kriesi: There must be something wrong in the theme code or your update strategie.
With your update before last, everything was OK! (update via dashboard).
Hope you can help!
Thanks!
Thomas
Sweet.
Just not sure time round. I though maybe it was the server. However, it now works.
Thanks
I’ve posted about this before. I thought it was just an iPhone issue, but now I realize it’s actually a Safari issue. My enfold sites are loading unacceptably slowly in Safari. Even a super simple site like http://carolgrayreports.com/ can sometimes hang for several seconds before loading in Safari (doesn’t seem to be an issue in FF or Chrome / Mac. What do you guys make of this?
Hi libbyseery!
Thank you for visiting the support forum!
You’re using a very old version of the theme 2.4.1 and some of the functionality might not be compatible with your current wordpress installation. Please download the latest version from your themeforest account then update the theme via FTP. Please refer to this link: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Ismael
I managed to get it working by defining the following in the child theme’s functions.php:
function get_extra_menu_items()
{
$html = ...
return $html;
}
if(!function_exists('avia_social_media_icons'))
{
function avia_social_media_icons($args = array(), $echo = true)
{
$icons = new avia_social_media_icons($args);
$extrahtml = get_extra_menu_items();
if($echo)
{
echo $icons->html() . $extrahtml;
}
else
{
return $icons->html() . $extrahtml;
}
}
}
It would be nice to see enfold gain a hook for this functionality, along with the ability for dynamic vertical sizing in an arbitrary DIV or SPAN rather than forcing the user to use an A tag where it doesn’t really belong.
If you can suggest another or better way of doing what I’ve done, I’d love to hear it!
Thanks,
Jonathan
Hi!
Thank you for the update.
The issue, I think, is because the theme is still using the old enfold.css file on wp-content/uploads/dynamic_avia folder and once you updated even a single theme option, it automatically regenerate the enfold_child.css file. Glad it is working on your end now. If you have any questions, let us know.
Regards,
Ismael
I have no idea what happened, I was working on my Enfold site and suddenly all the image links were broken and page styling changed to defaults.
As we are on a deadline, we’ve continued to upload posts and images. The newly uploaded images show up fine.
What I’ve done is re-installed the theme and recreated child theme. But, it didn’t fix it. FWIW, images don’t show up in Twenty Fourteen either. I’m hoping this is a simple fix as we have 200 or so images…
Hey!
It is ok to remove that file. You can download it again in case. Glad it is working now. :)
Regards,
Ismael
Hi there.
I’ve just updated WP and Enfold and have a few issues. The site is http://www.bhutantravelbureau.com
1) I’ve removed ‘You are here’ from the class-breadcrumb.php file however it is still appearing in the Breadcrumb. Is there somewhere else I now need to change this?
2) The mega menu now appears aligned to the left of the corresponding menu item which causes it to extend out of the browser window edge. Is there a way to center the mega menu to the left edge of the navigation bar?
3) When reduced to max-width=767px the logo is distorted extending across contact icons and beneath menu toggle. Is there a fix for this?
4) In the top menu ‘Testimonials’ has no space between it and the corresponding vertical separator. How can I insert this as per the others.
5) Custom CSS I was using for the LayerSlider on the homepage no appears to not be working:
#top .avia-layerslider .ls-wp-container .ls-layer h1{
font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif!important;
font-size: 38px !important;
font-weight: bold !important;
letter-spacing: -2px;
line-height:32px;}
#top .avia-layerslider .ls-wp-container .ls-layer h2{
font-family: ‘Open Sans’, ‘HelveticaNeue’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif!important;
font-size: 26px !important;
letter-spacing: -1px;
font-weight: 400 !important;
line-height:24px;}
Any help with resolving these issues would be much appreciated.
Hey,
i know you’re reading alot of questions that you have to answer.
But i dont see the point of the plugin if i allready enqueued the scripts in a custom template.
With that, all i need to do is to add a div with the right ID to hold the map.
Maybe you got confused after i answered part of my own question.
To recap my situation:
– i asked for the best way to include my java script code for a single page
– i figured out myself that i can put it into the enfold/js/ folder and enqueue through a custom template
– still wondering if thats the right way to do it or if something like a custom shortcode would be better.
Hi!
Which version of the theme are you using? If not the latest 2.6.4, please update it – kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi rhinocorp!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.header_color .main_menu .menu ul li a { background-color: red; }
Best regards,
Yigit
I am running wordpress 3.9 with enfold 2.6.4 and it works
updating the theme might help http://vimeo.com/67209750
Hey ScubaGirl!
Which version of the theme are you using? If not the latest 2.6.4, please update the theme as well – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hey Richard!
Please update the theme to the version 2.6.4 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit
Hi victoriaeducacion!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-section { border: none !important; }
If that does not work, please post the link to your website and point out the color section
Cheers!
Yigit
Did you update the Enfold theme?
Hey TheProductionHouseEvents!
Please update Enfold to the latest version 2.6.4 via FTP – http://vimeo.com/67209750
Regards,
Yigit
Hi nguyen51!
Please go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px
Best regards,
Yigit
Ever since my wordpress autoupdated I get the following message whenever I try go to http://www.nonsurgical.org/wp-admin or any other admin pages. Any suggestions why this is happening?
“Fatal error: Cannot use object of type WP_Error as array in /clientdata/apache-www/n/o/nonsurgical.org.au/www/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 344”
Hey tetsukage!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 989px) {
.html_mobile_menu_tablet .main_menu, .html_mobile_menu_tablet #header_main_alternate {
display: block;
}}
Cheers!
Yigit
Hi kramerdesign!
I believe you are using the version 2.6.3. Please update Enfold to the version 2.6.4 and issue should be fixed – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi Meijestic!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.av_promobox .avia-button { pointer-events: none; }
Best regards,
Yigit
Hi!
@stmo Please use following code instead
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto!important; }}
@jamesf1989 Please add following code to Quick CSS
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
Then go to Enfold theme options > Header > Mobile Menu > Header Mobile Menu activation and choose 990px.
For menu problem, can you post the link to a page where it does not appear? I checked your pages and it seems fine on my end.
For animated image also, please point out the page and image
Cheers!
Yigit