Hi jackpeters!
Thank you for using Enfold.
The layers slider author is aware of the 3D transition with Chrome. He fixed the issue on the layer slider 5.1.1 which is, unfortunately, not included on the latest patch of the theme. We already reported the issue to Kriesi. For now, please use the 2D transition.
Best regards,
Ismael
Hi!
I’m sorry but it’s not possible without major modification, you can start with header.php and includes > helper-main-menu.php. This particular task falls beyond the scope of support so we won’t be able to help you with it. Please hire a freelance developer to do it for you. Visit Envato Studio or Werkpress for further customization. You can also vote or post the feature on our Feature Requests page.
Cheers!
Ismael
Hi sunstarcomposites!
Thank you for using Enfold.
Please use this on functions.php to remove the theme’s WPML flag options:
add_action('after_setup_theme','avia_remove_main_menu_flags');
function avia_remove_main_menu_flags(){
remove_filter( 'wp_nav_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_filter( 'avf_fallback_menu_items', 'avia_append_lang_flags', 20, 2 );
remove_action( 'avia_meta_header', 'avia_wpml_language_switch', 10);
}
Go to WPML then the Display the language switcher in the WP Menu. Select your main or secondary menu. On Language switcher style, choose the Drop-down menu.
Cheers!
Ismael
Hey maxisgoinghome!
Thank you for visiting the support forum.
Instead of using the Replete theme, please use our latest theme which is Enfold. It is much more flexible and easier to use.In case you have any questions, please take some time to review all of the resources in the Theme Documentation as a lot of basic stuff like theme installation, css snippets etc are already available in there with better explanation and awesomeness. Watch some of our Video Tutorials to learn more about the different aspect of the theme. You can also search the forums for queries that has been answered before that might be related to your problem.
If you find that you still have questions after taking the time on our documentations, don’t hesitate to let us know and we will be happy to assist you.
Thanks!
Best regards,
Ismael
Hey!
Icons are showing up fine on your website but there seems to be an issue with JS files. Please re-update Enfold/js folder via FTP – http://vimeo.com/67209750
Cheers!
Yigit
Dear McEwans,
For your information, our queue goes from oldest to the newest queries and i looked into your post because you said that this is urgent.
Also, it is not fair to say that Enfold is not working in IE and Firefox, looking at the page you have heavily customised. Please have another look at Scope section here – https://kriesi.at/support/register/#av_section_2
That being said, please try adding following code to Quick CSS
@media only screen and (max-width: 1340px) {
.avia-mozilla div .av_one_third { margin-left: 6%; width: 20.333%; }}
@media only screen and (max-width: 990px) {
.avia-mozilla div .av_one_third { margin-left: 6%; width: 14.333%; }}
Have you checked your website on an actual mobile device using Firefox browser?
Regards,
Yigit
Hi WalstonNet!
Thank you for using Enfold.
We will need to see the actual page with the slider. Please post the url here. Anyway, 20px and 8px differential is not that big in my opinion. I bet no one will notice the difference.
Regards,
Ismael
Hi,
I’m new to this but finding Enfold great. However, being rather dumb at the moment, I can’t see how to select the Alternate Content format for specific text boxes.
Also, I want to be able to change the background color and text font size/color for specific cells in a table to highlight the content. Is this possible?
Many thanks,
Chris
Hey!
1- Please add following code to Quick CSS in Enfold theme options under General Styling tab
#header .avia_mega_div { right: auto !important; }
2- 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='header-custom-text'>This is my custom text!</div>";
You can use .header-custom-text class in Quick CSS field to style your text
Best regards,
Yigit
Hey Nik!
Please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
You can add Color Section element to your page under Layout Elements in Advanced Layout Builder and then insert a background image to it and choose “Parallax” as “Background Attachment”
Best regards,
Yigit
Hi Yigit,
Actually, we haven’t launched the blog on the site yet but we were going to use the ENFOLD standard layout. The only thing we may like to change is the background color of the blog pages.
Hey!
Please upload your screenshots on imgur.com or Dropbox public folder and post the links here.
You can add your code to Quick CSS in Enfold theme options under General Styling tab
#top .main_color .input-text, #top .main_color input[type='text'], #top .main_color input[type='input'], #top .main_color input[type='password'], #top .main_color input[type='email'], #top .main_color input[type='number'], #top .main_color input[type='url'], #top .main_color input[type='tel'], #top .main_color input[type='search'], #top .main_color textarea, #top .main_color select {
border-color: #e1e1e1;
background-color: #fcfcfc;
color: #919191;
}
Cheers!
Yigit
Hi alphateddy!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
::selection {
background-color: #12338c;
color: white;
}
Best regards,
Yigit
Hi!
Thank you for using Enfold.
If you’re using the masonry gallery, you can add a custom link on the gallery item. Edit the gallery again then click the images on the gallery. Look for the Custom Link field.
Best regards,
Ismael
Hi!
You are welcome Slade, we are always glad to help :)
Please feel free to request it ( or vote if already requested ) here – https://kriesi.at/support/enfold-feature-requests/
Best regards,
Yigit
Hello,
I´ve started building a website with Enfold theme and I´ve only uploaded really small images but it takes forever to load. any ideas?
Thanks!!
Hi twdlewis!
Please go to Enfold/config-templatebuilder/avia-shortcodes folder and open image_hotspots.php file and change default values as needed
Regards,
Yigit
Hi Will!
Each license can be used for one domain. For another domain, you are going to need to purchase a new license.
Please also see – http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
Best regards,
Yigit
Hey Stigan!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
.avia_textblock p {
font-size: 14px;
}
Regards,
Yigit
Hi NOSPORTS!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.nextgen_pro_thumbnail_grid .image-wrapper {
float: left;
}
Best regards,
Yigit
Hi!
You need to check the server configuration in that case. Enfold contact form uses the standard wp_mail function: http://codex.wordpress.org/Function_Reference/wp_mail to send emails.
Please contact your server administrator for more info.
Regards,
Yigit
Hi Ismael – thanks for your quick response.
I solved the problem with the Enfold theme putting bullet points in front of Gravity Forms – in the settings of Gravity Forms, I had selected Output ‘HTML5’ styling and de-selected ‘Output CSS’ styling (this was suggested by a video I had watched re: styling Gravity Forms polls). Once I switched those setting back to the original, then the forms/polls/surveys displayed just fine in Enfold.
Thanks again for your quick response – I’m impressed with your support!
Rebecca
Hi Welmoed!
Please go to Enfold theme options > Footer Layout and choose to display only “Socket”. You can also add following code to Enfold theme options > General Styling > Quick CSS field
#footer {
display: none;
}
Best regards,
Yigit
Hello,
I am no expert in coding but am curious so I have tried to sort the first part of the issue (moving the search button in the secondary menu) by following the advice in this topic from late 2013 – https://kriesi.at/support/topic/move-search-icon-to-secondary-menu/ – unfortunately I could not find the code bits referred in there in the header .php file :(
Could you please help? And also let me know if there is a similar way in inserting a widget area created with Enfold in the same menu bar?
Many many thanks for your help, it would be great to solve this as I have reached the maximum of my abilities here!
Best!
Hey same-d!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 768px) {
.logo img { opacity: 0; }
.logo a { background-image: url(https://kriesi.at/wp-content/themes/kriesi/images/logo.png); }}
Cheers!
Yigit
This reply has been marked as private.
I don’t get how the Widgets are working in Enfold! If I change the numbers of widgets in the footer, it affects the other widgets on the page. It seems like the content of the widgets that I have created, are swapping place/order with the other widgets when I change the number of widgets in the footer. After I made a change from five to four widgets in the footer and then changed it back, I just got chaos on the pages where I’m using the widget area! Despite that I have selected a particular widget, I get something else or nothing!
What’s the reason for this behaviour? Is it a bug? I can not be the only one who has this problem!? I have made over ten websites with this theme, and it’s the same problem always!
Please tell me how tu use the widgets the correct Enfold way to avoid this chaos! Thanks!
We Kriesi Team,
we set up a new site where we are using enfold with a child theme.
We now wanted to start through building up the site, but the Avia Layout Builder
is not loading since we first tried to open it.
May you help us fix it and take a look in the back-end?
Best regards
MeisDesign
Hi,
Is it possible to make a responsive logo in the Enfold theme like this link below?
https://modulesunraveled.com/blog/how-use-multiple-logos-responsive-design
Thanks!
Tony
Hi,
I’m having and issue with portfolio items displaying in a very large format when I want it to be like this:
http://kriesi.at/themes/enfold/portfolio/
Right now, the 4 column portfolio stretches across the entire screen which is what I do not want. I do want the slider to be stretched across the width of the screen.
Thanks.
sl