Hi!
Please update Enfold to version 2.4.1 and let us know if issue remains
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
Regards,
Yigit
Hey markmarich!
You are currently using Enfold version 1.8. Recently verson 2.4.1 was released. It has many bug fixes as well as improvements. You can see some of most recent features in Blog
So please login on ThemeForest with the account you have purchased Enfold with and go to Downloads and download the newest version
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
Regards,
Yigit
Hey!
I mean icons zip file that you have uploaded in Enfold theme options, the ones you downloaded from Fontello.com. I would like to try uploading them
Regards,
Yigit
Hey coachw!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
.mobile_active #advanced_menu_toggle { position: fixed; right: 30px; top: 130px; }
You can post the link to your website and we can provide you more accurate code as well
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as desired
@media only screen and (min-width: 1340px) {
.responsive_large .container .nine.units {
width: 970px;
}}
Cheers!
Yigit
Can I link another blog’s posts in to a page here?
For example, I use http://www.pledgeback.org [with enfold theme] for my main website. In this I want to have a page that shows my recent blog posts. However, the blogs posts are from another wordpress site hosted at http://blog.pledgeback.org. Is this possible?
I like the new blog display option and hence the requirement – http://kriesi.at/themes/enfold/blog/masonry-blog/
Thanks for your time.
Rohan
This removes all green dots – it is only menues, you can not click on,
i dont want a green dot in front of… Take a look at the link on a smartphone
Hi Jay!
You’re using an outdated version of the theme. Please update to Enfold 2.4.x which is compatible with WP3.6.x and the latest version of jquery.
Best regards,
Peter
Hi!
Can you try to re-update the theme to version 2.4 via FTP? It has new features and some small bug fixes so it would be useful anyway :)
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
Best regards,
Yigit
Hey cj_envato!
You can update Enfold to version 2.4+ and use Masonry Gallery ( for more information, please see this post http://kriesi.at/archives/enfold-version-2-4-fullwidth-masonry-elements )
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
Regards,
Yigit
Hi!
You can add following code to remove it
#mobile-advanced li > a:before { display: none; }
Cheers!
Yigit
Hello Support-Team,
I have recently purchased the Enfold theme and I have a few question concerning the header and footer.
Header:
• Is it possible to set up the social media icons like on your homepage with a little dashed line as a separator?
• When the browser changes size (for instance on a pc or mobile device). The social media icons go to the center and the logo changes to a minimalistic version. Can you do this directly using Enfold WordPress-editor or does it require some manipulation in the style.css directory.
Footer:
• How can I make the footer look like the in the Enfold theme preview. With an Interesting Links, business hours and latest news etc. segment.
• Where can I remove the Enfold Theme by Kriesi Copyright? For some reason I does not go away when I change it with the WordPress-editor.
It would mean a lot to me if you could provide the codes or give me some advice on how do these things, since I only have a basic understanding of Css and php.
I would like to thank you in advance.
Regards,
Frank.
Hi there,
I set up wordpress with enfold on my localhost, created my site and it all worked just fine.
Now I want to move wordpress to my server, doing the normal thing, i.e. copying the files via ftp and creating a dump of the local database.
Before importing the sql file in the server database (created before), I have to change the server location from “localhost” to “server” in the sql file.
But here the problem starts:
I´m using layer slider and it shows loads of slashes and backslashes around server names e.g. http:\\/\\/localhost\\/database\\/wp-content\\/themes\\/enfold\\/config-layerslider\\/LayerSlider\\….
I tried to replace /localhost\\ with /server\\/subfolder\\ but that didn´t work.
All other instances of localhost (apart from those related to the layer slider) I replaced normally by the servername of the target server.
But in the end of the day, it just does not work.
Could you please give me a hint, what I have to change how in the sql dump to make in work?
Thanks very much in advance!
Kindest regards,
Hirschi
Hi,
I have a question, my new site running too slow, both site and admin. I want to understand if it is a problem of enfold theme (maybe i add too much slide or element in a page) or there is a problem with the server on the site is located.
The provider say me that the problem is the complessity of the site, but i don’t sure.
thanks Sere
This reply has been marked as private.
Hey Morten!
Yes, please go to Enfold theme options > Header and choose “Display as Slide Out Menu” in “Responsive Header Main Menu” http://i.imgur.com/X8s67LN.jpg
Best regards,
Yigit
Hi
When i visit Enfold support forum on my iPhone, i love the mobilmenu in the right corner.
Is that possible with Enfold theme?
hi, thank you for your answer.
It doesnt work!
I’m using a child theme, that i don’t loose my settings after a theme update.
So i created a folder enfold-child/css/custom.css:
/* General Custom CSS */
/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
@media only screen and (min-width: 768px) {
/* Add your Desktop Styles here */
#top div div.product .woocommerce-tabs ul.tabs li a {
padding: 9px 20px 10px 20px;
}
}
/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
}
Can I don’t use the style.css in the main child theme folder?
And how can I use Quick CSS?
Thank you for your answers.
Regards
Laenggi
Done. Hope, blue border means “private” :D
This reply has been marked as private.
Hi,
Would this be compatible with Enfold? I was told it works with WP menus. Not sure if Enfold uses WP menus.
add_filter('wp_nav_menu_items', 'add_login_logout_link', 10, 2);
function add_login_logout_link($items, $args) {
ob_start();
wp_loginout('index.php');
$loginoutlink = ob_get_contents();
ob_end_clean();
$items .= '<li>'. $loginoutlink .'</li>';
return $items;
}
thanks,
Hi!
I can’t reproduce the issue on my test servers. Maybe someone can create us an admin account and post the login credentials as private reply?
Regards,
Peter
Hi!
We really need to see the actual website. For the mean time, please download the latest version of Enfold on your themeforest account. Update your theme files via FTP. Watch this video how: http://vimeo.com/channels/aviathemes/64927356
Regards,
Ismael
Hi konings194!
Please create us an admin account and post the login credentials as private reply. Please also remove the host file protection and make sure that we can access the web server without editing our host files.
Best regards,
Peter
Hey!
Please update to the latest version of Enfold (released yesterday) and add following code to the functions.php file to change the label:
add_filter('avf_toggle_sort_first_label','avia_change_toggle_label', 10, 2);
function avia_change_toggle_label($all, $params)
{
$all = "Name of your label";
return $all;
}
Cheers!
Peter
Hi Ismael!
Please can you give me a short example?
How can I use the Shortcode?
What means Shortcode Wand?
Where can I read which Shortcodes are usable with Enfold?
Thanks and regards
Bruno
Hey!
I wonder how the Enfold theme can conflict with this plugin. Especially because the php notice (NOTICE: wp-content/plugins/CookieInfo/inc/class.settings-api.php:94 – Undefined index: desc) indicates that the plugin tries to access an array value which is not defined and this error as nothing to do with the theme. You can try some free plugins from here: http://wordpress.org/plugins/search.php?q=cookie if the plugin author can’t help you.
Best regards,
Peter
It’s really a shame to hear as it basically means I’ve wasted money.
But you are totally right. I’ve tried many plugins in combination with Enfold, many way more complex than this Cookie plugin. If those complex plugins can run without conflicts, this one should too. I’ll contact the author again to see if he is willing to correct it. If not, then I guess someone is getting a lower rating on Envato. :(
Thanks for the info, Devin.
I can;t seem to get the hang of additional menus in this theme- I can get the main menu all config’d and it looks awesome, however is there any way to create sub-menus for sections of the site?
must I use child pages to do so?
Related question – if I need to use child pages, then how do you control the menu item info (Eg, if page title is “Way Too Long A Title” and you want the menu item to be “Title”, how do you do it for submenus if you can create submenus?
this page seems to have a submenu, I can;t seem to figure out how to do same.
http://kriesi.at/themes/enfold/homepage/home-v6-classic-4-column/
-
This topic was modified 12 years, 4 months ago by
thanp73.