oh~!
i love enfold~!
i love your team~!
I’m very grateful~^^
Have a good day.
I’ve tried deleting and recreating a NEW MENU several times and also when i try and go under APPEARANCE>> MENU>> MANAGE LOCATION tab and set the ENFOLD CHILD MAIN MENU theme to the ASSIGNED menu and hit save, still the menu i set doesn’t display and when i return back to this page, nothing is saved on the page
Using latest ENFOLD wi CHILD theme. No matter what i try and set the menu to be under APPEARANCE MENUES. IT never saves or reflects on my site. Also strange thing happening no matter what when i check the check boxes under Theme locations >> Enfold Child Main Menu, and hit SAVE, when i go back its unchecked again and nothing is saved. PLEASE HELP
Hi Shanti!
A child theme version of functions-enfold.php will not replace the parent because the file is included in the parent at the end of the functions.php file.
You can add the function as a whole (avia_post_nav) to your regular child theme functions since the functions all have checks to see if that function has been created already and the child theme functions.php runs first.
Best regards,
Josue
Hi – sorry another question.
I am using the Fancybox jQuery plugin. When I click on the item that opens the Fancybox, the background of the main page scrolls up a little bit. I copied this onto a site running the standard WP theme, and it did not happen. It looks like there is an Enfold script running that is creating this.
Any tips on how to fix it? I will post a private message with the link to the site.
Thanks!
Hi Josue,
Thanks for letting me know about that!!! I wasn’t aware at all, didn’t pay attention… Thanks! But I share my posts with jetpack…I haven’t set anything about this, do you know if I should look into google to fix that or does it comes from jetpack?
I know it behind your support for enfold so if you don’t know or can’t answer I’ll understand.
Kind regards
Chrys
This reply has been marked as private.
This reply has been marked as private.
Hi,
You can go on google+ here and see all my shared post start with enfold short code https://plus.google.com/+christelleBourgeois
it’s not a specific url it’s all my blog post that have an image at the beginning .
http://www.calliframe.com/comment-realiser-beaux-effets-typographiques-vos-photos-fontcandy/
Thanks
Chrys
This reply has been marked as private.
Hi Guys
Can you point me in the right direction to target the css to reduce the (Layout elements) column margins? I want to decrease the vertical white gutter between the coloured boxes across all pages.
http://www.globalliteracynetworks.co.uk/
Best regards
Steve
Hello,
I recently moved my website to a new webhost and server. And I am having some troubles with the site.
I contacted the webhost and they said that something inside the theme login is showing an error message.
The issues are two:
1. Some of my posts are not functioning corectly as the one in: http://paisagismoonline.com.br/jardins-pelo-mundo-parte-7-villa-ephrussi-de-rothschild/
2. The other one is that I use a pluging that was working fine before changing servers. Trough this plugin I can upload files to my clients from the backend of my site and they can upload files for me from their side. The webhost support said that can also be related with the theme.
I checked the theme error log and got this two messages:
[22-May-2014 21:51:15 America/Denver] PHP Fatal error: Call to undefined function get_header() in /home/paisagis/public_html/wp-content/themes/enfold/enfold/index.php on line 9
[23-May-2014 05:44:57 America/Denver] PHP Fatal error: Call to undefined function get_header() in /home/paisagis/public_html/wp-content/themes/enfold/enfold/index.php on line 9
Can you help me?
Thanks.
Fabiana.
Problem with LayerSlider fixed! Last night we installed the entire Enfold-Wordpress-Site on another server(different provider). On the other server the LayerSlider editor worked flawlessly, all sliders were editable. My server was configured with php 5-53stable, the other server with php 5-54stable. After switching my server from 5-53 to 5-54 all errors are gone, and I’m glad for regaining control over my sliders.
Thank you again for trying to help!
Cheers!
Rainer
Hi Matt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.page-id-5995 .image-overlay { display: none !important; }
You can right click on Chrome or Firefox to inspect elements to find page ID’s http://i.imgur.com/HyPTCRg.jpg
Best regards,
Yigit
Hello,
I was looking over your home page and I noticed a nice animated graphic.
Its the circular animated graphic on your home page under the title “THE BASICS – WHAT YOU GET WITH EVERY THEME”
I was just wondering how you did it? Was it using the existing functionality within Enfold or something else? IT would be perfect for something I am trying to do just unsure on how easy it will be to achieve.
Thanks
Ahh, I have two versions of the Enfold theme, and I edited the wrong one. Good catch! It looks like it fixed it for the home page link, thanks! If I click the “Client Results” link to jump down to that section of the home page, the home link still remains highlighted. I don’t suppose there’s any way to get the “Client Results” link to highlight after it’s clicked, is there?
The predefined color schemes are not working for me. It doesn’t matter which one I choose, the color scheme stays on “Splash red”. I am using WordPress 3.9.1 and Enfold 2.7.1.
There is alot of stuff you can edit using CSS
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
One thing you could do is to give certain layout elements a box shadow and border.
.flex_column.av_one_third.first {
box-shadow: 2px 2px 2px 0 #AAAAAA;
border:1px solid #cccccc;
padding: 0px 10px;
}
That affects all 1/3 layout sections.
If you want it for specific elements, you can add the page id to the css code (.page-id-99.flex_column.av_one_third.first) or you use custom classes (.yourClass { background-color: #cccccc}).
To set a custom class for an element see: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
I want to add a layer with a background and a primary navigation. How do I apply this?
Can anyone help me please?
Hey ConflateGermany!
Yes it is possible. Please turn on Custom CSS field for Avia Layout Builder elements ( see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and customize text blocks using custom css in Quick CSS field in Enfold theme options under General Styling tab
.custom-class { padding: 10px; border: 1px solid #e2e2e2; }
Regards,
Yigit
Hey renz54!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 8px; }}
2-
.page-id-2633 .avia-icon-list li {
padding: 0 0 70px 0; }
Best regards,
Yigit
Hello,
is it able to create such nice textblock as on this page http://www.pbu-cad.de/ in the enfold theme? Or maybe so changes the backround collor of the textblocks like this: http://www.siemens.com/entry/cc/en/
Thx
Kind regards
Martin
Hi there,
Regarding: http://ips-group.dk/about-ips-group/contact/
I see wierd lines on the map?
The pin is not in the correct spot. I just spoke with google last week, so today the marking is 100% correct, please see: https://www.google.dk/maps/place/IPS-Group+A%2FS+-+Innovative+Products+and+S (Email address hidden if logged out) ,12.5939418,19z/data=!4m2!3m1!1s0x4652533b8767f995:0x569f26dcb32b6ede
Why cant Enfold update this?
Thx :)
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #wrap_all .main_color del { color: red !important; }
Cheers!
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_logo_center .logo { margin-left: 0!important\9; }
Cheers!
Yigit
Hey mixedmedia99!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_transform .avia-gallery-thumb img {
opacity: 1;
}
Regards,
Yigit
So I had Disqus comments activated but removed them for Facebook comments and now I see this underneath?
I uninstalled and DELETED DISQUS so not sure why it’s still there, or is it Enfold related?
See image here:
http://gyazo.com/d178f846e58549c68c7c0eeaebd7f1c1
Any help would be greatly appreciated, thanks.