Hey disruptivevision!
Please add following code to Quick CSS in Enfold theme options under Styling
td { padding: 0; }
Best regards,
Yigit
EDIT: I checked your website on my iphone and images look the same as they are on desktop
-
This reply was modified 12 years, 3 months ago by
Yigit.
Hi, I noticed this issue on my site the other day, then went and looked at the demo and I am seeing the same issue.
There is a space between the description tab and the box, but the other tabs are fine, even if you add custom attributes etc.
Is there anything we can do about fixing this?

Hey!
Please add following code to Quick CSS in Enfold theme options under Styling and adjust as desired
#top .main_menu .menu li > a:hover { color: red; }
.header_color .main_menu ul:first-child > li.current-menu-item > a { color: blue; }
.header_color .main_menu .menu ul li a { color: purple; }
#top .header_color .main_menu .menu ul .current-menu-item > a { color: pink; }
#top .header_color .main_menu .menu ul li>a:hover { color: green; }<,/code>
Cheers!
Yigit
Hello scanova!
Please add following code to Quick CSS in Enfold theme options under Styling
.special_amp { color: inherit!important; font-family: inherit; font-size: inherit; }
Cheers!
Yigit
Greets!
I’ve purchased a Comodo SSL certificate for my website (buymts.com) for my ecommerce business I am launching very shortly. However, I ran into an issue while setting-up my WP with the enfold theme. When I installed the theme and started to incorporate some widgets from both enfold and woocommerce, I noticed that my SSL certificate went from a solid green with a lock icon (using chrome) to a gray lock with a warning sign over it.
Obviously, hovering over it will indicate to me that the website won’t fully protect all data being processed over my website. This is a huge concern for me since thousands of dollars will be flowing through it and I want my customers to feel secure. I’ve been trying to trouble shoot it by activating/deactivating the theme and widgets but, to no avail.
Any idea what might be happening? Thanks.
I had created a new site using Enfold and was just about to publish it when the drop down menus from the main menu stopped working.
Please help.
Hey!
As you can see here https://kriesi.at/support/topic/enfold-feature-requests/#post-22197 that feature requested and was accepted and will be added in upcoming versions.
Regards,
Yigit
Hi Tosh!
Please add following code to Quick CSS in Enfold theme options under Styling
.responsive .avia-data-table tr:first-child th { display: block; }
Regards,
Yigit
Hello Nina4465!
Please add following code to Quick CSS in Enfold theme options under Styling
.single-small .post_author_timeline { display: none; }
Cheers!
Yigit
Hello,
I just happened to click on a category to find that they are all returning 404 errors. I am running a child theme of Enfold and everything looks fine to me. Not sure what the problem is, any ideas?
Thanks
http://rerral.com
I have a problem. After a fresh install of wordpress 3.6.1 I try to activate enfold theme 2.2. . After that a have a white screen on frontend and admin area. What I do wrong?
Please help me
I used Enfold for a site but came into an issue due to how it needed to function in mobile.
http://storyofgodseries.com/buy/
On this page I needed the columns to be half and half columns. And within each column I needed a section to be half and half columns again (Buy the Book / Buy the Software). With Choices you could nest columns within columns but with the drag and drop functionality of Enfold this no longer seems to be an option. And using short codes within the text box doesn’t seem to be an option either.
I used the table functionality as a way to get around it, but in mobile, each row is right after to each other instead of each column being right after each other which is kind of confusing on mobile. It would be awesome if I could just nest half columns within the half column.
What do you suggest?
Thangs Devin,
i’ve try, but with this i lost the fading animation, from 0 to 1.
I need to have opacity 1 for the orange circle (.image-overlay-inside), only at the end of the animation, but at the beginnig of the animation both opacity (image-overlay and image-overlay-inside) set to 0, in order to have a fade-in animation.
Hey Chris!
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
.image-overlay:hover {
opacity: 1 !important;
}
Best regards,
Devin
Hi!
Which version of WordPress are you using? If you are using WordPress version 3.6+ you need at least Enfold version 2.0.1. You can download version 2.2 from your “Downloads” in ThemeForest.
Also can you try deactivating all active plugins?
Best regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling
.home .title_container { display: none; }
.title_container .breadcrumb { display: none; }
For megamenu please refer to this video http://vimeo.com/channels/aviathemes/67651241
Regards,
Yigit
Hi,
I have written this code in style.css file for child theme
/*
Theme Name: EnfoldChild
Description: A superflexible and responsive Business Theme by Kriesi – <br/> Update notifications available on twitter and facebook:<br/> Follow me on twitter<br/> – Join the Facebook Group
Version: 1.7
Author: Kriesi
Author URI: http://kriesi.at
Theme URI: kriesi.at/themes/enfold/
Template: Enfold
*/
I have also typed this code in functions.php file:
<?php
/*
* Enfold Child Theme functions File
*/
I have followed each steps for creating child theme as per the vedio given by you.
Though i am facing error message . I am getting error message as: this child theme require the parent theme.
I have also tried the zip folder that you have given to me though i am getting error message.
Please help me out in this.
Thanks & Regards.
Thanks Yigit for your fast reply.
Enfold footer menu is checked, but the menu still appears in multiple lines.
(And now in fact it appears in both the footer and the socket?
Hey JacobSalomonsen!
Please go to Appearance > Menus and make sure that Enfold Footer Menu is checked http://i.imgur.com/4BMUVZs.jpg under Menu Settings
Cheers!
Yigit
Hello 500Webmaster!
Please add following code to Quick CSS in Enfold theme options under Styling
.team-member-name, .team-member-job-title, .team-member-description { text-align: center; }
.team-img-container { margin-bottom: 20px; }
Best regards,
Yigit
Hi Pat!
Frames are actually image sprites. You can find these files in Enfold\js\prettyPhoto\images\prettyPhoto\default folder.
Regards,
Yigit
Hey sappermarine!
Please add following code to Quick CSS in Enfold theme options under Styling
#af-form-1868666838 { margin-top: -10px; }
Regards,
Yigit
Hey!
In your WordPress theme directory open Enfold folder and Footer.php file. Find following code in line 96
<?php echo $copyright . $kriesi_at_backlink; ?>
and change it to
<?php echo $copyright; ?>
Or as was mentioned above you can add [nolink] to the custom copyright field in the footer theme options.
Best regards,
Yigit
Hi wvanderzee!
If you are using Poedit you can open it and click on Catalog > Update from sources. Or you can change it manually. In your WordPress theme directory please go to Enfold folder and open Search.php file and search for “happy”. Should be on 23rd line
Cheers!
Yigit
Works perfectly. Thanks heaps.
Can you confirm this will be fixed in the next Enfold release?
Cheers,
Jason
Hello,
How do I change the color of the buttons in Enfold? It is the color of the button itself and not the text inside.
Cheers!
Hey!
It gets broken link class that is why there was a line through. Please add following code to Quick CSS in Enfold theme options under Styling
.broken_link, a.broken_link { text-decoration: none; }
Regards,
Yigit