We figured it out, thanks.
Hey!
You can upload background image to header in Enfold theme options > Styling > Header
Best regards,
Yigit
Hi sjwmobile!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 480px) {
.responsive #header_main .container {
height: 140px !important;
}
#advanced_menu_toggle { top: 25%; }
.responsive .mobile_slide_out .logo { margin-top: 18%; }
#header_main .social_bookmarks { top: 25%; }
}
Please flush browser cache on your iphone and refresh your page a few times
Regards,
Yigit
Hey!
Please add following code to Quick CSS as well
#top #menu-item-search.menu-item-search-dropdown>a:hover {
background-color: transparent!important;
}
You can go to Enfold theme options > Header > Extra elements > Header Phone Number/Extra Info and add your text or link there manually
Regards,
Yigit
Hi!
Do you mean adding anchors? If so, please see – http://kriesi.at/documentation/enfold/add-anchors-to-your-page-for-single-page-navigation/
If you did not mean that, i do not think i understood you. Can you post a screenshot or elaborate please? :)
Cheers!
Yigit
Hi~
May I change the opacity of the header background no matter it is an image or just a color.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul:first-child > li > a { color: #408c20; }
and adjust as needed
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main .container, .main_menu ul:first-child > li a {
line-height: 300px;
}
Best regards,
Yigit
Hi~
Why only the text “home” is green and the rest of them is orange.
Hi!
It seems like it was a caching issue as it is working fine on my end – http://i.imgur.com/7v55wsD.png
Can you also check once again and confirm that it is working fine on your end as well?
Best regards,
Yigit
Enfold has turned into my go-to theme for all projects. It’s really flexible. Here are a couple that we recently completed:
http://stateofredband.com
http://nationalgolfschool.com This site is about to have some significant WooCommerce customization, but overall it works really well.
Thanks for the great platform Kriesi!
Hi.
I created an accordian/toggle on a Enfold page and saved it as a template so that I could just import it on my product pages instead of re-creating it over and over. I do plan on removing some of the toggles depending on which product page it is on, but by using the template, I don’t have to recreate it entirely with every product.
The only problem I realized is the Avia template import isn’t available on the product pages. So I’m not able to import the accordian I created into the product short description section. I know I can use the shortcode on the product pages and create a new accordian, but I can’t import all the info from my template accordian.
I also thought about just copying the accoridan code over to the product page, but when I switch to the Default editor, it doesn’t show anything–the accordian I created disappears, even though when I switch back to the Avia layout it is still there.
What do you recommend? I would prefer to not have to mess with the raw code, as it can get complicated, but if that’s my only option I will. It would be best if I could somehow import my template accordian directly into my product page.
Here is the accordian I want to copy to the product pages: http://outtagear.com/sample/
Thanks!
Hi Alzybob!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.avia-menu-fx { display: none; }
Cheers!
Yigit
Hey!
You can insert your image inside a Color section and give color section a unique id and then add following code to Quick CSS in Enfold theme options under Styling tab
#your_custom_id .container { width: 100%; }
Regards,
Yigit
no, no plugins are activated. Even when the recommended plugins are activated the error log is showing:
Undefined variable: class in /Applications/MAMP/htdocs/xio/wp-content/themes/enfold/footer.php on line 43
Hey!
Please go to Appearance > Editor and open Functions.php file and find
avia_nav_menus(); //call the function immediatly to activate
}
and add following code right below it
function enfold_remove_media_controls() {
remove_action( 'media_buttons', 'media_buttons' );
}
add_action('admin_head','enfold_remove_media_controls');
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.image-overlay { display: none; }
Regards,
Yigit
Hi mattmorse!
First update to Enfold 2.6.2. Then, in your child theme make sure that if you have replaced the header.php that you re-replace that file with the new version from 2.6 and make any changes you previously had. The menu location and header setup moved in the parent file.
Cheers!
Devin
Hey vegaspro!
I’m still not quite clear on what the issue is from the video but image dimensions are handled in multiple ways depending on what you are trying to do. If its for the single product page the image is always going to be constrained by the width of the container the image is in but the source is from your settings in the WooCommerce settings.
If you want an image to be wider than the current container on the single product page you need to change the layout of your single product pages. For example: http://kriesi.at/documentation/enfold/change-woocommerce-single-product-page-layout/
This allows you to change the grid sizes within a function for your child theme.
Regards,
Devin
Hi Swedfit!
It sounds like your hosting package isn’t quite robust enough to handle the extra strain from bbPress and more so BuddyPress. Talk to your hosting provider about what upgrade packages are available within your budget and what help it will have with BuddyPress specifically.
It could even be as simple as increasing your memory limit via one of these methods : http://www.dailyblogging.org/wordpress/increase-wordpress-memory-limit/
Cheers!
Devin
Hi jddvette96!
Have you made any changes on theme files?
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.logo, .logo a {
max-height: 90px!important;
}
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
div .slideshow_caption h2 { font-size: 24px!important; }
.avia-caption-content { font-size: 16px !important; }
div .slideshow_caption h2, .avia-caption-content { font-family: 'Open Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Best regards,
Yigit
Dear support team!
I have i would like tas ask for help about few things:
1. I would like to change to default tooltip color to any other color and also change the width of it. How is it possible?
2. When you click on a picture it is showed with lightbox. How can i change the lightbox background color(black) to any other color?
3. On contact page how can you set the default notification text (please, prove that you are
human…etc…) to other language. How and where can you edit it? There is a “?” character in the textbox. how can i remove it or change it to other text etc.?
4. After you send an e-mail via Enfold you get a message with the subject “Thank you for your Message!” Where can you edit this text?
5. I see many gallery solutions in Enfold. There is one with 1 big picture and there are small ones in a line below it. Does it possible to make that line with small pictures to be scrollable if it contains more picture then the line would allow? With Arrows for example to navigate it to left or right.
Thank you very much for you help!
Hi!
I installed buddypress and bbpress on http://www.swedfit.se and the load time increases with 2-3 secs. Im i doing something wrong, why is this happening?
Is it better to go MU and installed BP and bbpress on a multisite instead?
I need these on the website but its too slow.
Im using dream press (dream host).
hello,
i’m using enfold for one of my client and i have problem when i set link in image via custom HTML because the image take the javascript of portfolio and create a overlay with the icon.
here is the problem:
http://www.fplarreda.com/test-homepage/
as you can see when you go mouseover on 1 of the 4 boxes under the slideshow the element take the portfolio javascript and does not the rollover image that i set up.
here is the page without the link and the rollover image work well:
http://www.fplarreda.com/
i just want to add a link to each of the four boxes without the javascript overlay.. how can i do it?
Please help me
Have a nice day!
Love from Italy :)
Mattia
This has been so confusing that I have made a quick video (with audio) to better explain our issues we are facing with the Enfold theme and WooCommerce settings:
Video: http://www.screenr.com/4cdN
In the video I talk about 400×900 on the product image (landing page) but visually you see I tried a dimension that I pulled from Inspect Element and tried a smaller size (448×572) based on that. But it still clips off.
We already adjusted the settings in WooCommerce thumbnails settings, regenerated images, etc.
Please please escalate this and address urgently. Here is the home page: http://bit.ly/1bLZSXj
Regards,
Daniel
Dear Kriesi,
I’m using the enfold theme, by the way the best theme ever!
I have installed version 2.6.1 and using the child theme.
I edited my site for tablet with the extra css “@media only screen and (max-width: 1140px) …”
This is working fine!
Now i want to optimize also the mobile view. But the css @media only screen and (max-width: 480px) is not working.
Do I miss something? Is it because of the Child theme?
Please give me a hint.
Thanks in advance!
Best,
Christian