Hi,
personally I’d recommend to install a seo plugin like http://wordpress.org/plugins/wordpress-seo/ – since v2.1 Yoast SEO integrates seamlessly into Enfold and gives you full control over the page title, met tags (description, opengraph, etc.) and it will also generate the xml sitemap for you. If you don’t want to install a seo plugin or if the plugin doesn’t solve the issue please create me a wordpress admin account and send me the login data to: (Email address hidden if logged out) and I’ll look into because I can’t reproduce the issue on my test servers.
Hi,
No, the Enfold contact form does not save the submissions into the database and it also doesn’t generate a csv file. I’d recommend to use an advanced contact form plugin like: Formidable. It integrates pretty well into our theme – i.e. I’m using it on my website here: http://inoplugs.com/contact/
Hi,
Have you tried changing or resetting the options on Enfold > Styling?
Regards,
Ismael
Please excuse the late reply – to fix the issue open up enfold/js/avia.js and replace
mobile_advanced.find('.noMobile').remove();
with
mobile_advanced.find('.noMobile').remove();
jQuery(document).on('click', '#mobile-advanced li a[href*=#]', function()
{
container.removeClass('show_mobile_menu');
container.css({'height':"auto"});
return false;
});
and
// cancel default click action
return false;
with
// cancel default click action
if(!$(this).parents('#mobile-advanced')) return false;
Hi Darryl,
Child themes don’t necessarily automatically replace every file within it. They will for the WordPress core files but *not* just any other file from the theme. You need to actually register that file in your child theme or that specific function so that it doesn’t get run by the parent.
Regards,
Devin
Hi,
I’m working with your theme enfold here (e8hoops.com). It’s working excellent except for a few problems.
1.) Why is it when I resize the window smaller or see it on my Ipad does the Staff link get pushed under the logo? Is there a way to keep the top menu locked rather than moving when the window is resized? I like the way this website’s heading is designed is there a way to do it like that or is this a different theme? Also can I add pictures other than a logo to the header?
2.) How do I make the layerslider stay fullwidth rather than shrink when I resize the window?
3.) What do I do to make the html code under the Roster page resize so it shows up properly on mobile devices. I can’t see all of the table on my Iphone and it’s extended too far on my iPad. I want it to show up how it does on my desktop.
4.) Have Youtube and Instagram icons been designed yet to add to the social media bar in enfold? If not is there a way to manually add them.
Gday Enfold users
I have adjusted the functions-enfold.php file, though it does not appear to work as an override of the original parent when within my child theme. Is this file an exception to the way child themes work?
cheers
Darryl
Hi, in post “https://kriesi.at/support/topic/enfold-child-theme-site-speed-optimization/” kriesi says:
”
Hey! I have never used w3 total cache so I cant really help a lot here.
The live server uses a combination of wp supercache and better-wp-minify:
http://wordpress.org/plugins/bwp-minify/
http://wordpress.org/plugins/wp-super-cache/
Those 2 in combination should work without problems, maybe you might like to test them instead of w3 total cache :)
”
I have a lot of problems with cache.
If I active w3c super cache don’t works images and some elements of page.
If I active wp super cache runs perfect but the woocommerce don’t work aleatory.
Can you upload your configuration about wp super cache or some explanation for configure wp super cache for woocommerce runs perfect?
In you theme enfold you have shop, i’m interesting how configure it.
Thanks!!!
Xavier.
Hi Bruno,
You are welcome, glad we could help :)
Regards,
Yigit
Hi rahrens,
With HTML5 we no longer use <i> for italics so the theme just doesn’t have any styling for it. Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
i {
font-style: italic;
}
Which will add in styling for it so that when you do use it the font will be properly italicized as you want.
Regards,
Devin
Hi Devin,
thank you! Here is the link to the site: http://url9.de/Lns
Hi Soren,
Instead of clicking on Customize to change the theme visuals and options just go to the left hand “Enfold” menu option.
See this video for the basics in getting started: https://vimeo.com/channels/aviathemes/64927356
Regards,
Devin
Hi leaf-out,
Can we see the site live with the post name permalinks set to on?
If there is a general permalink issue the best thing to do is try the codex troubleshooting tips here: http://codex.wordpress.org/Using_Permalinks#Fixing_Permalink_Problems
Regards,
Devin
Hey There
I get this “Cheatin’ uh?” every time I try to go to “customize” enfold on the Dashboard.
Could you please tell me what is wrong and what I can do to fix it
Best regards and thx in advance
Soren
I added a screen capture of the word doc and the html
Thanks! Robert
Another thing, with this plugin activate the “tabs” don’t display correct too.
Thanks!!
Xavier.
when i active the plugin the images of main content don’t load.
how to configure it?
and for woocommerce and cache?
thanks¡,,
xavier.
Hi,
Can you please override the config-layerslider folder? Download Enfold 2.1 then update the theme via FTP.
Regards,
Ismael
Hey,
The background placement that you want is a bit complicated. Please hire a freelance developer to do the job for you. You can change the background image of the header on Enfold > Styling > Header > Background Image.
Regards,
Ismael
Hi,
@freepixelweb: Your friend must be really happy. Good job. :)
Regards,
Ismael
Hi,
Please don’t set the Blog page as Post Page on Settings > Reading panel but leave it as the Blog page on Enfold Theme Options. Edit the “Blog” page then use the Advance Layout Editor. Insert the Blog Posts element, choose the Blog Style and under “Blog Content length” choose “Excerpt With Read More Link”.
Regards,
Ismael
Hello!
Lately I’m getting a lot of fatal errors when working with Enfold template:
Fatal error: Cannot use object of type WP_Error as array in /path/to/wordpress/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 344
I’m getting it when changing template, deleting one, enablig/disabling plugins, upgrading wordpres….
The error is always the same, same file and same line…
What could cause that?
I installed Enfold and loaded/downloaded the default theme/template. When going to the homepage the default slider loads but does not load/slide to the next slide. I have to manually start it. How/where is the option for it auto play.
thanks
J
Hi,
when I am changing the permalinks to; /%postname%/ the css design is broken.
Here is a link to show you the problem: http://www.pic-upload.de/view-20731387/Permalink.png.html
What can I do?
Perfect, works like a charm!
Thank you!
Best regards,
Bruno
Hi Bruno,
Please add following code to Quick CSS as well
#top .main_menu .menu>li:last-child>a { padding-right: 13px; }
Regards,
Yigit