Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color strong, .alternate_color strong { color: inherit !important; }
and flush browser cache after applying the code
Regards,
Yigit
Hi duttonstuart!
I just put up another child theme version on my personal github to use as a reference that might help: https://github.com/DevinVinson/enfold-child-starter
Sounds like there is a missing ; or something like that in your custom code but it would be hard to check without looking through all of the code.
Best regards,
Devin
Hi!
Code is not being applied. Please try adding it to the custom.css file inside Enfold/Css folder and make sure to disable CSS minifying feature of any plugin
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top div .widget_shopping_cart .button { text-align: center; }
Cheers!
Yigit
Hey MeryVi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div.ppt { display: none !important; }
Regards,
Yigit
Hi Team Kriesi,
Enfold is a really great theme. The site is up and everyone is happy. I am just trying to figure out a few things that don’t seem to be working.
One of them I need to resolve is the Facebook Preview Thumbnail.
I searched for similar support threads, and your overall recommendation was to install SEO by Yoast to manage the preview images.
We installed the plugin but it does not work. We also assigned the Facebook admin in the social settings. It might be something we did wrong on our end but we can’t figure out how to assign a featured thumbnail.
When we post the Homepage on Facebook, its pulling the three images from the Easy Slider. Ideally we would like it to grab the image we assigned as the “Featured Image”.
Please let us know if you can think of a solution. Again, your theme is awesome and the support has been tremendously great.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .aviaccordion-title { -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform:rotate(90deg); transform:rotate(90deg); vertical-align: bottom; }
Best regards,
Yigit
Hi Devin,
Sometimes the theme’s control panel tells me that I need to upgrade, but other times it tells me that the theme is current. I did just upgrade the Enfold parent theme to 2.7.1. The color sections still aren’t full width. (I’m using Enfold Child for custom CSS, but the problem persists even without my custom styles.)
Thanks,
David
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate {
-webkit-transform: translateZ(0);
}
Regards,
Yigit
Hey amvdsande!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px
Cheers!
Yigit
Hey Scott!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar label {
width: 85%;
}
Cheers!
Yigit
Hab gestern abend noch mal alle Plugins bis auf WC und WGM deaktiviert, dann Enfold, WGM und WC jeweils letzte Version per FTP dort neu installiert – aber keine Änderung. Bin ich denn der einzige mit diesem Problem oder haben es andere noch nicht bemerkt?
Also noch mal eine Frage in die Runde an alle, die einen Shop mit WC + WGM betreiben:
Problem ist: bei einem Produkt mit Variationen und eine Variation ist gewählt, dann ist da kein “zzgl. Versand” mehr angezeigt.
I’ve upgraded Enfold to 2.7.1 on WordPress 3.9.1 and am still getting all 3 issues. I’ve also disabled all of my plugins since upgrading with no luck.
All I’m trying to do is add a “Full Width Slider” at the top of the page, but while playing with it I ran into the other issues.
Hey!
Please try to re-install Enfold via ftp: http://vimeo.com/channels/aviathemes/67209750 – maybe one or more framework files are corrupt and produce some weird output.
Regards,
Peter
Hi pixelpowereddesigns!
Please update Enfold to the latest version 2.7.1 – older versions might not be compatible with WP3.9. If the issue persists try to deactivate all plugins – maybe a plugin is not compatible with WP3.9 or the theme.
Regards,
Peter
Hi there!
Does anybody made some experiences with vouchers in Woocommerce in Enfold theme? There is a discout function for total costs in the basket… I configured it in the following way that a defined an amout (for example 10 Box) who should be deducted from the total amount of the basket if the total sum is higher than for example 100 Box. So it should be shown that only 90 Box has to be payed! Configuration in WooCommerce is pretty simple, but under Enfold it doesn’t work so that no discout is displayed (that means that customer pay the whole sum without discount).
Do you guys from Kriesi, know about any possibilities, workarrounds or reported bugs in this special issue? I need a solution very soon!!!
Thank you so much for helping! :-)
Greez
Schmiddy
Do you want to use a boxed layout?
http://kriesi.at/themes/enfold/?skin=Boxed%20Wood
a link to your site would help to see what you have done so far
Hi,
Make sure you are using the latest version of Enfold, then open js/avia.js and look for line 1222:
newH = el_height/2;
Change the ‘2’ by a lesser value, like 1.5. That will reduce the shrink.
Regards,
Josue
I don’t know what happened but the magic wand shortcodes generator is missing from the tools. It was working fine the other day. Also when you first visit my site the homepage symbols/icons are missing until you click away from/visit a different page then they appear. (social media, arrows, etc.) Then the rest of the duration the visitor is on site it works fine just don’t load when you first visit site.
Hi!
I see the issue, you need to update Enfold to its latest version (2.7.1) you currently have 2.6.1.
http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Josue
h1, h2, h3 {
text-transform: none !important;
}
edit: also edit h3 in case you want to get rid of all the text transform. standard is h1, h2, h3 to be uppercase in enfold.
-
This reply was modified 11 years, 8 months ago by
Flikk.
This reply has been marked as private.
This reply has been marked as private.
i dont even see the box. tried it on my own site and the box is not showing for me.
But try to paste this into the general styling of the enfold options
quick css:
`.av_facebook_widget {
width: 300;
}
His request was “fullscreen background”
But after he said he is using a slider i thought what he wants is: http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/
I guess a fullscreen background is what he really wants in the end. So the linked plugin should help.
Wenn du etwas wie das hier brauchst: http://css-tricks.com/examples/FullPageBackgroundImage/css-1.php
Dann kannst du das Plugin verwenden welches Ismael verlinkt hat: http://wordpress.org/plugins/wp-backgrounds-lite/
Du kannst es auch ohne plugin machen achtung, nicht mit jedem browser kompatibel:
html {
background: url(images/bg.jpg) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Zur Kompatibilität und anderen Möglichkeiten kannst du noch hier lesen: http://css-tricks.com/perfect-full-page-background-image/
Die komplizierten Lösungen welche eine höhere Kompatibilität bringen würden, sollten allerdings den support hier übersteigen.
Daher empfehle ich einfach das Plugin zu benutzen oder ältere browser nicht zu unterstützen.
Hi!
You can suggest the service here: https://kriesi.at/support/enfold-feature-requests/ – if more users vote for it we’ll look into it.
Best regards,
Peter
Hey!
Which images is it on the site? Without seeing them and just off the description my guess is that its images in which the size has been set using the WordPress editor and not inside theme shortcode columns or using the Avia Layout Builder column elements. If that is the case see: https://kriesi.at/support/topic/scaled-images-now-at-100-in-enfold-child-after-upgrading-parent-enfold-2-7-1/#post-260759
Removing just the width: auto; from that css rule will let you use the WordPress visual editor sizing.
Regards,
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .alignright, .entry-content-wrapper a:hover .alignright {
float: right;
margin: 4px 0px 0px 10px!important; }
Cheers!
Yigit
Please I need help here as well urgently, I am experiencing the same problem:
Advanced Layout Editor it’s blank. I can see the default editor OK, but the advanced layout editor gives me a spinning circle in the content box and then nothing.
Which means I can’t work on my website and it is only half done and live.
I am using Enfold version 2.7 and the site just updated to WP 4.
Website is http://www.creativethinking.dk
Thanks
Hi,
First I used Enfold 2.54. There I create a Child Theme for the adaption of the theme.
I put the file header.php to the folder of the child theme and added there the following code:
<div id='header_meta' class='container_wrap container_wrap_meta'>
.....
if($phone) echo "<div class='phone-info {$phone_class}'><span class='hotline_text'>Umzugshotline</span><span class='hotline_phone'>{$phone}</span><img src='http://www.schoeffl.at/wp_site/wp-content/uploads/Lkw_middle.png'><input type='button' onClick='window.location=\"http://www.schoeffl.at/wp_site/kontakt/anfrageformular\"' value='Anfrage' style='float:right;cursor:pointer;' class='inquiry' /></div>";
...
After upgrading the theme the header.php of the original theme has been changed. So that the section above now is found in
/includes/helper-main-menu.php.
When I copy this file into the folder of the child theme, the changes of this will not apply. I hope, that I don’t have to change this in the original theme code, and I can copy it to the child theme.
Thanks, Daniela