Hey!
Please go to Enfold theme options > Header tab and change mobile menu style in “Responsive Header Main Menu” section.
Best regards,
Yigit
Hey guiversiani!
See: http://kriesi.at/documentation/enfold/move-from-a-local-installation-to-a-live-server/
The change would be the same since you are moving to a completely separate installation.
Regards,
Devin
Hi!
You can Import/Export Theme settings right from the Theme options panel, make sure you have the latest version of Enfold (2.4.5).
Cheers!
Josue
Hey rainert!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.site-description { float: right; }
If that does not work, please post the link to your website
Regards,
Yigit
Hey!
Oh, ok. The code varies a bit if you use Events Manager Pro. Insert following code at the very bottom of enfold/functions.php or into your child theme functions.php
add_filter('avf_title_args', 'fix_events_page_title', 10, 2);
function fix_events_page_title($args,$id)
{
if (get_query_var('post_type') == 'event' && !is_single())
{
$args['title'] = 'Events';
}
return $args;
}
You can replace “Events” with any other custom title/text.
Best regards,
Peter
Hi wss310!
Can you post the link to your Enfold website? There is already a border between sidebar and content sections.
Cheers!
Yigit
Hi!
Please upload your logo in Enfold theme options and add following code to Quick CSS under Styling tab
.fixed_header.social_header #main { padding-top: 187px; }
.logo, .logo a, .logo img { max-width: 562px!important; }
then please refer to this post to increase the header height to 156px https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003
Best regards,
Yigit
Hey!
Try adding this code to the Quick CSS:
.current-page-ancestor a > .avia-menu-fx {
visibility: visible;
opacity: 1;
}
.current-page-ancestor a > .avia-menu-fx .avia-arrow-wrap {
overflow: hidden;
display: block;
}
Cheers!
Josue
Hi Rainer!
Which type of header are you using? You can post the link to your website or you can check it in Enfold theme options > Header tab.
Regards,
Yigit
Hi Niall!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-fullwidth-slider { background-color: #02ab7e!important; }
Regards,
Yigit
Hey!
Yes it is possible, please go to Enfold theme options > Footer tab and choose “4” in Footer Columns section http://i.imgur.com/OjgcUhJ.jpg
Cheers!
Yigit
Hey!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab and check if that helps
.container {
-webkit-transform: translateZ(0);
-moz-transform: translateZ(0);
-ms-transform: translateZ(0);
transform: translateZ(0); }
Cheers!
Yigit
Hello,
Great development work on Enfold. It is a very powerful theme.
Can you help me by providing a Quick CSS code to change the Fullwidth Easy Slider background box to the solid colour #02ab7e.
Thank you.
Hey sineadh!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx { display: none; }
If that does not work, please post the link to your website. I checked the one you have posted in your older topic
Regards,
Yigit
Hi,
I’m running WPML with woocommerce on enfold, multisite setup.
I can’t get it running properly.
The products don’t show a detail page and also the products don’t seem to be listed in the additional template builder elements, such as product slider.
I can’t figure out what’s wrong, my settings seem ok.
I’d like to give URl and login, but I miss a private”checkbox” here
Hi Munford!
They come up fullscreen when you start playing the video. You can check this page on your mobile device http://kriesi.at/themes/enfold/portfolio-item/single-portfolio-video/
Cheers!
Yigit
Hey kingcantona!
Please update Enfold to the latest version 2.4.5 and check if that helps ( Please see http://kriesi.at/documentation/enfold/updating-your-theme-files/ ), if not, please refer to my post here https://kriesi.at/support/topic/navigation-menu-on-ipad-portrait-view/#post-216753
I checked your website on my iphone and it does work fine. I tagged Josue so he can take a look at it on his Android device. Let us wait for his answer
Cheers!
Yigit
Hi,
I wanted first to thank you for the Enfold theme, it is great and I enjoyed working with it. With that, I would need some advise concerning the logo: I tried every single solution (and there are lots of these) to have our logo showing properly, on web pages, iPad and iPhone. It didn’t work, the only way I could do it was by replacing the default logo image in the theme file system while I am using a child theme for other customizations.
Each time I tried to upload and use our logo in the child theme admin it has been automatically re-sized (downsized) for some strange reason.
Any idea?
Thanks!
Serge.
Hi!
You can go to Enfold theme options > Header tab and click on X icon to remove social icons http://i.imgur.com/HzjND7a.jpg
Or you can add following code to Quick CSS in Enfold theme options under Styling tab
#top .social_bookmarks { display: none; }
Best regards,
Yigit
Hello,I have two problems with my enfold theme.
1. Y upload my logo with chrome and it looks fine, in Safari looks fine and in Iphone too, but in IE and Ff there is some problem with the logo because the fonts looks very pixeled.
2. I also have an icon box with five icons and the words of the icons does not look good, missed some characters, but only happend in IE anda in Samsung Note 10.1
Thanks
@Richard Olpin +1 for your requests. Custom boxes would also help me a lot … or at least it would be helpful to be able to add custom css fields to layout elements (as requested before). But custom boxes (with option for background-color, background-image, border … ) would be even better.
And another request – I don´t know if it has been asked before. It would be nice to have a “process element” like seen here or here. I know I could use the iconlist element, but I prefer to have a horizontal display of each step. Thanks.
Hi!
Please see “Quick start with WooCommerce” section on new Enfold documentation http://kriesi.at/documentation/enfold/quick-start-with-woocommerce/
Cheers!
Yigit
Thanks Josue,
I’ll give it a go .. although I have imported your dummy data as a guide and nothing has come across for the shop elements ..
for example: http://kriesi.at/themes/enfold/product/humo-floss/
Is there any way I can see how these pages / products were created?
I have a problem adding fontello custom icons
page url : http://www.hattusas.it
wp version 3.8.1
enfold version 2.4.5
when i click in general settings “upload/select fontello font zip” it show me the “Upload file screen”, and then the media library, but when i select the file and click on “insert zip file” return me this error :
“couldn’t add the font
the script returned the following error :
(empty space)”
empty space means that there is no description of the error
is there a way to manually add the icons via ftp?
thank you
P.S.
Hey TheProductionHouseEvents!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
#header_main_alternate { background-color: #cbcbcb; }
.bottom_nav_header.social_header #header_main .container {
height: 150px; }
Regards,
Yigit
Hi pc37075!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive .logo {
margin-left: -50px;
}
#advanced_menu_toggle {
right: -28%; }
}
Regards,
Yigit
Hi, maybe some are requested already:
1. Easier custom logo integration (add ability to give width and height of custom logo). Too many users struggle with the current logo integration.
2. easier customization of the menu. Some like it simple (choose background color (also hover), text color (also hover), height, font family and size)
The above two are mainly for an easier customization of the header overall.
3. Unify the styling and have import/export for all languages. When running multisite and multiple languages it’s a real pain going through all style settings per language.
4. extensive search feature in the forum. Too many results from various themes pop up now when doing search.
Cheers!
Hi!
@spiv Feel free to post your request here https://kriesi.at/support/topic/enfold-feature-requests/
We would gladly like to take a look and help you solve your logo issue. But please start a new topic
Regards,
Yigit
Hey marienoisette!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: 767px) and (max-width: 989px) {
.main_menu ul:first-child > li > a { font-size: 11px; }
.responsive .main_menu ul:first-child > li > a { padding: 0 5px; }}
Best regards,
Yigit
Hi!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (min-width: min-width: 480px) {
.social_header .phone-info { margin-right: -30px; }}
Regards,
Yigit