Is ti possible to have an holder version to try please?
Thanks
Hi, I am using Chrome on an iMac. 10.8.5.
Wordpress: Latest version.
Enfold: Latest version
WooCommerce: Latest Version
Hey @Heathcliffe, do you realise that’s not actually an Enfold site?
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-content-slider .slide-image, .avia-content-slider .slide-image img { width: auto; }
Cheers!
Yigit
Hey!
You can use (Email address hidden if logged out) but please post the login credentials here privately so we do not miss out
Best regards,
Yigit
Hey,
I purchased the Enfold theme earlier today, and have a few questions about a few issues:
1) In my mobile browser, the small menu icon overlaps my logo. How can I make the logo resize even smaller so it fits in the header better?
2) Still in my mobile browser, the small menu icon disappears altogether for WordPress pages (but not posts). How can I make the menu icon appear for pages too?
3) When I follow the “Shortcode” process for inserting an animated image, the image shows up as white when you view the page (in both the latest version of Chrome and Firefox). Although I notice if I click and drag on the empty white space where the image should be, the image is attached to the cursor as normal. How can I fix these animations to work properly?
Thanks!
– James Francis.
Hey Rustybucket!
Please insert this code into the enfold functions.php file:
/*
* Make sure that the plugin adds the og meta tags, etc. on template builder pages
*/
if(!function_exists('avia_wpseo_change_init_priority'))
{
function avia_wpseo_change_init_priority()
{
remove_action('template_redirect', 'wpseo_frontend_head_init', 999);
add_action('template_redirect', 'wpseo_frontend_head_init', 9);
}
add_filter('init','avia_wpseo_change_init_priority', 20);
}
We’ll fix it with the next update.
Regards,
Peter
Hi there,
I manually updated the enfold theme on my wordpress site, (download and ftp)
BUT wordpress still says there is an update from 2.6.1 to 2.6.2
when I check the theme folder, style.css shows that 2.6.2 is the version installed
How can I get wordpress to realise I have manually updated the theme.
many thanks
Mark
Hi!
You can overwrite the entire widget (class) with your child theme. Just copy the code from wp-content/themes/enfold/framework/php/class-framework-widgets.php into your child theme and modify the code there. If you want to register a new widget for a cpt/taxonomy use the code I posted here: https://kriesi.at/support/topic/latest-news-widget-show-custom-post-type/#post-239987 – note that you MUST place it in the child theme functions.php or it will not work.
Best regards,
Peter
Hey!
It seems like some important files from the LayerSlider plugin are missing. The browser outputs some 404 – not found errors:
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/css/layerslider.css?ver=4.6.5
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/jquery-easing-1.3.js?ver=1.3.0
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/layerslider.kreaturamedia.jquery.js?ver=4.6.5
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/jquerytransit.js?ver=0.9.9
Failed to load resource: the server responded with a status of 404 (Not Found) http://www.encanthadas.es/wordpress/wp-content/themes/enfold/config-layerslider/LayerSlider/js/layerslider.transitions.js?ver=4.6.5
Please use ftp to check if the files exist on your server and if not please update/upload them manually.
Regards,
Peter
Hey!
You can add phone number to top bar and then add following code to Quick CSS in Enfold theme options under Styling tab to make the top bar the same color as header
#header_meta { background-color: white; box-shadow: none; }
#header_main { border-top: none !important; }
Best regards,
Yigit
yep, I understand…
Enfold will be the best if it was able to manage mobile/tablet/desktop easely :-)
Hey!
Seems like some stylesheets do not load properly. Please deactivate the cache plugin (especially the minify feature) and check if this solves the issue. If not go to Enfold > Theme Options and re-save the settings.
Regards,
Peter
Hey!
Unfortunately you must overwrite the entire file if you don’t want to modify the original avia.js of the parent theme. Otherwise the theme will still execute the code line of the parent theme avia.js and you won’t notice any difference. The child theme name is not important and won’t affect the custom avia.js.
Best regards,
Peter
Hey!
Yes – insert this code into the child theme functions.php file (or enfold/functions.php):
add_filter('avf_form_from', 'avia_change_from', 10, 3);
function avia_change_from($from,$new_post,$params){
$from = ' (Email address hidden if logged out) ';
return $from;
}
and replace (Email address hidden if logged out) with your custom sender email address.
Best regards,
Peter
Hi jaypopsu!
A blank page has no header or footer output so those settings would be unused. As for the styling, you would need to use custom css and classes on those elements to style it in a way that would be outside of what the Avia Layout Builder has support for.
See: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Cheers!
Devin
Hey johnmdotme!
You can turn off the auto sub menu widget from the theme settings>sidebar>”Page Sidebar navigation” and then add in your own via a plugin with your own order.
Cheers!
Devin
Hey t3lgroup!
I don’t think its planned at the moment but you can suggest it here: https://kriesi.at/support/enfold-feature-requests/
Cheers!
Devin
Hey jdrijver!
Which browser and OS are you using? This is how i see it – http://i.imgur.com/IHuozxB.png
Regards,
Yigit
Hello
I’ve moved my WordPress to another folder. Before, I’ve changed the settings to the new URL, and the wordpress displays good.
But when I’m trying to edit a page, avia don’t launch. And when I’m saving some Enfold Options on Enfold panel, it says “Saving didnt work!
Please reload the page and try again”
I suppose it’s linked to the URL which changed…
How could I do to repair this ?
Thanx
Hi DaveL77!
Please try to re-save the theme options (Enfold > Theme options). The saving process forces Enfold to regenerate a dynamic stylesheet which may affect the bbpress stylings too. If this doesn’t solve the issue please post a link to your forum page and we’ll check why the styling isn’t correct.
Best regards,
Peter
Hi basilicon!
Please try to update to Enfold 2.6.2. Maybe the theme update fixes the issue.
Regards,
Peter
Hi,
On other parallax websites it is possible to use the parallax effect with more layers. A background layer, then some sort of graphic coming into place and some text. Please see a preview of this here (don’t mind the language. Just look at the parallax effects. http://www.woerk.dk/
Are you considering having this option build into Enfold in some future upgrades?
Hi Yigit,
Thank you.
I refreshed a few times etc…
It’s better than before indeed but the sentence (breadcrumb?) on the right is not well aligned and it’s “cut”…
Also the container turns “higher” when reducing the window… and so all texts in it are not vertically centered anymore… :(
http://www.mariecarette.com/perso/auxi.jpg
I would prefer to have the same thing that in enfold demo -> breadcrumb on the left, under the title…
http://www.mariecarette.com/perso/enfold.jpg
Would that be possible ?
Thank you so much.
Marie
Hi I have the same need than in this thread :
https://kriesi.at/support/topic/wpml-language-selector-text-instead-of-flag/
I’ve guessed the name of the page wp-contentthemesenfoldconfig-wpmlconfig.php (nice name btw :) ) has changed and is now in enfold/config-wpml/config.php
I’ve created a copy within enfold-child/config-wpml/config.php and made the change as detailed in the previous thread. But nothing happened on the website (www.sourcedeprovence.com). What did I made wrong?
Many thanks for your help.
Thomas