Just wanted to share this:
It is pure fun to work with enfold, great theme, outstanding support, first class community. Nothing that can`t be done with this combination.
Thanks guys.
Cheers, Sebastian.
Hey there,
Found the issue: previously working plug-in went rogue.
Hi,
You should go to Menus and check Use as Mega Menu on the page you would like to display as Mega Menu
http://oi44.tinypic.com/28as6d4.jpg
Regards,
Yigit
Hello Tullomania,
Go to wp-content => themes => enfold =>config-templatebuilder => avia-shortcodes => contact.php
You will find it on the line 218 with this (“autoresponder_subject” => __(‘Thank you for your Message!’,’avia_framework’ ),
change the text with yours.
Thank you
Elson
thanks, but now the errors had gone, but it still does not show me any Twitter followers and not RSS followers.
How do I enable the multiple row mega menus as seen on the live demo under “pages”. This isn’t showing up with the child theme and dummy data.
Thanks.
Afaik Kriesi already added a filter to the form class which allows you to change the subject without modifying framework/php/class-form-generator.php. You must use Enfold 2.0.x. Insert following code at the bottom of functions.php:
add_filter('avf_form_subject','avia_change_mail_subject', 10, 3);
function avia_change_mail_subject($subject, $new_post, $form_params)
{
$subject = 'My email subject';
return $subject;
}
and instead of “My email subject” insert your custom subject text.
Update – I just saw that this filter is not included in the themeforest version of the theme yet but it will be part of the next update. If you want to use it now (with the current Enfold version) replace
$subject = urldecode( $subject . " (".__('sent by contact form at','avia_framework')." ".$myblogname.")" );
with
$subject = urldecode( $subject );
$subject = apply_filters("avf_form_subject", $subject, $new_post, $this->form_params);
contact form included in your theme? It currently says “Thank you for your Message!” but I want to have the Spanish translation of that same message without installing WPML and translating the whole site.
When a visitor sends a message using the contact form, the default subject is “New Message (sent by contact form at ******)” in the mail. Is it possible to change this? I have a field called Subject in the contact form, when a visitor writes a subject of their mail I would like that to be shown instead of the default.
Yes, it would need to be added in as a new feature. You can request it in this topic: https://kriesi.at/support/topic/enfold-feature-requests
Regards,
Devin
Hi Tim,
You can try turning on the advanced layout editor debug field by adding this to your functions.php file:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
Why it crashed I don’t know but because of the way the data is saved it doesn’t actually get stored as revisioned data for WordPress at the moment. You can use the template options in the top right corner of the advanced layout editor to save your pages in versions or in general in case something like this happens again.
As for recovering the data unless the testimonials are still showing on the front end then the data has been erased.
Regards,
Devin
Hi julievic,
That is just a single image with the logo and text on it. See: http://kriesi.at/themes/enfold/files/2013/06/tablet-2-1500×1500.jpg
The second image in the slider has a caption.
Regards,
Devin
Hi,
I added two Testimonial widgets to a page and filled them with 30 written testimonials. The next day I tided them up and added photos. Just as I was 1 testimonial from completion the widget ‘crashed’ an I lost all the data.
I tried returning via Revisions function but it hang for up to 10 minutes before providing the message that the earlier version was now live, but nothing has changed. The earlier content is still not there.
Revisions are not working on ANY of the pages!
Any idea what is going on?
Why won’t the Revisions function pull up the earlier saved work?
What happened to cause the Testimonial widget to malfunction like this?
I am using the version 1 update previous to the latest update.
Please offer me some ideas on how to retrieve my data and to fix the Testimonial widget and Revisions function.
thank you
Tim
What is the status of Enfold being translated to French?
Thanks!
Hi LASKIN,
You can delete any of the pages by going to Pages and the hovering over a page you want to delete and clicking on “Trash”.
The same can be done for Posts, Portfolio Items and Media.
Regards,
Devin
Hi,
I would like to use ENFOLD’s “latest news” widget in that way, once that it shows only the “latest news” of category A, and twice (as another widget below) the “latest news” of category B.

Is there a solution for it, or if this won’t work, a plugin?
I don’t know for what to search …
Thanks.
Hi montanayank,
If you are seeing version 1.7 as the theme version number then you have not updated the theme.
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: htps://vimeo.com/channels/aviathemes/67209750
Regards,
Devin
its getting used to the new framework.
In the previous version:
by using the magic wand you had the option to place a widget shortcode of the latest posts in a page:
[widget widget_name=”avia_newsbox” widget_class_name=”newsbox” title=”” count=”3″ excerpt=”show title only”]
In the enfold backend i cannot :-(
It’s possible with the widget, but in a page you cannot place a widget.
So what is the shortcode for this, or how can we achieve this (or code to get this info)…
Hope you have a shortcode ready for it…
It looks fantastic (and works). Thank you so much for your time and effort, Devin.
@artistic24459, the plugin is as simple as effective – no extra styling required, and integrates perfect with ENFOLD (my site is still in maintenance mode):
Hi,
– Is it possible to add user credits to the system? Like this one http://codecanyon.net/item/user-credits-for-wordpress/783664.
– Add a calendar, like the calpress pro calendar plugin.
cheers,
Hi!
Yes. The wp-contentthemesenfoldincludeserror404.php template/file contains the source code.
Regards,
Peter
@ismael, I am using current version of enfold at http://www.gappsfix.com/blog-2/ and facing the same issue.
Can you please specify from where i have to select [ “Excerpt” on Blog Content length. ].
Regards
Hello ,
I dont like this Slide transition effect . It looks like stripes : http://img208.imageshack.us/img208/1193/mi5y.jpg ( Enfold 2.0.1 , Firefox 21.0 )
same on demo page : http://kriesi.at/themedemo/?theme=enfold
Is it OK ?
Read carefully forum , but nobody ask it …
regards
Denis
It seems like your server blocks the access to the dynamic stylesheet: http://www.hcs.harvard.edu/~rce/wp-content/uploads/dynamic_avia/enfold.css which contains the custom css code and the code which is generated when you save the styling settings (Enfold > Theme Options). Make sure that the file permission is set to 777 – Enfold must be able to read/write to this file and external visitors must be able to view & download the file – otherwise the browser can’t load & interpret the css code.
Hi.
What does it mean, that the theme is retina ready.
1, Do i still need some plugins like “wp retina 2x” or do i just upload a picture twice as big as i need for a normal resolution and the theme takes care of it?
2. If plugins required, what do you recomend for enfold?
3. What about the Layerslider?
Thanks for answers
Open up wp-contentthemesenfoldframeworkphpclass-framework-widgets.php and replace
$additional_loop = new WP_Query("cat=".$cat."&posts_per_page=".$count);
with
$additional_loop = new WP_Query("cat=".$cat."&order=ASC&orderby=title&posts_per_page=".$count);