I’m happy to say that my enfold themed WP site is up and running. It’s a great theme, and I’m really happy with the end result. You can check it out here: http://www.caramelvoices.com
Shalom eliuserman!
Please try deactivating all active plugins and check if that helps. Also see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Best regards,
Yigit
Im having issues installing enfold.
zip resides on my computer, i follow upload to server via wordpress, reaches 100%, then flips to an installation failed page that also says “are you sure you want to do this?” and then has a “try again” link that circles back around…
I use the enfold contactform.
Its sending mails from my personal email adress.
Where can i change the from / reply email?
Hi,
I like the Icon List module in Enfold theme and I have done one with some contact info. I have the Icon List in a 1/3 layout module and the rest of the page in a 2/3 layout module. I want this Icon List with the contact info on all pages. Can I in some way reuse one Icon List for all pages or do I have to create a new Icon List for each page?
I tried to use the Widget Area module and then create a custom widget, but I soon discovered that there was no way to get access to the modules like the Icon List to put inside the widget. Or is this possible in some way?
It would be nice if the user could save and give a unique id or something to the modules in the layout builder and then reuse them on another page!?
Finally, I just wonder why there isn’t any social share buttons to link to common social media like Facebook, Twitter or share by e-mail. I can only find icons that links to someones own Facebooks or Twitter page!?
Looking forward to an answer!
Thanks!
Hi!
WooCommerce triggers an action called “added_to_cart” when the user clicks the “Add to cart” button. Kriesi uses this action to fire the “update_cart_dropdown” function located in wp-enfold\enfold\config-woocommerce\woocommerce-mod.js. If you need a different hook/action for your script I recommend to study the documentation here: http://docs.woothemes.com/documentation/plugins/woocommerce/ and to read the comments inside the plugin code (woocommerce folder).
Best regards,
Peter
Thanks Josue! Is this postid-xx class a special Enfold’s Feature or it is part of WordPress vanilla code?
Best Regards,
Agustin
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-content-slider-inner .slide-entry-wrap { -webkit-perspective: none!important; }
Please see – http://kriesi.at/documentation/enfold/prevent-image-or-link-from-opening-in-a-lightbox/
Regards,
Yigit
Hey Dogmut!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (min-width: 1140px) {
#main .container, #main .twelve.units { width: 990px; }}
You can use this code as a starting point. You may need additional custom CSS codes
Cheers!
Yigit
Bisher hatte ich die Related Posts ja immer bei den Blogbeiträgen. Doch als ich eben auf einer Kundenwebseite deren fehlen bemerkte, guckte ich auf meiner Site nach und die waren da auch nicht mehr da.
Im Enfold Child geprüft und ja: die Einstellungen sagen “Related Posts” anzeigen. Habe beide Anzeigemöglichkeiten geprüft, keine Änderung.
Hab ich da was übersehen oder ist ein Bug schuld?
Hi Josue
I actually managed to fix the issue by adding some quick css to make the text black on the tooltip, but you can see the issue on the theme demo if you go to the contact page http://kriesi.at/themedemo/?theme=enfold and select the black theme?
I looked into the CSS for the actual tooltip box, but it looked a little complex so was happy enough just to switch the font color.
Cheers :)
Hi
My name is Peter and I live in the UK. I am a total novice and can’t write a line of code. Enfold helped me switch from “web page maker” to WordPress. If Enfold had not have been so easy I would never of made the change.
My 1st website. It still needs work but I feel it is getting there
http://www.remyxtensions.co.uk/wp/
Enfold ROCKS!!!
Pete
Gday Enfold
After upgrading to v2.7.1 with Modern Tribe Event calendar Pro 3.5.2 the Event details get a 404. When the theme is switched to TwentyFourteen, the event single page data is visible again.
This makes me think it’s to do with Enfold in some way…have you guys had anyone else with the problem (I couldn’t see any recent entries in the forum).
As per an old forum post I saw from Sept last year, I also increased my php ini memory limit way up to 256 and no difference.
Any ideas?
You can see the effect at http://www.turabeachcountryclub.com.au/events . If you choose an event you will get a 404
Thanks for any help you can offer me. Much appreciated.
cheers
Darryl
-
This topic was modified 11 years, 7 months ago by
itchybrain. Reason: Wrote the wrong plugin name
http://kriesi.at/documentation/enfold/custom-css-and-quick-css/
For the table headings:
.page-id-3198 .avia-table th {
font-size: 10px;
font-weight: normal;
padding: 3px;
text-transform: none;
}
For others:
.page-id-3198 .avia-table td {
font-size: 10px;
padding: 3px;
text-transform: none;
}
The page ID is to make the changes for this page only.
You can simply remove, add or edit the properties above.
For more about properties to change your text see:
http://www.w3schools.com/css/css_text.asp
http://www.w3schools.com/cssref/pr_font_font.asp
For the padding see:
http://www.w3schools.com/css/css_padding.asp
Thanks Yigit for your answer.
But can I have the same black&white effect in the featured image of the portfolio and blog post?
In fact, I would like the black and white effect on all the images of the site.
Is it possible?
Hey SMDNAS!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 { text-transform: none; }
Regards,
Yigit
My client is complaining now that he and many others cannot see the front page video on this page:
in Safari (and earlier today also Firefox & chrome but now it’s fine on those browsers), where it either doesn’t load or comes up with a black screen and play button instead of autoplaying when the page loads. Is Enfold only compatible with the latest version of browsers and plugins? Is it possible to have a code that checks for the browser compatibility and plays the video or alternative slideshow (like I have set to run on ipads/mobile) accordingly? The client really doesn’t want to hear that everyone needs a particular browser version (!). Any suggestions??
thanks
nancy
-
This reply was modified 9 years, 9 months ago by
Yigit.
Hi orianos!
Yes it is. You can add following code to Quick CSS in Enfold theme options under General Styling tab to make images in Logo/partner element have grayscale
#top .avia-logo-element-container img { filter: grayscale(100%);
-webkit-filter: grayscale(100%);
filter: gray;
-webkit-transition: all .6s ease; }
#top .avia-logo-element-container img:hover { filter: grayscale(0%);
-webkit-filter: grayscale(0%);
filter: none; }
Cheers!
Yigit
Is possible to have in Enfold theme the black & white effect over the image, like Angular theme?
Hi support, could you help with the problem I have with broken layout in Firefox please?
I’ve tried deactivating all plugins without success, the problem occurs in Firefox but not in Chrome. I’m using the latest version of Firefox. If you are able to provide me with an email address I will send you a screen shot of the issue.
Problem is on the following pages:
http://www.rachelcochrane.com/get-writing/
http://www.rachelcochrane.com/reach-out/
http://www.rachelcochrane.com/listen-up/
The layout on these pages is OK in Chrome.
hello,
I can not put hyperlinks in the editor. the hyperlink window will always open under the main window and is not editable.
I have tested it with firefox and internet explorer. also windows 7 and windows 8.1 – always the same result-.
the page is http://neu.digitalbewerbung.de
thanks for the help
Tried that once, and tired again with no new results.
Aside from that issue, is there anyway to limit the enfold Search to a certain parent page directory instead of the entire site?
Hello
Yes it works now on iPhone but not on iPad.
This issue is not particular to my site, it”s an Enfold issue, please look at your demo page: http://kriesi.at/themes/enfold/homepage/transparent-header/ with a mobile…
Please also note that the menu in this demo page is not transparent on mobile…
A fix should be included with next release, don’t you think ?
Thanks
I am very new to WordPress and just purchased the Enfold theme to try. When I tried to upload the .zip file through the Themes manager, I get a “Do you really want to do this…” message and “Please try again”. When I try to transfer the folder via ‘ftp’ to the wp-content/themes folder, the enfold folder is green and I get various error messages in the Themes manager page in WordPress. I have screen shots of the error messages…
Any ideas re what the problem(s) might be?
This reply has been marked as private.
Hi!
Please check your website now. I have added custom CSS code to bottom of Quick CSS field in Enfold theme options. I will try to reproduce the issue on my end, if i can, i will report it
Cheers!
Yigit
Gday Kreisi
Recently I installed and was successfully using Ultimate TinyMCE to allow table controls icon in the interface.
It is no longer working and there are no updates from them.
Do you guys have a recommended plugin or a way for obtaining table controls compatible with Enfold’s visual editor?
cheers
Darryl