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
Hi Yigit,
Thank you. That worked. Error is now fixed.
Hi. Hope you can help me figure this out.
Enfold options says “Logo Dimension: 340px * 156px (if your logo is larger you might need to modify style.css to align it perfectly)” I am using a larger logo. Unfortunately there is no code in your Enfold style.css! I am using a child theme and have not modified the logo or it’s container code there. I’ve tried finding the proper code in developer tools but I’m not having any luck.
The logo seems to be hard coded to “img height=’100′ width=’300′ ” somewhere (not in css)! Where do I find this and modify it? Also it seems your grid and layout code has !important everywhere and I cant update my child.
The way it displays now the logo is too small on desktop, reduces at 1024, reduces more at 768, is larger and no longer centered at 640/480 and distorted at 320!
I appreciate your help!
What should I do to fix this problem?
Today I updated the new WordPress version but after doing so the Enfold Theme was somehow deleted.
Does this mean that Enfold is not compatible to the newer version of WordPress?
Look forward to a response ASAP.
Leo
Hi,
I allready have the newsest version of Enfold and know about the Google Maps element.
But it is not enough for what i want to use. The Google Maps elements has very limited options and custimization.
So what would be the best way to implement my own javascript for a single page?
Is “template-builder.php” the standard template?
Would it work to create a copy of “template-builder.php”, make a custom template out of it and add:
wp_enqueue_script( 'mapAPI', 'https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false');
wp_enqueue_script( 'map', get_template_directory_uri() . '/js/map.js');
Or are there better solutions?
Instead of the copyright on the left and the footer menu on the right, I was hoping to stack and center the two (so it would be the centered footer menu on top of the centered copyright text).
What would be the css or footer.php changes that would need to occur to get this formatting?
Hi markv5!
You can use a child theme. For more information, please see – http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
Hi Flikk!
You can update Enfold to the latest version which includes a Google Maps element under Media Elements in Avia Layout builder – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Yigit