Hi,
I really liked and bought this template immedeately. Thanks a lot.
I have one question for now?
I setup my wordpress site with this template and woocommerce, as I want to create a webshop.
Are there any special widgets / template options for this Enfold template, where a user can easily login/logout an go to his account page?
Or have I overseen this?
Regards,
Jan
I’ve installed 3.6 and installed Enfold v. 1.9.1 all seems fine but in Avia content builder on all pages I’m just getting a loading gif.
The console errors are:
Uncaught SyntaxError: Unexpected end of input avia-modal.js:318
Uncaught TypeError: Cannot read property ‘register_callback’ of undefined avia-table.js:5
Uncaught SyntaxError: Unexpected end of input avia-tab-toggle.js:49
Uncaught TypeError: Cannot read property ‘openInstance’ of undefined avia-tinymce-buttons.js?ver=358-24485:26
Uncaught TypeError: Cannot read property ‘body’ of undefined wp-tinymce.php?c=1&ver=358-24485:2
I’ve got a memory limit of 256
Thanks for your help.
Max
Hi,
A web developer has integrated a map with Gravity Forms – however, the google map is not showing correctly (for instance the marker is distorted). The web developer and Gravity Forms believe that it is an issue (conflict) with the enfold theme.
The form can be seen at http://www.land-reg.com/map-enquiry
Can you please look into this for me as soon as possible, and let me know what I can do to resolve this issue.
Thank you.
-
This topic was modified 12 years, 3 months ago by
Devin. Reason: moved topic to Enfold forums
THX nick almost everything is done already. http://www.bevlogenverf.nl is now the real one. I am still messing with the logo tho
Hi,
Sorry for the delay, the fault is mine. i apologize.
I looked at the page but i seen nothing on it http://www.clipular.com/c?13882044=CRlQuyQBrLtKNjA7RKzpWzOtHHA&f=.png
There is no need to paste the code since its impossible to read without being in the context of the page itself. Can you please put the test page back?
Thanks,.
Nick
Hi Xavier,
A couple things you can try: First, go to your WordPress settings>Permalinks and change them to default. Second is to deactivate and disable any active plugins or dropins that you have installed on your site.
If you are still having issues you can try re-installing the theme files via FTP in case there was an issue with the file upload/installation. See this video for a quick walkthrough: https://vimeo.com/channels/aviathemes/67209750 (updating video instead of install since you already have a version on your server).
Regards,
Devin
Hi Jorge,
Terribly sorry for the delay. It’s my fault entirely and I apologize to you.
1) This will remove the scroll bar , please add it to quick css located in enfold > (theme options) > styling layout at bottom of page … the text area…. OR.. you can paste it to the bottom of the /cs//custom.css file
#top .widget ul {
margin-left: 4px !important;
}
2) The reason for the difference is that one type of button is actually a button (the html input button element for forms) while the other is a pseudo-button – basically a div and style html elements that are made up to resemble and act as a button..
So you like the look as the blue button on your website in the footer ‘Enviar’ ?
Well the easiest thing to do would be for you to add the following structure whenever you want to create a button such as this. It may not be a short-code but here you go. Please add this to quick css (see above for instructions)
#top .new-button .blue-btn{
background-color: #2F83CC;
color: #FFF;
border-color: #2F83CC;
margin: 0;
padding: 16px 50px;
border-radius: 2px;
cursor: pointer;
border: none;
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
#top .new-button .blue-btn:hover {
background-color: #AAA;
color: #222;
border-color: #AAA;
}
#top .new-button {
margin: 10px;
padding: 22px 0px;
border-radius: 53px;
cursor: pointer;
border: 1px;
-webkit-font-smoothing: antialiased;
-webkit-appearance: none;
-ms-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-webkit-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
width: 100px;
}
and when you need that blue button just add the following to your editor (in text view) You will need to replace (1) URL (2) What the Button Should say
<a href="HTTP://WWW.REPLACE.ME"><div class='new-button'><span class='blue-btn'>CLICK ME REPLACE</span></div>
Thanks,
Nick
Hi,
I have changed date format from ’01 Aug 2013′ to 2013/08/01′.
So, it shows well in Enfold_child Latest News widget.
But it does not work in the list of posts.
Waiting your early reply
Regards,
Hojoon
Hi, just got the theme but unfortunately I had already updated to 3.6 any sign of an update for enfold?
Hi,
It seems nobody had achieved and shared a French translation for Enfold theme already, so I want to make my own. In order to do it quicker, is it possible to get access to another FR translation from a close theme ?
Thanks for your support,
Hi,
I just purchased and installed the enfold theme and it’s a blank page. I’ve imported the dummy data, this is the same.
I’ve tried with “Replete” theme and an other one. It works fine but not the Enfold one.
I’m using WordPress 3.5.2 and PHP 5.2
Need help please
Regards,
Xavier
Hi,
You can’t work on the Advance Layout Editor(ALE) and the Default Editor at the same time. You need to stick on ALE if you started editing the page using it. You can switch the Layout Builder to debug mode, this way you’ll be able to see the actual shortcode while working on the Advance Layout Editor. Edit functions.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Please increase the wordpress php memory limit. Edit wp-config.php, add this code:
define('WP_MEMORY_LIMIT', '256M');
Also, click Screen Options and make sure that the Avia Layout Builder is enabled.
Regards,
Ismael
It just keeps saying “loading”. It works in the twenty thirteen theme, but not in enfold.
Please note that enfold should work fine with abou 50mb in your front end and 90 in your backend with those plugins active. we just recommend more resources since people often throw in another 10 plugins :P
Hey!
If it works on our theme demo and not on your site, the only Idea that comes to mind is that a plugin is messing up your site, so I would recommend to deactivate them one by one and see if anything is causing the problem.
You can change the mobile menu in your backend at Enfold->Header
Cheers!
Kriesi
Hello,
I am using codestyling localization to translate Enfold to a Chinese version.
But here is an error:
Error: The actual loaded translation content does not match the textdomain: avia_framework
Expect, that any text you translate will not occure as long as the textdomain is mismatching!
This is a coding issue at the source files you try to translate, please contact the original Author and explain this mismatch.
Could you help me fix it up?
Hi,
As I wrote I’ve already copied the Quick CSS to all languages – but it doesn’t work on the english version.
My css is:
#lang_sel a {
border: none;
}
#lang_sel .lang_sel_sel {
padding-right: 6px;
}
#lang_sel {
width: 1030px;
margin: 0px auto 0px auto;
display: block;
z-index: 500;
}
#lang_sel li {
text-align: right;
width: auto;
clear: both;
}
#lang_sel ul {
float: right;
}
#lang_sel ul ul {
border-width: 0px !important;
}
#lang_sel a:hover {
background-color: #ffffff !important;
}
As you can see in this screenshot the CSS is there: http://clienti.dk/Files/Files/retail_planit/retailp_enfold_english_quickcss.jpg
Hi Enfold. I’ve been working on Enfold and trying to build the backend content of my WP Engine hosted site – I work on a Macbook Pro 10.7.5 and now have the latest version of WP. Basically what I’ve found it that firstly once I clicked on Advanced, I couldn’t go back into the default editor with both my Radio Broadcast and Sound Stories pages. My Advanced editor has lost all it’s content. Yet when I go into my live site, there is the content. I’ve been working with a developer and to mitigate this:
Firstly we tried firefox instead of Chrome. At first it appeared to work (both advanced and default editor). Then it closed me out again and I wasn’t able to get back in. So website would not show backend of pages on both Chrome and FF.
Then we downloaded both adobe Flash and Shockwave.
Then we cleared the cache and cookies on Chrome
Then we tried his computer and yes, it all came through. He looked on his on both his pc and the mac. We were able to see all the back end of my WP Engine site and jockey between the advanced and default.
Now I’ve come home and I’ve booted up other computers in the hope that this issue is just on this mac (all running 10.7.5 by the way)
Tried another computer. At first I was able to get in using Advanced. But then same thing happened and it’s shut me out. So there’s something here with my system that is shutting me out. Just tried on my 4G phone and I can get into back end using Advanced editor. I’m getting a bit depressed about this as it’s now taken me well over three weeks. Any ideas.
WP support are at a loss.
Many thanks, Hamish Sewell
Argh! Stupid me. I’m using a child-theme, and I forgot that the functions-enfold.php I have in my child theme, and I was changing everthing in the parent theme hahaha
Thank you, now it’s working perfectly ;)
Hi,
Enfold is a theme that I really appreciate, especially the integration with WPML.
But it requires too many resources to run.
Enfold + WPML, no other plugins active: 256 Mbytes?
Theme “Choices” + WPML + WooCommerce + WooCommerce Multilingual + WooCommerce Print Invoices & Delivery Notes + WooCommerce Sequential Order Numbers + WooCommerce Checkout Field Editor: 80 Mbytes, everything works fine.
https://kriesi.at/support/topic/blank-page-if-i-create-a-new-menu-with-wpml-active
Please Enfold optimized.
Thanks
Edit by Kriesi: Please note that enfold should work fine with abou 50mb in your front end and 90 in your backend with those plugins active. we just recommend more resources since people often throw in another 10 plugins :P
Hi Ismael,
I set 256M, I can now create new menu. Ok, problem solved, thank you.
I tried the theme “Choices” + WPML + WooCommerce + WooCommerce Multilingual + WooCommerce Print Invoices & Delivery Notes + WooCommerce Sequential Order Numbers + WooCommerce Checkout Field Editor, 80 Mbytes, everything works fine.
Enfold + WPML, no other plugins active, 256 Mbytes?
I think the solution is that you should optimize Enfold.
thanks
Hi,
I’ve updated my Enfold theme to the very latest version, but there is still an issue with the easy slider as seen on this page http://etool.net.au/portfolio/octo/
Text reads – Warning: trim() expects parameter 1 to be string, array given in /clientdata/apache-www/e/t/etool.net.au/www/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow.php on line 443
Is this connected to WordPress 3.6 or is it something else? I updated the theme via FTP with just new files overriding.
Many thanks, Siobhan
I have a jagged drop down menu only in safari Version 5.0.5
I have a mac book pro i7 10.6.8

ENFOLD THEME FOREST

MY SITE
Hi,
The revision I gave you for the function-enfold.php works on my end. Please do it again, remove browser cache the reload the page.

Regards,
Ismael
Hi,
Please give us a link to the bbPress forum page and the forum category tables. We’ll give you a proper css code to hide them on that specific pages.
Regards,
Ismael
Hi,
There are certain characters/words that you need to modify or translate to make it fully compatible on another theme.
Regards,
Ismael
Hi,
Please upgrade to Enfold 1.9.1. This will fix the slider.
Regards,
Ismael
I am using the latest version, 1.9.1. And I did add the change but not until I tried it again on my old iMac. Funny thing, when on the older iMac, every once in a while, when I’m viewing the Enfold demo, I will see the “top the top” icon appear. Weird.
I am using wordpress 3.5.2 with enfold latest version using a child theme.
The advanced layout editor has stopped working from a few days. I have tried to deactivate recently add plugins but no luck.
Hi BillBarenCoaching,
First try going to the Enfold General Settings and for the layout option choose one of the Responsive layouts. See if that fixes it.
If so, I’ll have to have Kriesi take a look at the fixed layout grid settings as it seems to be slightly off. In the short term you can use the smaller responsive layout.
In addition to the above, try disabling any active plugins and dropins you have installed just in case there is a conflict there.
Regards,
Devin