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
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):