Hi!
Yes, or you can try using a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/
You are welcome, let us know if you have any other questions or issues :)
Best regards,
Yigit
Hey!
Thank you for the update.
If I am not mistaken, you’re talking about a one page navigation. Please refer to this link: http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
Cheers!
Ismael
Hi!
You can go to Enfold > Import/Export panel then click the green Import Dummy Data button. :)
Cheers!
Ismael
Du benutzt leider eine veraltete Version des Enfold Themes.
Bitte update auf die neuste version: http://vimeo.com/67209750
1. Die grauen Linien zu entfernen sollte kein CSS benötigen. Das ist in den Enfold Optionen under “Header Layout” zu managen.
Ansonsten:
#header_meta {
display: none;
}
2. Soweit ich weiß, wird das nicht supportet. Kann mich aber auch irren.
Du müsstest aber in der header.php folgendes schreiben können zwischen Zeile 65 und 66 (also vor “f(!$blank)”:
<?php if ( is_page( 'home' )) echo do_shortcode('[layerslider id="1"]'); ?>
3.
.widget_nav_menu ul:first-child > .current-menu-item {
background: none !important;
box-shadow: none;
}
I figured out which css was causing the problem and fixed it.
Something for you to think about: I’ve used this plugin with other themes that use Visual Composer and have not had any formatting issues like I had with Enfold and Avia. I wonder what your page builder is doing differently that interferes with the plugin.
Thanks
-Mark
-
This reply was modified 11 years, 11 months ago by
moltenman.
Hi ggerber!
The forums here on kriesi.at are unfortunately very very customized and are not achievable with the built in theme options or even just with bbPress options.
Enfold styles bbPress to look like this: http://kriesi.at/themes/enfold/forums/
Here is the official bbPress documentation for any other setup questions you have with using that plugin: http://codex.bbpress.org/
Best regards,
Devin
Codestyling Localization does not work anymore with Enfold.
I need to be able to have all my enfold contact forms use a hard coded email for the from field. When you use the persons email that submitted the form and they used a yahoo or hotmail email address you will never get the messages.
I would recommend making this an option on the contact form settings. But for now how can I hard code this so I don’t loose more leads?
Aaron
In the demo this is one of the options:
http://kriesi.at/themes/enfold/homepage/transparent-header/
How do I go about setting up our page like that? I am using the Full Screen slider and can’t seem to figure this out.
Thank you!
Dear Yigit,
Thank you. At least I managed now for the extra 2 logos to appear on the page with links.
But now, they are not scaling in the header when I scroll down.
I would like them to scale like the aukea logo which I used to substitute the “ENFOLD” logo (on the Enfold theme options)
I publish my page so you can see what I mean: http://173.254.28.59/~aukeaxfi/think-tank/
Also I saw that they are also displacing the menu on the top right (home think tank and search)
Any help much appreciated,
best wishes,
G.
Hello,
I had installed the BBpress plugin. I want to run in my site a forum. My question is where is your template or page in which i can edit my forum page. or it is generated by default? Likewise i need to make some edits. How can i do that? I want my forum page run and looks like yours: http://kriesi.at/themes/enfold/forums/
PLease help.
Thanks
Giuliana
can you indicate how I would change things in a child theme setup of enfold so the top navbar links to twitter/google+/facebook etc are rel=nofollow, and also, how I would make the ‘share’ links at the bottom of posts also all rel=nofollow
thx
Thanks Peter. I pasted the css into the Enfold Quick CSS box under General Styling because these pages are generated automatically from links. It did not quite fix the issue. If you click the dropdown button on the far right side of the search bar, after it expands you will see that the filter input fields are still broken.
http://moltensites.com/demo/idx/city/newport-beach/
Hey!
If you have not made any other changes on funtions.php file, please replace it with default one that comes inside Enfold folder you download from ThemeForest. The code Ismael posted works totally fine on my end. Please copy&paste the code.
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.home #av_section_1 .image-overlay { visibility: hidden; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top .widget_nav_menu li { background-color: blue; margin-bottom: 5px; padding: 5px; }
#top .widget_nav_menu li a { color: white; }
#top .widget_nav_menu li:hover a { color: orange; }
.widget_nav_menu ul:first-child>.current-menu-item, .widget_nav_menu ul:first-child>.current_page_item, .widget_nav_menu ul:first-child>.current-menu-ancestor { padding-left: 0; left: 0; top: 0; }
Cheers!
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #top #header {
position: fixed;
}}
Cheers!
Yigit
Hello! I am using the fix from https://kriesi.at/support/topic/woothemes-sensei-plugin/ and it is working almost perfectly.
However, the radio buttons for the quiz answers wind up on the row below the answer, making it hard to know which radio button is for which quiz answer. I have included an example of how it looks. 
This is using the http://www.mediafire.com/?4xvw8la68gv824t fix which works for most of the Sensei plugin. Is there an easy way to make the quiz radio buttons turn up to the left of each answer so it looks good? On the sensei demo page it looks like this: 
Hey lillebro!
I wanted the check your website but the one you have posted is not using Enfold theme
Cheers!
Yigit
Hi!
Enfold does not add such feature. I believe you are talking about JetPack’s feature. If so, you should go to JetPack settings and activate Custom CSS
Best regards,
Yigit
Hi taylor_smith!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .tabcontainer .column-top-margin {
margin-top: 0!important;
}
Best regards,
Yigit
Hi clientflo!
You can simply go to Enfold theme options > Import/Export and import dummy data :)
Cheers!
Yigit
Hi Jordan!
Please go to Enfold/includes folder and open helper-main-menu.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', $addition, 'strong', true);
and add your text right below it as following
echo "<div class='logo-text'>Your text goes here</div>";
then you can style your text using .logo-text class in Quick CSS field
Best regards,
Yigit
Hi hanlinsg!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_message_box_content { text-transform: none; }
Cheers!
Yigit
Hi tonyska!
Please go to Enfold theme options and make sure that you have not added custom CSS code to Google Analytics field accidentally :) I believe that is the case
Best regards,
Yigit
Hey MasterFlo!
You can use the debug mode: http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ to access the raw template data. You can i.e. copy it to the clipboard or paste it into a file. There’s no real “export” feature though.
Best regards,
Peter
Hey SaraMichelle!
Please go to Appearance > Menus and create a new menu and add your menu items to it then check “Enfold secondary menu” under Menu Settings. Then choose to display secondary menu in Enfold theme options > Header Layout > Extra Elements
Regards,
Yigit
Hi fanky75!
Please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
After you add custom class to your elements, you can simply add a custom CSS code in Quick CSS in Enfold theme options under General Styling tab as following
.custom-class { margin-top: 10px; }
Regards,
Yigit
Hey!
Please update Enfold to the latest version 2.7.1 – http://kriesi.at/documentation/enfold/updating-your-theme-files/
and let us know so we can see the header issue :)
Regards,
Yigit