Hi Gurify!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 767px) {
.responsive #header .sub_menu, .responsive #header_meta .sub_menu>ul {
float: left; }}
Cheers!
Yigit
Hey Minn!
Please add content slider inside a color section and give color section element a unique ID ( http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/color-section-ID.png ) and then add following code to Quick CSS in Enfold theme options under General Styling tab
#your-custom-id .container { width: 100%; }
Cheers!
Yigit
Hi xxl!
Thank you for using our theme.
1. The menu is overlapping the logo (depending on browser window width):
Try options > Header > Mobile Menu and choose 990px in “Header Mobile Menu activation” section
If this does not help, try to put the following code to Quick CSS in Enfold theme options under Styling tab:
@media only screen and (max-width: 1140px) and (min-width: 990px) {
.av-main-nav > li > a { padding: 0 10px !important; }
2. Would like to remove the “Portfolio items” header in the tags listing:
Please send us the link to the page so we can check for CSS.
Best regards,
Günter
Hi Guys,
I´m currently working on a news/magazine website for the automotive industry and we need some kind of content slider on top of the homepage. I wonder what kind of content slider you can recommend.
It should not be focussed on too large images
It must contain a headline, excerpt and read on button or link
It should grap the content from a specific category
I have not find any build in slider element that does what I need. Any ideas?
Thanks in advance
Michael
Discovering Enfold last summer changed the way I build websites forever.
We’ve seen an amazing difference to our business:
http://www.customerthermometer.com/
Great support. Great product – thank you.
Cheers,
Mark
Hi, I want to add a foursquare icon to the social media bar and there isn’t one in the entypo set.
However I’ve noticed a couple of other fonts from fontello.com have a foursquare icon.
Is there a way I can add another webfont from fontello to Enfold and then add it to the social media bar?
Hi,
I have some issue about Enfold Theme and WPML. When I translate a page to another language (in my case is Thai to English) the translated page has some buggy things as shown in these images
http://www.uppic.org/image-557D_53B264D1.jpg
http://www.uppic.org/image-7E5E_53B264D1.jpg
http://www.uppic.org/image-A50B_53B264D1.jpg
Please help me resolve my problem.
Thanks.
I’m trying to display a portfolio grid, but there’s nothing for me to choose when it comes to selecting the category. All the other options have drop down menus, and i’ve used enfold on 2 other sites. this function works fine. Nothing there with the current site.
Hi,
I am using the enfold theme (which is fantastic) on the following website:
http://philipjackson.com.au/blog/
On the mobile screen the blog doesn’t resize properly, it cuts off on the right hand side.
Here some screenshots:
https://www.dropbox.com/s/19mf7hjvi60i8bp/pjackson_blog_mobile1.PNG
https://www.dropbox.com/s/664ki5o5qqubtzc/pjackson_blog_mobile2.PNG
Thanks so much. Appreciate your help.
Kindest Regards,
Corina
Hi, thank you in advance for your support and any help you can provide. I have moved my website from a test server to a production server and it works great, however… when I go to edit any of the pages the avia builder is in an continuously loading. When I click on Default Editor and then click on Advanced Layout Editor it loads and you can see the layout of the pages’ contents…but you cannot edit any of the content. When I click on the edit icon nothing happens. I am using the latest version of Enfold
I searched through previous help topics and have tried to resolve it myself – turned plugins off and on, renamed plugins directory, cleared cache, modified the wp-config.php file, and reinstalled wordpress. Thank you again for your help.
Hi!
The transparent logo and the normal logo must have the same dimension and location (in the image), take a look at the demo logo for a reference:
Regards,
Josue
Hey!
Enfold Google Fonts should work now, you had a typo in the Quick CSS (missing closing bracket).
Best regards,
Josue
Hey!
Try adding this code to the Quick CSS:
.av_promobox .avia-button, .av_promobox .avia-button-wrap {
width: 30% !important;
float: right !important;
top: 14px !important;
}
.av_promobox .avia-promocontent {
width: 70% !important;
float: left !important;
}
If you want that to only affect a single promobox element you can enable this and set a class to that promobox, then you’d change the selectors in the code:
.av_promobox.custom_promobox .avia-button, .av_promobox.custom_promobox .avia-button-wrap{
...
}
Cheers!
Josue
Hi!
Thank you for using the theme.
I checked the site Gravity Forms, it loads fine this time but it’s not using Enfold. Try to add this on Quick CSS to hide the header_meta container:
#header_meta .container {
min-height: 0;
height: 1px;
margin-top: -1px;
}
Best regards,
Ismael
Thanks for that Ismael. Now, if we can figure out why my menu text doesn’t appear at all (in the Mobile portrait (320×480), Mobile landscape (480×320) and Small tablet portrait (600×800), Tablet portrait (768×1024) modes)!!!
Also, the Enfold Secondary Menu in the Small tablet landscape (800×600) and Tablet portrait (768×1024) are too long and would ideally appear on different lines as they do on the smaller layouts.
But really, my main concern is still the impetus of this thread – not being able to see the text in the Mobile portrait (320×480), Mobile landscape (480×320) and Small tablet portrait (600×800), Tablet portrait (768×1024) modes.
Thank you :)
I continue to have the same issue. Whenever I input regular text, it will be ok for a while and then turns into whichever color is set as “highlight” or “color theme” the more I work around the page and keep updating it with more elements sometimes it will come and go. Even “testimonial” font that doesn’t even have an option of changing color, will change color.
Please help! simple issue can’t get my regular font in regular color and not bold.
Hi!
Thank you for using the theme!
I’m sorry but the link you provided leads us to a 404 page. The mobile menu is working fine when I checked it. Please go to Enfold > Header Layout > Mobile Menu panel. On the Header Mobile Menu activation setting, choose the second option to force the mobile menu to show earlier.
Regards,
Ismael
Hi!
Glad it’s working.
We don’t have a video on how to add the ga tracking code but you can follow the google tutorial here: https://support.google.com/analytics/answer/1008080?hl=en
Add the script on Enfold > Theme Options > Google Analytics Tracking Code field.
Regards,
Ismael
Hi Yigit
Many thanks for your quick response. I added the following:
@media only screen and (max-width: 1140px) {
and that seemed to be fine, however, when I added
.av-main-nav > li > a { padding: 0 7px; }}
That added the white square into a normal website (not just the mobile site).
I also made the changes to the Enfold theme as per your recommendation, which resolved the iPad problem, but has created another issue and that is top of text on pages being covered by the white menu box. Please see here
http://www.yourmarriagecelebrant.com.au/error/
The other issue still remains that it is just a white box and people may not realise that it is a menu. I have done a website for another client with the Enfold theme – http://www.metrocarpetcleaning.com.au and the menu appears as a white box, but with black lines in it, which prompts people to click on it.
Your help with these would be greatly appreciated.
Hi,
I am trying to create a transparent header similar to the Enfold demo (http://kriesi.at/themes/enfold/homepage/transparent-header/). I have changed the Transparency menu color under header layout > transparency options, but it does not change. The transparent logo works, but when you scroll down there is overlap on the transparent and regular logos. Will you please take a look and let me know if you see what I might be missing?
Thanks!
Hey!
I tested your site on the oldest Mac i have at hand (OS X 10.7.2 – Safari 6) and the fonts were rendered correctly. Unfortunately i don’t have any system with 10.5 and i doubt any of us do.
Please note that the theme is listed as compatible with Safari but as no version is specified it is understood to be the last one (7), just like Chrome or Firefox.
Regards,
Josue
p.s I just hid the ‘Enfold Theme by Kriesi’ text by adding
.copyright { display: none; }
to the Quick CSS box.
Is there a better way to do this by editing the php?
And I’m not sure how to make the footer menu sit in the centre of the footer and display in a larger size
Thanks
Maybe it’s late but how to create pricing tables like this page?
http://kriesi.at/themes/enfold/pages/pricing/
Where’s the shortcode for it or the item in the editor?
Hi!
Enable this:
http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Set that text block a class (ex: custom_text_block) and then add this to the Quick CSS:
.custom_text_block{
padding-top: 20px;
}
Cheers!
Josue
Hi Richard!
Enfold is fully compatible with WPML and has RTL support.
Best regards,
Josue
This reply has been marked as private.