Hi,
@Semel: Yes, you can change this. Edit framework > php > class-form-generator.php, find this code on line 544:
$subject = empty($new_post['subject']) ? __("New Message", 'avia_framework') : $new_post['subject'];
Regards,
Ismael
Hey,
This backslash issue has been fixed on the latest update of Enfold. It is not happening on our end anymore. I tested your code for the h5 tag, update the page then switch back to visual mode to text mode and back. Updating after switch and I still don’t see the backslashes appearing on Chrome and Firefox.

Regards,
Ismael
Hello Guys,
Updated one of our enfold pages to use a colour section with a background image as fixed. Looks great on a desktop, however it doesn’t seem to work on iPad or iPhone as well. The image in the colour section is there, but it’s just a section of it and it scrolls, rather than stay fixed.
Any ideas for a fix?
Thank you.
Hey,
Nice websites!
Thank you for using the Enfold theme. :)
Cheers,
Ismael
Hi,
You still don’t have the latest version of Enfold. Please download the theme on your themeforest account and update your installation. You also have a lot of plugins installed. Please try to deactivate them. If you have a cache plugin, please flush the permalink settings.

Regards,
Ismael
Hey,
Looks like we got a french translation by manv83.
fr_FR.zip (33 KB)
https://mega.co.nz/#!XER20TZR!HpD9LggQY1f28qoqpP7W5FzI2c81Qh-G7aHsp5Nafqc
Regards,
Ismael
Hey,
It is already possible to add tags to portfolio items. Please update to Enfold 2.0.1.
Regards,
Ismael
Hi,
i added the Enfold Combo Widget to my Blog Sidebar.
On the main page of the blog (the grid view of all posts), the combo works just fine.
Once i click on an entry the combo is messed up and shows pages with empty pictures instead of the recent blog entries.
Example:
I can’t think of any reason why pages wouldn’t be showing through the options there. The theme doesn’t do anything to modify that part of the core files.
You can try switching to another theme and see if you are then able to but otherwise you could try just disabling any active plugins.
Hi,
You’re welcome, glad we could help
Regards,
Yigit
Oh good clarification thanks!
Hi,
This path leads you to Contact.php file in the directory where WordPress is installed. You can change it via FTP
Regards,
Yigit
Hi Joe,
Please update Enfold to 2.0.2 and also make sure that you’ve updated WordPress to 3.6. If issue remains, let us know
Regards,
Yigit
I’m not exactly sure how get on this path. Am I looking in Appearances => editor? I can’t find contact.php in the list of .php files on the right side of the page when I select the Enfold option at the top.
Hi Devin,
Yes, I looked at the view all tab. Only about 4 of the 10 or so pages showing in that window.
Valerie
Hello, is there an easy to globally reduce the spacing between content elements in Enfold? Please take a look at:
http://jeffkrausrealestate.com/search/
There is a lot of space between rows and columns and I would like everything to get closer together. Thanks for your help!
Hi V,
Make sure you are looking at the View All tab and not just the Most recent tab in that little pages selection box.
Regards,
Devin
Hi,
After reinstalling Enfold child, all of the existing pages are not listed in the edit menus…pages tab, even though all of the pages are shown in the menu. Can you help with a fix for this?
Thanks!
V.
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