Hi Jamie A!
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.
You can also request such feature here – https://kriesi.at/support/enfold-feature-requests/
Cheers!
Yigit
Hi!
Please update Enfold to the latest version 2.7.1 and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey jazbird!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body * { font-family: 'Source Sans Pro', sans-serif!important; }
h1, h2, h3, h4, h5, h6 { font-weight: normal!important; }
Regards,
Yigit
If you are using a *child theme* then just adding in the same thing that is in the parent function doesn’t work. You need to use a function to tell the theme there is a replacement of that array: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
Here’s my site:
http://www.henning-tillmann.de (German)
Check out the LayerSlider :-). It works best with WebKit-Browsers (uses blur-effect for Parallax-Elements Slide #2 and #4).
On Slide #3 I tried to emulate a Unix terminal. You can type “j” or “n” :-).
I got a general problem with the WPML plugin. Giving me the mistake:
“WPML is missing some records in the languages tables and it cannot fully work until this issue is fixed.
Please go to the Troubleshooting page and click on Fix languages tables to fix this problem.
This warning will disappear once this issue is issue is fixed.”
I’m talking back and forth with both my hosting service + WPML of how to fix it. I think I have had my host increase about everything and anything that can be increased. But there is no point in having WPML in the first place if it doesn’t install correctly without showing mistakes. It should install without problems.
WPML is what’s giving me problems with their latest version. I had a demo version of my new website and it worked perfectly with Enfold. But since the demo both Enfold + WPML has had updates.
WPML: 3.4 to 3.5
Enfold: 2.6 to 2.7.1
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.sidebar .widget:first-child, .content .sidebar .widget:first-child { list-style: none; }
Best regards,
Yigit
What I mean when I say compare is that you need to check if the file you are replacing has been updated. Re-copy it to your child theme and then make the change.
An updated child theme isn’t actually something you need to worry about in general since the child theme is a customized version for yourself.
The function you have now is the only way I know of to replace a parent shortcode file and if the change is causing you issues alone I can only guess that its the change itself: http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Hi Katherine!
If you’ve added in your ThemeForest name and API to the theme options then it check for updates every 12 hours. ThemeForest however will send out an update email whenever the files have been updated on their server.
If you want to update right now manually you can watch this video on updating Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
Devin
Hi!
Please go to Appearance > Editor and open Footer.php file and make sure that this bottom line is the same – http://i.imgur.com/6aDdIBA.png
If it is, try updating the theme to the latest version 2.7.1. Please see – http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
This reply has been marked as private.
Hello,
I received a message that an Enfold update is available, yet when I click on “Enfold Theme Options” I read this: “Theme Updates- No Updates available. You are running the latest version! Great!”
Also, do I need to log in twice, once to ThemeForest, once to Kriesi?
Thank you.
Kathy
Hello,
I upgraded to the latest version this morning and my portfolio page has become corrupt.
There is now a second set of ghost portfolio items with TEXT only. Only the one with images are correct.
I am using full width masonry with “flexible masonry” option selected.
Can you please advise?
Thanks,
W
This reply has been marked as private.
Hi figarofigaro!
Please go to enfold/config-templatebuilder/avia-shortcodes folder and open testimonials.php file and find
class='aviablank avia-testimonial-link'
and change it to
class='avia-testimonial-link'
Best regards,
Yigit
Hello,
:( whats wrong with my enfold …
expample on photo:

Hey Yigit thank you very much! I already inserted this code to sort the portfolio items alphabetically and it works perfectly
require_once( 'functions-enfold.php');
function custom_post_grid_query( $query, $params ) {
$query['orderby'] = 'title';
$query['order'] = 'ASC';
return $query;
}
add_filter( 'avia_post_grid_query', 'custom_post_grid_query', 10, 2);
However I set to open the portfolio entry in a new page. Once i am in the page, the page do not navigate anymore by alphabetical order of the portfolio category but by date.
Would replacing the above query with this one work?
$query = new WP_Query( array( ‘post_type’ => ‘page’, ‘orderby’ => ‘title menu_order’, ‘order’ => ‘ASC’ ) );
Hallo zusammen,
ich wollte gerade von Version 2.7 auf 2.7.1 über das automatische Update aktualisieren, bekomme jedoch folgenden Fehler: “Beim Aktualisieren von Enfold trat ein Fehler auf: Download fehlgeschlagen. Forbidden”
Die API und der Username von Themeforest passen beide. Ich kann mir leider nicht erklären woran das liegt. Habt ihr irgendwelche Ideen?
Viele Grüße
Christian
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: black;
}
Regards,
Yigit
Hey rikv!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-content-slider .slide-meta { display: none; }
Best regards,
Yigit
Hello,
I am having problems using my gallery plugin Global Gallery with the new update in Enfold.
I am currently on 2.7.1 and WP 3.9
After talking with the developer of the plugin, the developer found the problem to be the following:
body #TB_window, body > .ui-dialog.ui-widget {
z-index: 1001;
}
WP lightbox is set under avia layout builder, causing the plugin popup to appear below the editor .
thanks in advance
Hey jazbird!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.main_color .avia-icon-list .iconlist_icon {
background-color: red;
}
.main_color .avia-icon-list .iconlist_icon:hover {
background-color: orange;
}
Best regards,
Yigit
Hi!
Please add followind code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#js_sort_items a:first-child:before { content: 'Sort by '; color: green; }
.main_color #js_sort_items a.active_sort { opacity: 1!important; }
#js_sort_items a { opacity: 0.3; }
Cheers!
Yigit
This reply has been marked as private.
HI,
Danke Dir.
Bin jetzt aber verwirrt. Es wird mir angezeigt das es keine neue Enfold Version gibt? Bin aber mit meinem Enfold auf Vers. 2.4.2 ????
Wie mache ich da nun ein Update?