Hi,
Please add following code to Quick CSS in Enfold theme options under Styling
#top .av_font_icon a:hover { color: white!important; }
If it does not work, please create a temporary admin login and send it to me on
Regards,
Yigit
-
This reply was modified 9 years, 10 months ago by
Yigit.
Hi Tim,
Can you once again try to install Enfold via FTP? Let us know if issue remains
For a quick guide on installing your theme take a look at this video on installing the Enfold theme via FTP:
Regards,
Yigit
Hello,
Here you go http://i.imgur.com/OVlo9Yl.jpg 2.0.1
And Enfold on ThemeForest http://i.imgur.com/hy6A7Kd.jpg
You can take screenshot upload them on http://imgur.com/ and share the link here
Regards,
Yigit
Hi,
1) Der Grund warum die 404 Seite in Deutsch erscheint ist, dass wir Enfold schon übersetzt haben (de_DE.po & mo Dateien im Enfold/lang/ Ordner). Der Originaltext ist natürlich in Englisch.
2) Kriesi hat hier einfach nur ein großes Bild eingefügt (kein Slider). Möchtest du einen Slider einfügen verwende folgenden php Code im error404.php Template
do_shortcode("[av_layerslider id='3']");
und statt 3 füge die ID des gewünschten LayerSlider ein.
Hi,
Please try adding following code to Quick CSS in Enfold theme options under Styling
a.portfolio-preview-list-image {margin-bottom: 5px!important; }
Regards,
Yigit
Yeah, found the solution of my problem. I have search from with “case sensitive search” in Codestyling Localization. Thanks for your help. And I think that Enfold automatically change language to WordPress default if there is .po and .mo file in /enfold/lang/ folder. Thank you for your time :)
Ok I tried Poedit and there I found all strings, so it’s somethign wrong with Localization plugin. Anyway after I translated everything to my language and save it to two files .po and .mo and uploaded to wp-content/themes/enfold/lang. Where I can change language of Enfold theme? Thanks
Hi,
so where could be problem when it doesn’t? Is it compatible with Codestyling Localization plugin, Enfold theme? I have total 932 strings in text domain avia_framework, but Germany translation has only 784strings. Could be this problem with my translation plugin? Not sure where to look and solve this problem. Thanks
Tbh there’s no easy way to remove the spaces. The Enfold gallery does not support a masonry layout at the moment (eg like demonstrated here: http://www.nextgen-gallery.com/nextgen-pro/#promasonry ) and if the images have different aspect ratios you’ll see white spaces because the grid is not flexible. We’ll consider to add this gallery layout to Enfold in the future but (for now) I’d suggest to crop the thumbnails (then all thumbnails have the same size & aspect ratio) or to use the nextgen Gallery plugin with the pro extension: http://www.nextgen-gallery.com/nextgen-pro/ which supports the masonry layout too.
Thank you for the suggestion. When I went to try this, I noticed a update to the custom-facebook-feed plug-in for a javascript error – v1.5.2. After updating the plug-in, it seems to have fixed it.
Presumably, the update was to do a similar fix?!!
Thank you anyway!
Hi all
How do I get rid of the 50px border when using the boxed layout in Enfold?
Please look at the screenshot, the blue area.
The code
.boxed .container {
margin: 0px 0px;
}
instead of
.boxed .container {
margin: 0px 50px;
}
moves the content to the left, but doesn’t get rid of the 100px of the box

http://www.selvaria.ch
Thank you
-
This topic was modified 12 years, 6 months ago by
selvaria.
The plugin outputs an error
Uncaught ReferenceError: text_limit is not defined cff-scripts.js?ver=3.6.1:43
You may want to delete following line in wp-content/plugins/custom-facebook-feed/js/cff-scripts.js
console.log(text_limit);
Hello,
I have a quite serious issue here. I cannot use any modal plugin what so ever with Enfold Theme.
It seems that it is due to z-index issue in CSS but frankly I don’t want to break everything…
Here is an example of what happens with the plugin WP Download Manager :
It’s quite serious as we need to go live next monday… :(
Does anyone already faced something similar ?
Thank you in advance for your help!
Basile
-
This topic was modified 12 years, 5 months ago by
basilefanon.
Hi,
no, because all of our themes use the default woocommerce templates and we just modify small parts of them with filters and actions (see the code in /wp-content/themes/enfold/config-woocommerce/config.php). The reason is that custom shop templates would make our theme incompatible with many third party WooCommerce shop extensions and we want to ensure that our theme users can use as many third party plugins as possible without modifying a theme file. If you want to create a custom shop template I’d recommend to read the codex articles here: http://docs.woothemes.com/documentation/plugins/woocommerce/woocommerce-codex/theming/ about theming. I’d recommend to avoid changes to the theme files especially because they’re often not upgrade safe and you need to check the template changes before you can upgrade WooCommerce to the latest version…
Ich habe das jetzt nicht ausprobiert, aber die get_footer() Funktion sollte auch mit dem “Blank” Template funktionieren. Öffne /wp-content/themes/enfold/template-blank.php und füge ganz am Ende folgende Zeile ein:
get_footer();
Ah, ok… Now I know what you mean… It´s terrible. Sometimes it is impossible to see the forest for the trees… :)
Thank you two very much!
Regards,
Bruno
wow, it’s amazing. Thanks a lot, Peter.
One stupid question, how do I convert it back to the original hard to read format after changing the css code?
Thanks again!
Hello !
Special thanks to Kriesi for tag.php in Enfold 2.1 !
Now tags in portfolio works fine !
but still have one question about tags :
is it possible to make Portfolio grid by Tags as additional page to Portfolio grid by Categories ?
thank you
-
This topic was modified 12 years, 6 months ago by
Denis.
Hi,
Is there any tool that can make the enfold.css file more readable?
All the css codes are piled up together and don’t know how to get started.
thank you,
Hallo,
ändern kann man diesen Text mittels der Übersetzungsdateien im enfold/lang folder. Einfach die de_DE.po mit Poedit oder Codestyling: http://wordpress.org/plugins/codestyling-localization/ bearbeiten und “Hinterlassen Sie einen Kommentar” gegen deinen Text ersetzen. Anschließend die po Datei speichern und mit Codestyling die mo Datei generieren oder die Dateien welche Poedit auswirft hochladen.
Löschen kann man den Text in /wp-content/themes/enfold/includes/comments.php – suche nach:
echo "<h3 class='miniheading'>".__('Leave a Reply','avia_framework')."</h3>";
echo "<span class='minitext'>".__('Want to join the discussion? <br/>Feel free to contribute!','avia_framework')."</span>";
und lösche diese Zeilen.
I strongly recommend to use Please use Codestyling: http://wordpress.org/plugins/codestyling-localization/ to translate the theme.
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to fetch all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Hello,
I uploaded, installed and activate the enfold theme. Now when I go to wp-admin, nothing comes up on the screen, I mean it’s completely blank.
My website did upload and activate the theme online though, and now it looks like this:
http://www.integrativeportlandtherapist.com
I can’t have it looking like this for long though… What do I do to fix it?
Thanks,
Tim
Ok, feel free to extend Andreano’s version and we’ll include it in the next update.
Thanks for your quick reply Devin! hmmm, I just whipped together a quick test page on my clients lil girls book site after updating to latest Enfold theme I just downloaded off themeforest. http://theaudaciouslittleprincesses.com/parallax-test-page-for-iphone/ (not attractive page, just wanted to build real quick and add a few parallax sections… parallax isnt covered in the Docs, but basically it’s using the Color sections and putting content within it correct? and then ‘fixed’ selection on the color section image, or is there another way? my iphone5 view though just compresses the image to the width of the area and scrolls rt with the content, not fixed. LUV THIS FRICKIN AMAZING THEME!!!! Just would be next level the First WP site I have where Parallax actually works on ios/iphone World View!
BIG THANKS for ALL YOUR ROCKINESS and fingers crossed for any new KRIE$I Amazingness anytime sooooon?? ha just hopin!
BEST
-Sterling
Hi,
Domain: http://www.onthe8.com
We are using latest version of your Enfold Theme and WordPress. We updated all our images to Retina.
Every thing is working fine except Portfolio Grid. Images are displaying Non-Retina and Even Fonts are blur.
Easy slider in Portfolio is also showing non retina.
Rest of the website is all showing great in retina display. (Great theme)
We are using WP Retina 2x Plugin
Please HELP
Thanks
Jas
Hi,
You can edit a layer then go to Attributes panel, give it a unique ID. You can then declare a google font on Enfold > Styling > Quick CSS. Let’s say for example you give it an id called “layer-google-font”. You can use this:
#layer-google-font {
font-family: 'Open Sans', sans-serif;
}
Regards,
Ismael
Hi,
I am using WPML with the parent theme and am thinking to add a Child theme after watching Devin’s excellent video tutorial on child theme.
My questions regarding the child themes are,
1. does the child theme folder have to be named “enfold-child” or is it flexible to be changed to something different?
2. does the child theme support WPML by default? If not, what changes must be made to make it WPML compatible?
Thank you,
Hi,
You need to configure both languages. You need to switch to the other language then set the blog on Enfold > Theme Options > And where do you want to display the Blog? option.
Regards,
Ismael