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
Hey vpayette!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia-slideshow-dots a { bottom: 370px; }
Cheers!
Yigit
-
This reply was modified 11 years, 10 months ago by
Yigit.
Hi alessioandreani!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .fullsize .template-blog .post .entry-content-wrapper, #top .fullsize .template-blog .post .entry-content-wrapper > * { max-width: 100%; }
Cheers!
Yigit
Hey linkrep42!
Please make sure that you are using the latest version of Enfold 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
This reply has been marked as private.
Hey SSDWebsites!
You are currently using an older version of the theme. Firstly please update it to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hi again
I am still having problems with my video background in the color section on this page:
– fine in chrome and now in firefox but I checked it in safari on another
machine and the video seems to load (I get a still image) but doesn’t play. The flash plugin was up-to-date
(this was the problem on my machine). any ideas what the issue is here? I am running enfold 2.7
thanks
Nancy
-
This topic was modified 9 years, 11 months ago by
Yigit.
Hey!
Can you try changing 768px values to 990px in the code i posted here – https://kriesi.at/support/topic/transparent-header-issues-enfold/#post-268580
Cheers!
Yigit
Hey charger70!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo img { margin-top: 35px; }
Cheers!
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.