Hi!
Please change the code to following one
?> <div class="my-lang"><?php pll_the_languages(); ?></div> <?php
and then add following code to Quick CSS in Enfold theme options under General Styling tab
.my-lang {
float: right;
}
Best regards,
Yigit
Hi!
Yes, exactly. Many Enfold users are using WPML for their multilingual websites
Cheers!
Yigit
Hi!
You can do it on Enfold’s ThemeForest page – http://themeforest.net/item/enfold-responsive-multipurpose-theme/4519990
Thank you for your kindness :)
Regards,
Yigit
I am using Enfold on http://catgangs.com/ and the form I have on the home page won’t send. There’s also supposed to be an auto response sent and that’s not sending either. Could you take a look at what’s going on??
Hi FabelMedia!
Please update Enfold to the latest version 3.0 via FTP firstly – http://vimeo.com/67209750
then go to Appearance > Menus and change Menu Style – http://i.imgur.com/6BNz6kD.png
Cheers!
Yigit
@Yigit
I love it, really. It’a a great update
The only thing I regret (in my opinion) is that this page: http://kriesi.at/archives/enfold-version-3-0-bigger-better-faster do not show us precisely all the new stuff that have beed added.
I’m french and it’s often hard to find/understand well.
For instance:
“added: new Header options: hide header until user scrolls down and hide header permanently on a single page”
Well… where do you think I look for this ? Enfold/theme options/header? Too bad it’s not there… it’s in a page! :-)
You live samples are great (if we understand waht you said) but it missing of simples screenshots to better see waht you are meaning…
This reply has been marked as private.
This reply has been marked as private.
Thank you!!
I don’t know how I would have done without your help!
Thank you Josue and thank you Enfold team!
Adrien
Hi!
You are welcome, glad we could help :)
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
Hey!
We surely do. We recommend users to use a child theme if they would like to edit theme files. There is no way we can know the changes you have made to the theme files. If you only made changes in Header.php file, you can make the same changes on Enfold/includes/helper-main-menu.php file. If you have modified other files, please let us know which ones so we can point out if there are any changes on those paths
http://kriesi.at/documentation/enfold/using-a-child-theme/
Regards,
Yigit
Hi TinyGiantStudios!
Go to line 19 in ~\wp-content\themes\enfold\includes\admin\register-admin-options.php
Replace the following:
if(!current_theme_supports('avia_disable_import_export')){
$avia_pages[] = array( 'slug' => 'demo', 'parent'=>'avia', 'icon'=>"doc_text_image.png", 'title' => __('Demo Import', 'avia_framework'));
$avia_pages[] = array( 'slug' => 'upload', 'parent'=>'avia', 'icon'=>"import_export.png", 'title' => __('Import/Export', 'avia_framework'));
}
With this:
if ( is_super_admin() ) {
if(!current_theme_supports('avia_disable_import_export')){
$avia_pages[] = array( 'slug' => 'demo', 'parent'=>'avia', 'icon'=>"doc_text_image.png", 'title' => __('Demo Import', 'avia_framework'));
$avia_pages[] = array( 'slug' => 'upload', 'parent'=>'avia', 'icon'=>"import_export.png", 'title' => __('Import/Export', 'avia_framework'));
}
}
Cheers!
Arvish
Hey a00109943!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
div#header_main {
background-color: white;
}
div#header_main_alternate {
background-color: black;
}
Regards,
Yigit
Hi Kriesi & Co,
With Enfold 3.0, there’s a new Demo Import button that imports various pre-designed templated.
Personally I think this is awesome, but I also foresee my clients clicking on this button and messing stuff up. Is there anyway to hide this in the backend (E.g. through the functions file? For everyone except super admins?)
Hi seanchk!
The code has changed a bit and it’s found on line 708 instead.
Open to this file /enfold/framework/php/class-form-generator.php and go to the line 708:
Add this line:
$header .= ‘Bcc: (Email address hidden if logged out) ‘. “\r\n”;
Best regards,
Arvish
Hi!
Please update Enfold to the latest version 3.0 via FTP – http://vimeo.com/67209750
It has the updated version of LayerSlider included
Regards,
Yigit
Hi Gstar72!
Enfold widgets come with Enfold prefix i.e. Enfold Combo Widget. Sitemap widget does not come with Enfold
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-testimonial-wrapper {
width: 100%;
}
P.S.: Enfold version 3 is now available. It has many new features. For more information, please see – http://kriesi.at/archives/enfold-version-3-0-bigger-better-faster
Best regards,
Yigit
Hey eugenesnowball!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.single .post_author_timeline {
display: none;
}
Cheers!
Yigit
Hey Guys,
Congrats on the new release!
I used to create some translucent black background frames behind the animated numbers in the Animated Numbers element to have them show more clearly on a fix/parallaxed background image. See example here:
http://www.bednspa.com/
I did this thanks to Josue’s CSS that I added on the Quick CSS box and was something like this:
.page-id-2 .avia-builder-el-16 { padding: 20px;
background-color: rgba(0,0,0,0.5); }
With Enfold 3.0 such things disappeared as you can see for the same example here:
http://casateulada.vacationrentalsecrets.com/
when I check the code on the page I notice that there is no more .avia-builder-el- reference where the animated numbers are.
How can I recreate the same translucent box? It is quite important for a number of pages I have on other sites which use such feature and I haven’t therefore updated Enfold yet, because I don’t want to lose that.
Thank you.
Antonio
Hi!
Thank you for your suggestion Heng.
I’ve submitted this to our features request.
https://kriesi.at/support/enfold-feature-requests/
Cheers!
Arvish
Hi!
Please go to Enfold theme options > Header > Header Size and choose custom pixel value and set it to 186px
Cheers!
Yigit
Hi alexrvs!
Please use this plugin to translate missing strings – https://wordpress.org/plugins/codestyling-localization/
After installing the plugin, please go to Tools > Localization > Themes > Enfold and Rescan theme files on Russian and then edit. Make sure to check “non-case sensitive”
Regards,
Yigit
Hey FlawlessWeb!
Please go to Enfold theme options > Header Layout > Mobile Menu > Header Mobile Menu activation and choose 990px.
Cheers!
Yigit
Hi!
You are currently using a very old version of Enfold. Please update the theme to the latest version 3.0 via FTP – http://vimeo.com/67209750
You are going to need to go to ThemeForest and login with the account you have purchased Enfold and go to Downloads section to download the latest version. You may need to re-configure header options after the update – http://kriesi.at/documentation/enfold/portfolio-item/intro-to-the-header-configurator/
Best regards,
Yigit
Hi all,
after update enfold to version 3.0 there are several issues with Tribe Events Calendar. You wrote in your release notes, that there is a full support for this plugin. So:
1. I miss the page template selection now. There were some settings for events. Now they are gone. I already asked Tribe for support. They say, it should be there. See forum
Do enfold override this settings? Why? How can I change the page template for single event? How can I show the sidebar like for blog entries?
2. I’m not able to add a lightbox to any featured image within single events. I already added new function to add necessary css classes, links etc. But no way. Images open in blank browser windows.
3. Events list looks a little bit scary… But, ok. I can change the functions for generations. But.. could it be done a little bit nicer by enfold?
Kindly regards
Paul
Hey!
@mindimer Could you please start a new thread ( https://kriesi.at/support/forum/enfold/#new-topic-0 ) and post login credentials privately so we can look into it?
@hunter74 Could the issue be caching related? Have you followed the steps Kriesi posted in his post?
@pako69 Thank you for your input! How do you like the new version so far? :)
Regards,
Yigit
@hunter74
I’ve updated to Enfold V3 to a site that use a lot child theme and a lot of customizations.
I did not notice any issue on this site.
But I will be interested to know what CSS Classes bother you because I’ve a lot of V3 migrations to do…
Thanks
Hey,
I have run into an issue with Enfolds header on my website. As you can see in the screenshot linked privately below, the header links and logo overlap as the resolution decreases. The issue is prevalent from roughly 768px to 900px width.
One solution could be to change the break point for when the mobile menu is activated from its current 767px setting to 900px on my site; how would I achieve that through CSS?
Thanks.
Hi!
Just realised that iframe won’t support these margin changes.
Try this instead:
In clode block settings
1. Add “div” to “Code Wrapper Element”
2. Add “class=”test” to “Code Wrapper Element Attributes”
3. The Add the following to your custom.css or Quick CSS in Enfold theme options
.test {
width: 300px;
margin: 0px auto;
}
Cheers!
Arvish