yes i know and it’s correctly checked (only Native language name (the language name as it’s written in that language)
but if i don’t use the css .avia_wpml_language_switch {display: none;}
> it’s look like : http://imgur.com/znEIkvo
Hi Talelie,
On which page did I do that? :-)
Regards, DJ
Q to DJ,
How did you place an image in the background of the icon box?
Thanks
Tal
And here’s my (dutch) site: http://www.diaconaalsteunpunt.nl
Love Enfold and the fact that it keeps getting better and better. Hope you guys will keep adding cool features for a loooong time :-)
cheers,
DJ
This reply has been marked as private.
Hi Enfold support team,
I am about to build a new site, an expert site, which will contain two kind of audience:
1. the experts themesleves, who should have profile to submit (similar to cv and fortfolio)
2, the expert seekers, which will need to register to submit a request (if they want an offer from more than one expert).
Do you think I can built this kind of site with the Enfold theme, which I am prety much familiar with it (already build 2 sites with it, puirchased it twice).
If yes – what user plugin do you recommend to add to the site?
Thanks
Tal
Hi!
Anscheinend kann Enfold noch immer keinen Ordner für das dynamische Stylesheet anlegen. Wenn kein Ordner angelegt werden kann, fügen wir den CSS Code als Inline CSS im head Bereich ein. Du kannst dies entweder dabei belassen oder du versucht den upload Ordner selbst auf 777 zu setzen. Wenn Enfold keinen neuen ordner im wp-content/uploads/ Ordner anlegen kann scheitert es nämlich schon an der Schreibberechtigung für diesen Ordner.
Cheers!
Peter
Hi Spartan_SA!
Please update Enfold to 2.6.4. Version 2.5.4 is not compatible with WP3.9.
Regards,
Peter
Hi JochenBake!
You can change the image for single post entries – open up wp-content/themes/enfold/includes/loop-index.php and replace:
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
with
$size = strpos($blog_style, 'big') ? (strpos($current_post['post_layout'], 'sidebar') !== false) ? 'entry_with_sidebar' : 'entry_without_sidebar' : 'square';
if(is_single()) $size = "full";
Cheers!
Peter
Hey!
1) Open up wp-content/themes/enfold/config-woocommerce/config.php and replace:
woocommerce_related_products(array('posts_per_page'=>$avia_config['shop_single_column_items'], 'columns'=>$avia_config['shop_single_column']));
with
woocommerce_related_products(array('posts_per_page'=>$avia_config['shop_single_column_items'], 'columns'=>"5"));
2) Did you select the translated categories in the product slider option window? Enfold will not fetch the translated categories automatically but you must click the “Translate independently” button (if necessary) and then edit the “Product Slider” element to select the translated categories.
Best regards,
Peter
Hey!
WPML plugin is not compatible with WordPress 3.9 yet – http://wpml.org/2014/04/status-wpml-wordpress-3-9/
Please download the “CMS Beta Package” file and install the WPML beta version. More information can be found here: http://wpml.org/2014/04/wpml-3-1-5b2-wordpress-3-9-support/
Cheers!
Peter
Hi,
I did the newest enfold update via autoupdate/Dashboard this morning.
The problem is still here:
In iexplorer and in Firefox, all font face symbols are broken.
You can see the problem on my startsite. http://medientanz.de.
The search button in the header is working on Chrome. It is not visible in IExpolrer , you can see a broken symbol in firefox. …
Or here: http://medientanz.de/freiheit/
The big symbol is broken in firefox:
All htacess fixes from font- squirrel are not working.
Tried the wp font face plug in. Not working.
Deaktivated all plug ins. Not working
It is a returning problem. Some of the enfold auto updates are working correct with font-face. Some of them are not working…
After the last two auto updates, all font – face symbols are broken.
Please, inform Kriesi
Thank you
Thomas
hi guys,
I am currently running Enfold version 1.3.1 (don’t laugh!) and until I upgraded to WP 3.9 everything was working fine and my client was happy.
However, since upgrading to wp 3.9 the page editor seems broken on various pages. ie. the Default Editor button appears but then the Aviva Layout Builder sits halfway across it and no page content is displayed, so I can’t edit it.
I’ve tried deactivating all the plugins, using different browsers but its a mystery.
My concern is that I have read a few horror stories on this forum about people upgrading and their site being completely broken.
As my client doesn’t actually want any new fancy stuff, is there a simple fix I can install to resolve the Aviva Layout Builder issue I am seeing.
Happy to send you backend login access to take a look.
cheers Sue
Hi!
Danach wurde diese auch nach Änderungen und speichern nicht neu angelegt.
Dann scheint Enfold keinen Zugriff auf den Ordner zu haben. Versuche einmal den wp-content/uploads/dynamic_avia/ komplett zu löschen bzw ändere die Lese-/Schreibrechte mit ftp auf 777.
Cheers!
Peter
Alright, thanks a bunch for the help :)
Have a good day!!
Hey!
Use the magic wand tool (don’t enter ALB) in a different Page to generate the shortcodes.
Best regards,
Josue
Hey!
Please place the content underneath the LayerSlider into a color section. To fix the product slider issue open up wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/productslider.php and replace
query_posts($query);
with
query_posts($query);
remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_popularity_post_clauses' ) );
remove_filter( 'posts_clauses', array( $woocommerce->query, 'order_by_rating_post_clauses' ) );
We’ll include this fix in Enfold 2.7.
Regards,
Peter
Hello!
I am having an issue with the theme since updating to Smith. It seems that on this site, I am running an older version of enfold that does not have the “theme update” option inside the enfold menu. How do I update without this option?
My major issue is that since updating to Smith, the advanced layout builder will not load on the backend. Fortunately, it seems as though my site is still up and running, I just can’t edit anything.
Please advise! Thanks.
Mike
Thanks for your reply, Josue.
I will try it out with Gravity Forms.
However, can you guide me on the shortcodes insertion in the Tab Content? I try to enable the Debug mode to view the shortcode, however no luck, the shortcodes doesn’t display.
Hey Bill!
That’s possible with the new version of Enfold:
It should be up in Themeforest soon.
Cheers!
Josue
Hey!
The only external theme connection is the update check which connects to the envato api server to check for new theme updates. You can deactivate it by removing the Envato API credentials on the theme settings page (Enfold > Theme Options > Update). All other connections (i.e. oembed, rss feeds, etc.) are not theme related but WordPress may use them to embed external sources (youtube videos, etc.).
Regards,
Peter
I removed <{heading} class='main-title entry-title'>{title}</{heading}> from line 274 of functions-enfold.php.
So, now I tried putting the following in a functions-enfold.php file and uploaded it to the enfold-child folder, but it didn’t work:
<?php
add_filter('avf_title_args', 'avf_remove_header_title', 10, 1);
function avf_remove_header_title($args) {
$args['title'] = '';
return $args;
}
?>
Anything else I can try?
Thanks!
Hi Jason!
1. You can achieve that with Gravity Forms, which is supported by the theme.
2. Yes, you can insert shortcodes in the Tab content.
Best regards,
Josue
Hello, Thanks for your feedback, howerd
2. deleted it because of error :p , where i could get manual for enfold parallax feature?
5. Changed, but nothing happen
6. Got it, Sir.. many thanks
I’ll be waiting for the rest..
Regards,
Bayu Perdana
running th latest version of WP and Enfold as well…
This is also happening for a page where I’m putting affiliate code blocks in. This is the link http://www.physiquetransformations.com.au/links/ see I have one affiliate link, but when i go to add another block of code, the first one is removed.
running th latest version of WP and Enfold as well…
-
This reply was modified 11 years, 8 months ago by
joemurphy.
I will keep this in mind for future use, however in my existing enfold install (and several clients) this requires editing 2000+ products/variation pages to add new image sizes and column shortcodes. I was hoping to avoid this as it is extremely time consuming. I’ll likely disable this in my own site to save the labor hours. As this will be wiped out on theme updates it’s not an option in my client’s sites and editing all products to add theme shortcodes is not feasible. I’ll try to figure out a way to delete all products and reupload with inserted shortcodes via a CSV mass import/update (after a database backup). Hopefully I can find a meaningful work around. Hmmm :/
-
This reply was modified 11 years, 8 months ago by
cryscryb.
Hi there. I recently updated WP and the Enfold theme and have a few issues I’m still trying to resolve with the header. The site is http://www.bhutantravelbureau.com
1) On an ipad the social icons are appearing beneath the logo in portrait mode instead of aligned to the right.

Also on the Ipad, the sticky logo and navigation are not minimising, and don’t appear to be transparent.
2) On smartphones the logo now appears quite small after applying the custom CSS required to stop the logo stretching across the entire screen and behind the menu icon. It also doesn’t line up next to the menu toggle, appearing above it instead.


The CSS I have applied is as follows:
@media only screen and (max-width: 768px) {
.responsive .mobile_slide_out .logo {
float: none;
}
.responsive .logo a, .responsive .logo img {
height: auto !important;
margin-top: 8px!important;
max-width: 85%;}
.html_header_top.html_logo_center .logo {
-webkit-transform: translate(0, 0);
-moz-transform: translate(0, 0);
-ms-transform: translate(0, 0);
transform: translate(0, 0);
}
.responsive #header .social_bookmarks {
position: relative;
margin-top: 10px;
}
}
@media only screen and (max-width: 480px) {
.responsive .logo a, .responsive .logo img {
max-width: 80%;
height: auto!important; }
}
Help to resolve this issue much appreciated. Cheers.