Hi clientflo!
Thank you for visiting the support forum!
Please go to Enfold > Advanced Styling then edit the Main Menu Links element.
Regards,
Ismael
Hi MadrimNero!
Thank you for the info.
Please download the latest version 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Also, please switch your advance layout builder to debug mode. Edit function.php, find this code:
if(isset($avia_config['use_child_theme_functions_only'])) return;
Below, add this code:
//set builder mode to debug
add_action('avia_builder_mode', "builder_set_debug");
function builder_set_debug()
{
return "debug";
}
You’lll be able to see the actual shortcode below the builder.
Regards,
Ismael
I just activated Enfold theme for my website. Why is a link for every page on my current website showing up on my landing page (home page)?
This is my first time using the forum and I apologize as I do not know where to post this question. I uploaded the Enfold theme using an ftp and following all of the steps in the video. However, the “Import Dummy Data” button is not there. Any suggestions on what I need to do?
I did follow all of the steps in the video.
Thank you,
Joe
Enfold theme: I would like the main nav text to be a different color than the sub-menu text. The current sub-menu coloration is fine as is.
When I added – #avia-menu .avia-menu-text {color: #006BA4;} to the CSS, it obviously colors both since .avia-menu-text is the class for both. I’ve not found a compound path that works to separate the two. Can you help?
Hallo ich habe das Enfold Theme upgedatet und bekomme
kein neuen Google Font installiert.
Den Link habe ich im Header eingesetzt und CSS im Custom CSS.
Funktioniert aber nicht. Was ist da falsch?
Danke für die Hilfe.
Gruß Volker
This reply has been marked as private.
This reply has been marked as private.
Our host provider reported (see link to screen capture provided by WPengine) open SQL database queries caused by the Enfold theme. This is caused slowness on our site. Please provide a solution and/or configuration setting tips that would help with performance. I have the latest version of Enfold. Let me know what other information would be helpful to you.
Thank you!
Hi Support,
I have now created two Text Block elements on pages and added content to them, saved them and then reopened them to have all the content missing in the Text Block editor. It simply says “Click here to add your own text.” The content is still visible in the Avia Layout Builder but not in the Text Block editor. This means it can’t be modified. I am currently using Enfold 2.7.1 on WordPress 3.9.1.
Is there a fix for this or should I assume anything put into a Text Block can go missing at any point?
Screen shots show content in Avia Layout Builder and it missing in the Text Block.


Thanks.
I am using Enfold for the following site: http://www.atlassteelruledie.com/ In IE 8 two of the promo boxes on the home page are stretched out of proportion – specifically the photos in the boxes. I’ve tried recreating them, but with the same result. How can I get these to stop being stretched?
Thank you!
Hei guys,
Just one question – does Enfold offer multiple layers in the same div without having to get dirty with advanced css coding ? I’d like to have a black semi-transparent .png image covering my whole color section. Then, in this color section div, on the top of the semi-transparent image layer I want to place other content elements.
Cheers from a happy owner of four Enfold themes,
nerkasa
I am not a codeman :( So, I’m just using wordpress, theme and plugins. So, I don’t use any code to import it inside. I am choosing this font from Enfold/Advanced Styling Options.
Yes, for a grid style it would be better to use a square image, you’d need to change the single blog style too to something like this.
Please revert the change i suggested to loop-index.php as is not necessary in this case.
Best regards,
Josue
Hi Lynn!
Are you sure are those three plugins? many Enfold users use Akismet and WP SEO without issues so far. Maybe QuickCache is the culprit of the issue/
Regards,
Josue
Hi!
It should look just like the image on the documentation page: http://kriesi.at/documentation/enfold/change-the-footer-text-and-link/
Best regards,
Devin
That’s expected @sureshakula, you can enable this though.
Cheers!
Josue
I’m trying to disable WPML flag images in the header. I did it in the settings in WPML but the theme is not recognizing it for the header. The flags dont show in the footer.
Hello. Congratulations on the theme: it’s beautiful and functional. I have a problem only on the menu for iphone smartphone does not appear and the images do not fit the format. Responsive Layout is active. Can you give me a help? thanks
The “Displayed Everywhere” widget is appearing at the bottom of the thumbnail photos of the product. The correct is displayed right next to the product description.
or simplesmenete not appear.
How to fix this?
http://fabrikadesites.com.br/auge/enfold.jpg Image
Sorry for my bad english, I’m using Google Translator.
A widget “Displayed Everywhere” está aparecendo na parte inferior das fotos miniaturas do produto. O correto é aparecer ao lado direito da descrição do produto.
ou simplesmenete não aparecer.
Como corrigir isto?
Desculpe pelo meu inglês ruim, estou utilizando Google Tradutor.
Hi,
I want to create a slider of client logos like it appears on the home page of Enfold theme demo (http://kriesi.at/themedemo/?theme=enfold). How can I implement it?
Can you please share details?
Hello
I do not use Enfold builtin menu but another plugin (shitnav pro).
In one of my page I use the toggle panes
But I got an javascript error when I try to use open the Shiftnav Pro menu
Erreur : TypeError: $(…).attr(…) is undefined
Fichier Source : /wp-content/themes/enfold/js/shortcodes.js
Ligne : 2291 > var hash = $(this).attr(‘href’).replace(/^.*?#/,”);
Thanks
Hey heho!
The default theme language is English (“hardcoded” text strings) and we didn’t include English mo/po files. If you want to generate them download and install this plugin: http://wordpress.org/plugins/codestyling-localization/ , go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language (English) and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
You can also use Poedit: http://poedit.net/ to generate a text file on your PC/Mac – the use Filezilla or another ftp client and upload the files into the wp-content/themes/enfold/lang/ folder.
Cheers!
Peter
Hi i tried to add the [no link] in the enfold theme options footer layout copyright box however it doesnt work still has the theme by kriesi
Cheers
Hey!
It’s quite simple – just copy the files from your test server to the production server. Then you need to use a plugin which takes care of the serialized data – i.e. http://wordpress.org/plugins/wp-migrate-db/ or wp migrate pro – to export the database and to change the url. At least import the sql file you exported with the migrate plugin on your production server and point your domain to the production server/website folder.
Isn’t that something you should WARN people about?
Actually it’s a common practice to use serialized data to save complex data structures. Even wordpress uses serialized data for widgets and other elements and if the widget data contains absolute url paths you’ll also break it. We already created an article here: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/ but eventually it’s up to the user to read the documentation and to ask us for help before he manipulates the database data. Even if you use the migrate plugin you should make a database backup first – then you can restore the database and export the database again if something goes wrong.
Is there a way to get back Quick CSS stuff at least?
Maybe but I’m not sure. Your best best is to use phpmyadmin to search the database. Go to wp_options > avia_options_enfold and edit the data field. You should find your quick css code somewhere in the serialized data string (search for “quick_css”).
Best regards,
Peter
Is it possible to have several recipient in the Enfolds contact form? It would be nice if a visitor could select different departments of a company and each has different mail address. When the visitor select a department, the info from the contact form, reach the right department.
1-Thanks the overlay is fixed and looks better.
2-(That’s not possible unless you enclose the image and text block on a container. You should probably add the image on the text block and create a unique div container around it.)
Ok i did that, but then i loose the light box functionaltiy, and i loose the round edge around the image.(see top part of image in text box)
3-
just upgraded to the latest enfold version but still cannot insert image into text box when in avia.
http://nathan.idc.hdv.tw/bicycle/
Hey!
1) Enfold creates a separate option set for each language and you can also insert a different text into the “Phone Number or small info text” field. Just use the language switcher on the theme options page: http://www.clipular.com/c/4814465795096576.png?k=-YtyxOvCdOHRb062x21vy1EElkQ to switch the language and configure the option for each language (different logo, phone number text, etc.).
2) Not sure why it’s not working – please create me an admin account and I’ll check if this is a theme issue.
3) Afaik the sidebar widgets are not directly translatable. You can use Widget Logic or http://wordpress.org/plugins/display-widgets/ to show different widgets (which then display different menus) for different languages. Please refer to this article: http://wpml.org/2011/03/howto-display-different-widgets-per-language/
4 + breadcrumb – you can translate all static text strings with Codestyling. Download and install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Best regards,
Peter