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, 4 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
Hi Tech Dude!
Please add following code to Quick CSS in Enfold theme options and adjust as desired
.header_color .main_menu ul:first-child > li > a { color: red; }
.header_color .main_menu ul:first-child > li > a:hover { color: purple; }
.header_color .main_menu ul:first-child > li.active-parent-item > a { color: green; }
#top #header .mega_menu_title a { color: blue; }
#top #header .mega_menu_title a:hover { color: yellow; }
.header_color .avia-bullet { border-color: red; }
#top .header_color a:hover .avia-bullet { border-color: blue; }
#top .main_menu .menu li ul a { color: pink; }
#top .header_color .main_menu .menu ul li>a:hover { color: orange; }
Best regards,
Yigit
Hey guys,
I don’t know if anyone already asked for it, but if you access enfold theme using an Iphone(for example), the blog font is a LOT blurry. You can see it here http://tautt.com/best-nginx-configuration-for-security/. Is anything I can do to improve this?
Hey!
Well, you can use four columns in footer ( Appearance > Widgets ) in Enfold as well and for footer socket, you already have copyrights section and footer menu ( you can activate it in Appearance > Menus ). You just need to customize footer.php file a bit to include your logo and text like “Adobe®, Flash®..”
Best regards,
Yigit
Hello!
Yes they will go lost if you added them in Custom.css file inside enfold\css folder and no if you added them in Quick CSS in Enfold theme options
Regards,
Yigit
Hey!
In your WordPress theme directory please open functions-enfold.php file inside Enfold folder and find following code in line 242
update_option( 'thumbnail_size_h', 80 ); update_option( 'thumbnail_size_w', 80 );
and change it to
update_option( 'thumbnail_size_h', 160 ); update_option( 'thumbnail_size_w', 160 );
then re-create galleries. Your current thumbnail image sizes are 80x80px while frame is 160x160px
Best regards,
Yigit
This enfold.css is there in the folder, please see from screenshot http://postimg.org/image/dos8avdl3/
And I have try to download it again from themeforest and upload it with ftp in theme folder