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.
This reply has been marked as private.
Hi!
Please try adding following code to Quick CSS
@media only screen and (max-width: 480px) {
.html_header_top.html_header_sticky #header {
position: relative;
}
.html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 0px;
}}
You are currently using Fixed layout. You can turn on Responsive layout in Enfold theme options
Cheers!
Yigit
Hi guys
I wonder if you could help. I’m creating an enfold blog for a charity that helps people who have poor eyesight. The clients wants to know if there is a control I can add to the pages so the viewer can increase / decrease the text size???
Thanks for your help guys
gonzobrum
Hi svreatt!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body * { text-transform: none!important; }
Cheers!
Yigit
I am currently using Enfold with WPML installed. I see how to export strings for the LayerSlider WP as a .po file with the content I have added. I am curious if there is a way to do the same from the strings of the Avia Layout Builder that includes the content I have added to these pages. Thanks!
Hi motylanogha!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-slideshow-dots a { display: inline; background: transparent; }
Regards,
Yigit
Hey Skinny_Design!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
@media only screen and (max-width: 479px) {
.responsive #socket .sub_menu_socket {
display: block;
}}
2-
@media only screen and (max-width: 767px)
.responsive .logo a, .responsive .logo img { height: auto !important; }}
If that does not work, please post the link to your website
3-
@media only screen and (max-width: 480px) {
.phone-info span { border: none !important; }}
4- It would be better if we could see your website for this one, so if you do not mind, please post the link to it
Best regards,
Yigit
Hi Consulo!
Please firstly update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
and then use transparent header on desired page. For more information, please see – http://vimeo.com/channels/aviathemes/91837491
Best regards,
Yigit
Hey David!
According to our debug script you still have a limit of 64MB set:
Theme: Enfold
Version: 2.8.1
Installed: enfold
AviaFramework Version: 1.9.1
AviaBuilder Version: 0.7
– – – – – – – – – – –
ChildTheme: Travers Collins 2013
ChildTheme Version: 1.0
ChildTheme Installed: enfold
ML:64-PU:51-PLA:14
ML stands for memory limit.
Best regards,
Josue
Hey David!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.image-overlay { display: none !important; }
Cheers!
Yigit
Hi!
Not at all Travis, we are always glad to help! :)
You can go to Enfold forum and scroll down to start a new topic or simply you can use this link – https://kriesi.at/support/forum/enfold/#new-topic-0
Best regards,
Yigit
Hi nelshark!
0- Please try to increase the allocated memory to 128M: http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP
1- Please see – http://kriesi.at/documentation/enfold/add-your-own-favicon/ and set title in Settings > General
2- Bundled LayerSlider only works fullwidth on Enfold. You can use Easy Slider if you would like slider not to be fullwidth
3- You can go to Enfold theme options > Blog Layout > Blog Style and choose “Use the advance layout editor to build your own blog layout (simply edit the page you have chosen in Enfold->Theme Options as a blog page)”.
Cheers!
Yigit