Hi Josue,
I did try a Text Block … but that didn’t work either.
If I go back to the normal editor it doesn’t help.
And, the normal editor might work for you or me, but not for a client – lol
It must have something to do with using a shortcode to wrap around more shortcodes around more shortcodes that is messing it up :-(
Thanks for your help though!!
Mitch
PS – thanks for keeping your theme up-to-date!!! WP 4.0 is out and Enfold is good to go!! Keep up the updates/upgrades. It makes it easy to recommend you to clients!!!
*********CLOSED**********
I think there is minimal work-but on another theme like s2, not for enfold.
I just need to upload the newest version to replace the enfold folder under themes, correct?
I downloaded the latest version of enfold.
I have a version of our website from July on my computer (but we’ve done a lot since then!) It looks like WP updated css files under wp-admin/. I see that after upgrading to 4.0 there is a ‘themes’ folder under wp-content/ with an ‘enfold’ folder. do I update everything except custom css files?
Do I need to also update anything under the wp-admin folder?
Thank you Justin!
Hi folks,
I was tired of trying to differentiate between the Enfold parent and child screenshot.png icons in the wp-admin themes panel, so I made a screenshot that helps to visually see the child theme. A side benefit is that it will probably help your adventurous clients click on the correct theme icon too. ;-) Feel free to download it here if anybody wants to use it.
Cheers.
http://www.use.com/images/s_5/2014_09_04_245_ab577693f0ab088a5844_1.gif?is=true&ps=true

How do you update Enfold theme? I just updated to 4.0 and I’m in the middle of creating pages…I cannot edit ANYTHING!!
Help!
Thanks Mmagnai…I was actually NOT prompted to update the Enfold theme within the admin…so I did a double-check to make sure the latest version of ENFOLD was installed, and it was not. After upgrading to 2.9.2 it seems to work fine now. Thanks for the follow up!
-
This reply was modified 11 years, 7 months ago by
Justin.
Ok, I updated the permissions to all the top level files and folders in Enfold as well as the child theme (from style.css to includes folder) to no avail. I’ve never had to change permissions to EVERY file in the parent theme, so I’m a little stumped. Thanks!
Hey Ismael – wanted to let you know we were able to achieve it. PLUS – we love contributing to enfold so here are some tutorials for anyone interested in image switching.
This is a simple way to do a quick image switch. Great for something if you want to show before/after
If you simply want to switch between 2 images somewhere on your site, use the a code block element and add the following:
IMAGE 1 LINK" onmouseover="this.src='IMAGE 2 LINK'" onmouseout="this.src='IMAGE 1 LINK'"/>
If you want to edit your ajax portfolio featured images to switch on hover, do the following:
Step 1: Add the Dynamic Featured Image Plugin This will add a second featured image slot to your portfolio items.
Step 2: Copy the code from here and replace your portfolio.php contents with the code. NOTE: Make sure you create a backup of your old code first!! The affected lines of code are from lines 458 to 491.
Step 3: Add a new portfolio item and add the static image to the SECOND featured image. Add your hover image to the DEFAULT featured image spot.
This will cause the hover image switch. If you want your results to be similar to http://mosaixgroup.com/who-we-are make the following adjustments:
Use the 5 column setting in the ajax portfolio
CSS:
#top .portfolio-preview-image .avia-gallery-thumb img {
display: none;
}
.portfolio-preview-content .avia-arrow {
display: none!important;
}
.portfolio-preview-image {
width: 35.6%;
}
.portfolio-preview-content {
padding: 75px 100px 30px;
width: 64.4%;
background: #fff!important;
line-height: 1.8em!important;
}
.portfolio_preview_container{
box-shadow: none!important;
}
#top .grid-entry.no_margin.av_one_fifth {
padding: 10px;
}
Good Luck!
LOVE this theme. I’m developing it for the first time on a localhost (computer), and the theme options menu isn’t showing. I see the general options for front page, blog, logo, etc, but I don’t see the sidebar menu. Tried the “show options” toggle. I believe it’s a permissions issue, but I’m not sure which enfold subfolder needs to be changed. (Changed all top levels up to the main Enfold folder to 777.)
Thanks!
Hi there,
This is a wonderful theme and works very well… but unfortunately ever since a WordPress upgrade to 4.0 no too long ago on my site ( < 1 Hour). I’ve notice a couple of major errors taking place.
The site of mine still works perfectly for end users however, from the back end, the Avia Builder and Theme Options are not working anymore.
Please let me know your thoughts and if you need credentials to gain access to the site in question.
Don’t quote me on this guys….but I just upgraded WordPress 3.9.2 to Wordpres 4.0 and immediately after that I started receiving major complications with ENFOLD. The editing of pages aren’t accessible, the ENFOLD theme options don’t load…..
I would research or think twice before doing this update if you’re using the theme.
Justin
Upgrading to @yoast GA 5.0.4 fixed all issues with Enfold
Todd
Hey guys,
i really need some help. I updated to WordPress 4.0, after that i updated the theme via ftp to 2.9.2 but please look at this:
http://kultblende.com/
The right sidebar is at the bottom of the “home”-page and the portfolio does not work, please help me.
Hi!
Yes – insert this code into the enfold/functions.php or child theme functions.php file:
add_filter('avf_frontend_search_form_param', 'avia_deactivate_ajax_search',10,1);
function avia_deactivate_ajax_search($params)
{
$params['ajax_disable'] = true;
return $params;
}
Cheers!
Peter
Hey!
When Enfold is seen on Safari the html element will get the a specific class, for example:
.avia-webkit-6,
.avia-webkit-7
You can use that to target Safari 6 and 7 only.
Cheers!
Josue
Check it out: http://www.earnyourfilmdegree.com/
any ideas? now they have musical notes, though the settings say “no icon” – and they no longer have the theme blue design / field.
what’s up?
This reply has been marked as private.
Hi MarieAn!
See: http://kriesi.at/documentation/enfold/updating-your-theme-files/
If you aren’t on a most recent enough version that you can update from within WordPress you can update over FTP or from the WordPress admin just like when you first installed.
If the error you get is that you can’t write over the already created folder then you would need to either delete the theme to do a “fresh” install or ask your hosting provider to asssist with changing the write permissions on the wp-content>themes folder.
In the video I’m already logged in over FTP which is how you typically connect to your server to modify the files on it. Its the same as viewing files on your computer but a longer distance.
Cheers!
Devin
Hey Nello83!
Please turn on custom CSS field for ALB elements (http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/), give a custom class to your table and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-class tr.avia-pricing-row td:first-child {
background: red;
}
.custom-class tr.avia-pricing-row td:first-child h3 {
color: white;
}
.custom-class tr.avia-pricing-row td:nth-child(2) {
background: blue;
}
.custom-class tr.avia-pricing-row td:nth-child(2) h3 {
color: orange;
}
.custom-class tr.avia-pricing-row td:nth-child(3) {
background: green;
}
.custom-class tr.avia-pricing-row td:nth-child(3) h3 {
color: yellow;
}
Regards,
Yigit
Hey guys,
I got this weird error message after I tried to upload a custom icon font from fontello:
Couldn’t add the font.
The script returned the following error:
Fatal error: Class ‘ZipArchive’ not found in /xx/xx/xx/wordpress/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 107
Note: I altered the original url, it’s not xx ;)
Any ideas what could have happened?
Hi Yigit,
I’ve re-update Enfold and make sure everything got overwritten. But the problem remains.
Note: I’m using Enfold child theme
Any other idea ?
Thx
Andy
Hi erverbody,
in the last time, I don´t look on my older sites on my homepage, because it work´s good all the time til June or so.
But now I determine, that my pictures (construct with nextcellent especcially on this site: http://coralys.de/reisen/2010-norwegen-lofoten/tag-05/) not longer displayed with the lightbox. They were only opened in a blank page. The same thing is, when I use the original wordpress gallery. Is it on the basis of the last updates in the enfold theme?
Any help would be really great. Thank you!
Geetings.
Cora
(I´m sorry for my bad english.)
We’re using a VPS to host a site. One portion of it is generating a ton of traffic and we need to move the subdomain to a separate VPS. Can I apply my purchased enfold theme to our subdomain (new installation of wordpress) and use my same product key to apply automatic updates?
Hi!
I am sure there many plugins that are compatible with Enfold but UberMenu is for sure – http://codecanyon.net/item/ubermenu-wordpress-mega-menu-plugin/154703
They have explained integration here – http://sevenspark.com/docs/ubermenu-enfold
I would suggest you to contact them firstly and ask if it would be possible to replicate the menu you would like to have.
Cheers!
Yigit
Hey!
Please review your website now.
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)
Cheers!
Yigit
ok you know which plug in that goes well with enfold?
Hi!
It is possible but you are going to need to hire a freelance developer on Envato Studio or Codeable for that kind of customization as it is beyond the scope of support we can provide. You can also request quote from WerkPress.
Or you can try to use some plugin. Kriesi mentioned within 2 weeks new version of Enfold will be released and it has more menu options. You can also wait for it and check if it suits your needs.
Regards,
Yigit
I’d like to create a pricing table similar to the top one posted at:
http://kriesi.at/themes/enfold/shortcodes/pricing-and-data-tables/
Are there any instructions for doing this? When I am in my WP dashboard in the Enfold theme, when starting a new pricing table it has a default one but I don’t see options to create the splashier looking ones (which is what I need) like are shown in the examples at the above link.
Any ideas?
Thanks!
Tom
Hi,
Apologies if the following has been asked/answered before. A quick search didn’t give me related results.
We’re using a third-party application to capture filled in contact form information. At the moment the contact form is created in that application and shown on the website through an iframe. As I absolutely despise unnecessary iframes, I would prefer to create forms inside WP and just send the info to the third-party app.
But, in order to do so we need to add some action to the form. Apparently there isn’t an option in the page builder, so now I ask:
Is there any way of adding an action through the debug mode, for example, or any other way? If not, is there any plugin you may know of that supports this without causing conflicts with Enfold?
Thanks in advance for your feedback.
Hey!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 1140px) {
.av-main-nav > li > a { padding: 0 7px; }}
Best regards,
Yigit