For the Enfold theme you can set a front page at,
Appearance/Themes/Customize/Static Front Page
I don’t know if this is your solution, but it’s how i set my front page (i’m a new user also)
Good Luck!
2 Questions,
1) Where’s the lightbox in Enfold?
I’ve done a bit of searching and it seems that it’s related to WooCommerce. I’m not using Woo, is there a lightbox for other uses?
2) Using the small fixed header, when the header shrinks and fixes itself to the top, how can i switch the logo image?
Hey andypeck!
Kriesi is the second highest selling theme author on ThemeForest. Enfold is the most successful theme he has created to date with over 10k sales right now. So with a swagger of arrogance on his part I would say Kriesi has a good handle on what is popular :)
That being said, there are already a lot of these effects in place within the theme (image animations, hover effects etc) and if you wanted to build on them you could do just as hes done with the current kriesi.at child theme.
Regards,
Devin
Hello Michael!
No. We have no interaction or access to purchase records with ThemeForest so you’ll need to wait for Envato support to get back to you.
You may want to try the Envato Support Twitter here: https://twitter.com/envato_support
Best regards,
Devin
Hey!
You could try at your own risk, the WordPress settings are stored in the wp_options table, the name of the row that contains Enfold settings should be something like ‘avia_options_enfold’.
Regards,
Josue
I took a layout that I had found as a sample page, and edited it within WordPres, then saved it as a template, and used that template to create all my site pages. Now, I need that template to be slightly altered. Is there somewhere I can access that template to edit the HTML? I only see the blank template and archive template in the /enfold/ folder.
Thank you in advance.
I am attempting to override the file class-framework-widgets.php in the framework/php/ folder with the same file duplicated in the same relative path in an enfold-child theme. My changes do not seem to be overriding the parent theme’s class-framework-widgets.php file though. When I make the changes to the original file, everything works as expected.
Is there a way to have all files in the child theme override their counterparts in the parent theme?
Thank you,
-Dan
Dear Support,
I purchased the Enfold Theme from Themeforest, with item code:
Item Purchase Code: **Removed**
However, on September 19, when I was alerted (by Themeforest) of the new upgrade, the item disappeared from my downloads area. Though I had emailed Themeforest support multiple times, in the last 4 days, they have not responded.
Is there a way I can download the theme from here on Kriesi instead?
Please advise.
Thank you.
Michael DeGuzman
(Email address hidden if logged out)
-
This topic was modified 12 years, 5 months ago by
Devin. Reason: Removed purchase code just in case
Hi Rob!
The link you provided is not using Enfold.
Regards,
Josue
Hi Trace!
It’s because their links are already configured to open that size:
<a href="javascript:newWindow('http://www.mackenziefinancial.com/rrspcalculator','RRSPcalculator','','620','400')"> RRSP Calculator</a>
Including links like that won’t work in Enfold, unless you include the newWindow function too (this could be put at the end of the js/avia.js file):
function newWindow(contentsURL, winName, winProps, width, height) {
if (!winName) var winName = "CALCULATOR";
if (!winProps) var winProps = "menubar=0,toolbar=0,resizable=0,location=0,status=0,scrollbars=0";
if (!width) var w = 620;
else w = width;
if (!height) var h = 400;
else h = height;
var x = 100; y = 100;
var args = "width=" + w + ",height=" + h
+ "," + winProps
+ ",screenx=" + x + ",screeny=" + y
+ ",left=" + x + ",top=" + y;
window.open(contentsURL, winName, args);
}
Best regards,
Josue
Hi!
This code will do it:
.entry-content-wrapper{
background: #222222;
padding: 25px;
}
Cheers!
Josue
Hello zerozendesign!
You want to achieve something like this?

Best regards,
Josue
Hey ChaosWeb!
I guess you want the layout to be 960px, please check this topic.
Best regards,
Josue
Hi sir,
Im a fan of abundance as well as all of your themes, i have purchased maybe 5 of your themes. my main website is using abundance and i need to make it responsive so i bought enfold. but then i want the abundance width. how can i adjust the enfold width to the same width as abundance?
here is my site Web Technology
-
This topic was modified 12 years, 5 months ago by
ChaosWeb.
On the Enfold Theme, the “main” issue is that when I drop a Blog Posts Content Element into a Layout Element and then go to adjust the settings of said Blog Post, none of the settings are being applied (ie. When updating it to use a specific category, it always resets to the default “Uncategorized,” or won’t update when I change the Blog Style (even after updating the full page). Any help would be appreciated. I DID recently update to the latest version.
Link to Site
Hey guys,
I am working on a site and want to establish a background style similar to the one found here – http://codelessme.com/thematrona/schedule/. In other words, I like how the the calendar plugin came with its own background that displays over the background I created. How would I replicate this on the other pages as well so that the content area has the lighter grey, while still keeping the dark fixed background behind it? When I add columns or elements, they would simply appear within the grey area.
Thanks in advance.
Hi ‘qlegrand’
I’m a designer with over 20 yrs experience. You can check out my work at http://www.smilingcatinc.com. You can contact me through my website.
Let me know if I can help you.
Cheers
Trace
I was trying to add the suggested code to the form button,
$this->output .= '<input type="submit" onClick="_gaq.push(['_trackEvent', 'Contact', 'Form Submission', 'Contact Page Form',, false]);" value="'.$this->form_params['submit'].'" class="button" />';
as suggested here: https://kriesi.at/support/topic/adding-event-tracking-to-choices-contact-form/#post-121376
And got the following error:
Parse error: syntax error, unexpected ‘_trackEvent’ (T_STRING) in /home/maasen/public_html/wp-content/themes/enfold/framework/php/class-form-generator.php on line 179
Hello Gerold!
I’m unable to find it, please send it again with a link to this topic.
Regards,
Josue
Hi Josue,
I sent you the account details a couple of days ago. Any news?
Gerold
Hi Devin,
Thanks for the reply. I’ve been in contact with the developer, and the problem is exclusive to Enfold. When using any other theme, the plugin works fine. Thanks again for your help.
Best,
Alex
I am using the Magento WordPress Integration plugin by James Kemp (http://wordpress.org/plugins/magento-wordpress-integration/) to integrate the Magento and WordPress portions of my site. The plugin was working fine until I installed Enfold. Now I get the following error whenever I try to load a WordPress page:
Fatal error: Mage_Core_Model_Session_Abstract::getMessages(): The script tried to execute a method or access a property of an incomplete object. Please ensure that the class definition “Mage_Core_Model_Message_Collection” of the object you are trying to operate on was loaded _before_ unserialize() gets called or provide a __autoload() function to load the class definition in /var/www/store/app/code/core/Mage/Core/Model/Session/Abstract.php on line 215
I’m at a loss here, so thanks beforehand for any and all of your help.
i absolutely love the circular rollover content featured on kriesi.at. it’s on the home page, about halfway down with the section title “The Basics – what you get with every theme”
Is that achievable in the Enfold theme that I purchased? or is there’s a CSS Tutorial I could reference to recreate it?
Ok I got it. From Enfold Theme Options / General Settings / Responsive Layout / FIXED LAYOUT is fixed but without Responsive Layout. Hope this helps to clarify how to fix it.
Hello!
1) You should add Color Section element in Avia Layout Builder and give it an ID http://i.imgur.com/O63UPbJ.jpg in this case “contact”
You can add contact form or anything else you would like to add inside this color section.
Then you should add a Button element and set link to that ID http://i.imgur.com/tzmmNau.jpg in this case #contact
So when button is clicked, it will take you to that ID.
Please edit “Home v7: One Page Portfolio” page that comes with Dummy data. It will help you figure out faster.
2) You can choose a Header with Social Icons in Enfold theme options > Header > Header Type
3) You should use a plugin for that
Best regards,
Yigit
Hello mirzepapa!
Please add following code to Quick CSS in Enfold theme options
.responsive div .avia-data-table td { border-top: inherit; border-right: inherit; border-left: inherit; }
then in your WordPress theme directory, go to Enfold > Css folder and open shortcodes.css file and find following code in line 1073
.responsive div .avia-data-table th{display:block; border-top:none; border-right:none; border-left:none; text-align: center;}
and change it to
.responsive div .avia-data-table th{ border-top:none; border-right:none; border-left:none; text-align: center;}
Cheers!
Yigit
Hello!
In your WordPress theme directory please go to Enfold > Includes and open helper-post-format.php file. Find these codes http://i.imgur.com/jWSFJAv.jpg and change it to http://i.imgur.com/FPecXEx.jpg
So you basically delete 63rd row and edit 61st one
Best regards,
Yigit
Hey!
Try this code:
.single-portfolio #menu-home li{
display: none;
}
.single-portfolio #menu-home li#menu-item-983{
display: block;
}
Best regards,
Josue
Hi Alex!
1) Please add following code to Quick CSS in Enfold theme options
.image-overlay { display: none!important; }
2) Customizing lightbox in such way is more than what we can provide in default support. You should hire a freelancer developer for this kind of customization http://www.microlancer.com/
Best regards,
Yigit