hi, this is the current small business website for my store,
it first started out with the replete theme but after the last wordpress update i made the change to enfold and
its the best thing ive ever done, this theme makes it so easy to change and build pages, its amazing!!
cheers
Andrew
The Vacuum Guy
http://www.vacshop.com.au/
Hey!
Go to Enfold > Styling. There you’ll see a textarea field (“Quick CSS”) where you can insert your css code.
Regards,
Peter
I want to change images in the easy slider or ad new images – but modifications are not safed – always the old content is displayed. Have you any idea? (WP 3.6, Enfold 2.01, Enfold Child 1.0, Contact Form 7, Contact Form 7 Datepicker, WPML Multlingual CMS, WPML String Translation); I also tested without any activated plugin – negative.
Hi,
I’ve noticed this in both the 2.1 version, and the 2.01 versions. Previous to version 2.01, everything worked fine with the fonts. My site is http://drinkallthebeers.com I can change the font in the enfold settings, but after saving the settings, the font doesn’t change. Even if I change the font to a cursive or script type, it remains to be what looks like Helvetica bold. I’m viewing the site on Chrome version 29.0.1547.65 on a mac.
Hey,
You can use this on your custom.css or Quick CSS:
IconBox:
.main_color .iconbox_content_title {
color: red;
}
.main_color .iconbox_icon.heading-color.avia-font-entypo-fontello {
color: blue;
}
Regards,
Ismael
Hi,
What do you mean by “Custom Location”?
No, I don’t think that is possible if you’re using the Enfold Google Maps Widget.
Regards,
Ismael
Hi,
That line of code is right at line 82 in header.php (Enfold 2.0.2).
Regards,
Josue
I was able to figure out (thanks to forum search) the custom CSS to give rounder corners to the bottom of my Enfold website but I’m not having much luck finding the right code to do that on the top.
Here’s what worked on the bottom:
#socket {
-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
Can someone help me with the same idea for the top area? I have a boxed layout.
Here’s a link to the test site:
http://tgdigitalservices.com/o1/
Thanks!
Hi steven1000,
In Enfold version 2.0.1 there was actually an update feature added into the theme through the theme’s options in WordPress.
For a quick guide on updating your theme outside of WordPress take a look at this video on updating the Enfold theme via FTP: htps:/vimeo.com/channels/aviathemes/67209750
Regards,
Devin
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
I prefer updating via FTP as I can see if there are any failures and re-up them.
Oi Josue,
I´ll need your help again.
I´ve just updated to the new enfold version 2.1 and the changes that we´ve made disapeared. I´ve checked the editor (header.php) and the quick css, and it all looks ok.
Can you help me?
Thank you,
Fabiana.
Hey,
It will only update the main theme.
Regards,
Ismael
I would even be content to make a page like this with a full gallery and the previews at the bottom http://kriesi.at/themes/enfold/portfolio-item/lorem-ipsum/
Is there way to make a 3 column ajax portfolio that when clicking on a single picture would pull up the portfolio slider or gallery without the title and excerpt?
So like on this page http://kriesi.at/themes/enfold/portfolio/portfolio-ajax/ if you click the top left iphone portfolio, it would pull up the slider but instead of having the “Single Portfolio: 2/3 Slider” title and the excerpt underneath, the pictures would span across the entire columns. It would be a full page slider.
Any way to do this? Thanks for your help in advance. By the way I absolutely love the theme and I can’t wait to finish my full site.
If you do the built in theme update in Enfold theme options from a Child Theme does it only update the main theme’s folder or does it try to put it in the child theme’s folder? Please let me know how it works….
Regards,
Mark L. Lee
I saw this thread: https://kriesi.at/support/topic/customizing-woocommerce-category-pages and i has helped me greatly in figuring out a solution to being able to add content to my Woocommerce category pages.
I was wondering if there is a way to take it one step further and be able to add the Avia Layout Builder to those Woo category pages. I have a feeling that is wishful thinking but thought I would ask. What I am looking do is add the LayerSlider to the top of those pages that extends full width, much like this page in the demo: http://kriesi.at/themes/enfold/pages/
Thanks in advance for your time and for making such unreal themes!
Hi Johan,
Firstly can you update Enfold to version 2.0.1 and WordPress to 3.6? You are now using version 1.3.1. There have been some bug fixes and improvements in the theme since version 1.3.1.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP:
http://vimeo.com/67209750
Regards,
Yigit
Hi Arne,
Please try adding following code to custom.css file or to Quick CSS in Enfold theme options page under Styling
#header .avia-button-wrap.avia-button-right { left: -11.8%; }
Regards,
Yigit
Hi,
Please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling to display right border.
div#text-4.widget.clearfix.widget_text { left: -1%; }
In your WordPress theme directory please go to Enfold > Includes and open Loop-search.php file and find following code in line 119
<h3 class=''><?php _e('Feel like browsing some posts instead?', 'avia_framework'); ?></h3>
and delete it. It will delete “Wollen Sie sich lieber andere Artikel oder Seiten ansehen?”
Then find following code in line 123
'before_widget' => '<div class="widget avia_combo_widget">',
and change it to
'before_widget' => '<div class="widget avia_combo_widget" style="display:none;">',
Regards,
Yigit
fixed it. I have 6 Menu items and on default enfold want 8 items to go display the responsive mobilemenu.
changed
Code:
if(first_level_items > 8 && !bottom_menu)
{
switchWidth = 989;
header.addClass(‘mobile_menu_tablet’);
}
to
Code:
if(first_level_items > 6 && !bottom_menu)
{
switchWidth = 989;
header.addClass(‘mobile_menu_tablet’);
}
now it works.
Thanks
Hii,
I might have missed something but how can I create a slider like on the one page portfolio demo? Is there a documentation for that?
Thanks
-Michael
Hi Patrick,
I believe it was intended not to display on mobile for a better user experience as there is already a responsive menu. But if you would like to display it, please add following code to custom.css file or to Quick CSS section in Enfold theme options page under Styling
div.sub_menu_socket { display: block!important; }
#socket .sub_menu_socket li { padding-bottom: 5px!important; }
Regards,
Yigit
Awesome. But when I activate the child theme all my former theme settings are gone. Is there an option to export them enfold theme settings I made at the themes options page and import them once I activated the child theme?
Hi Michael,
Yes Enfold is child theme compatible and you can watch this video that Devin prepated showing how to create a child theme http://vimeo.com/67221517
Regards,
Yigit
Hi,
Why aren’t the comments showing in Pages? Also, they’re not shown in the recent comments widget (for pages where comments were added before I switched to Enfold)
Hi bodnikwebservices,
No it will not. You will need at least WordPress 3.6 to run Enfold 2.0.1.
Regards,
Devin
My client is stuck at WP version 3.1
I have downloaded enfold 2.0.1, will it work on this version of wordpress?
Thanks for your help.
Hi!
Hey! I think I found a solution that should work on mobile devices. Will update the theme later today, let us know if it solves you issue. The enfold version is 2.1
Best regards,
Kriesi
Hey!
Hey! I think I found a solution that should work on mobile devices. Will update the theme later today, let us know if it solves you issue. The enfold version is 2.1
Best regards,
Kriesi