Could you make functions.php writable (777)? so i can edit it directly from here:

This reply has been marked as private.
I liked the structure of the magazine page, who gives me the schortcode.
http://kriesi.at/themes/enfold/homepage/home-v10-magazine/
Hi!
Not really, the Products (+ images and options) should be preserved. I just made a quick test on my local install and it went fine (replete > enfold).
Best regards,
Josue
Hey!
Please update the theme to its latest version (2.8.1).
Best regards,
Josue
in the middle of my screen I’ll see pieces of my top navigation as I scroll. it only appears on Google Chrome, and only on my Enfold website (it doesn’t occur on regular internet surfing). here’s an example http://imgur.com/bQSQ699
other people using chrome have told me they experience the same. would you happen to know if there’s a solution for this?
This reply has been marked as private.
Hi – please see the attached images for some issues i’m having with the display of the logo in mobile, along with issues on the top/secondary menu.

on iphone, the logotype (which is 340px wide) is being overprinted by the menu icon. shouldn’t the logo resize to allow both the logo and menu to appear without overprinting?

on ipad in landscape orientation, parts of the background image are just barely showing – shouldn’t this be suppressed for all mobile display? also – the menu is being overprinted by the navigation – i have navigation set to the smaller dimension to force the mobile menu on all mobile devices, but apparently this is not working.
finally, on ipad in portrait orientation, the mobile menu appears as designed, but the secondary menu is a mess and does not display properly – battling for space with the message / phone number:

any help you can provide would be greatly appreciated. thank you.
Hi Yigit,
I have tried not to bug you too much :) I have not used wordpress before (or any themes like ENFOLD). I have learned a lot and your videos and support have been great.
I am stuck on two problems relating to the menu bar. The first is that the menu items are not properly displayed on a 15″ MacBook with both Firefox and Chrome. Rather than shrinking the text it wraps it down into the whitespace below. It seems to work fine on PC’s though.
Second is I cannot figure out where it is getting the GREEN colour font for the text in the menu on some pages (not all). I have looked all over and can’t find where this is set.
I gave you a username and password yesterday so that you could look at this. Can you take a look please. It is probably something really easy, it is just frustrating and I have spent half a day trying different things to figure this out.
-
This reply was modified 11 years, 7 months ago by
PayBySky.
Hello,
I have worked with Enfold for a number of sites and wonder if there is a way to include the main menu in the left column? I would like to transition a static site we designed to WordPress and keep a similar design format.
I appreciate your thoughts on this.
Thanks!
ps. I have older wordpress 3.8.x and older Enfold (2-3 months ago) on the same server, and they work fine.
I just installed WordPress 3.9.1 and Enfold – it’s installed on Windows Server and IIS 7.5
When trying to save Enfold theme options it comes with “Sorry, saving didn’t work, please reload the page!”
Any help is very much appreciated.
Thanks.
This reply has been marked as private.
The backend of Enfold doesn’t display the path to the file, so instead I guess I will have to choose no background image, and then add the background image in the CSS using relative path.
OK, now I activated 2012 theme and all issues are gone. Switching back to Enfold brings the problem back. So quite sure a theme related issue.
The SSL thing seemed to be coincidence.
Can you please have a closer look?
Thanks,
Armin
Hey smorrone!
You can change the default icons used for things with this: http://kriesi.at/documentation/enfold/change-icon-used-for-standard-theme-elements/
And add in your own icons with http://kriesi.at/documentation/enfold/adding-your-own-icon-fonts/ .
If you wanted to use image based icons then I would suggest using a third party plugin instead since the theme only uses font based icons.
For the separator, you can do something like this:
.home .avia-builder-el-11:before,
.home .avia-builder-el-15:before{
content: '';
height: 220px;
border-left: 2px solid #B83B3B;
display: block;
position: absolute;
left: -30px;
visibility: visible;
}
It doesn’t have full browser support since its using :before but it will work in most modern browsers. Just make sure that you put it inside a desktop only media query (see example in the css>custom.css file of the theme files) so that it doesn’t show up on mobile/tablets unless you want it to of course.
The css is targeting those specific elements on that home page so if you move things around it would need to be changed.
Best regards,
Devin
Hello,
I was trying to upgrade my Google Analytics but it needs to update the javascript on the site: https://support.google.com/analytics/answer/2444872?hl=en&utm_id=ad
Is it planned to update the embedded analytics script of Enfold?
Hi, I have installed an ssl cert and I am using Enfold with WooCommerce. When I go to checkout I get a yellow not a green padlock in Chrome. After investigating it appears my 2 background images (I am using boxed layout) aren’t been served over https. How can I fix this please?
Hi cspoda!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
1-
@media only screen and (max-width: 480px) {
.responsive .mobile_slide_out .logo {
height: 100px;
}}
2-
@media only screen and (max-width: 480px) {
.page-id-2381 .avia-button-wrap {
padding: 0 !important;
}}
Regards,
Yigit
Hi arconics!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 480px) {
#header_meta {
height: 100px; }
.responsive #header_meta .sub_menu>ul>li {
padding: 0 7px; }}
Cheers!
Yigit
Hey vastaffer!
Please turn on Custom CSS field – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
and give your iconboxes custom class, for example “remove-icon” and then add following code to Quick CSS in Enfold theme options under General Styling tab
.remove-icon .iconbox_icon { display: none!important; }
Regards,
Yigit
Hi,
I’d like to setup a homepage that looks like:
http://kriesi.at/themes/enfold/homepage/transparent-header/
However, I cant find an example of the page in the dummy content import.
Could you please help?
Thanks,
Christian
Hey!
Please update Enfold to the latest version 2.8.1 via FTP – http://vimeo.com/67209750
With the latest version, you are now able to add Masonry element inside columns.
It seems like you have Tabs element added on your page. Please remove it from bottom of your page
Regards,
Yigit
Hey Richard!
Honestly, i have never heard of such issue before Richard. Do you mind creating a temporary admin login and posting it here privately so we can take a look?
Please make sure that you are using the latest version of Enfold and WordPress and deactivate all active plugins
Regards,
Yigit
Hi Yigit,
I tried to add this code tot the functions.php file in the root of the theme, at the bottom of the file.
//set builder mode to debug
add_action(‘avia_builder_mode’, “builder_set_debug”);
function builder_set_debug()
{
return “debug”;
}
Nothing seem to happen. I use the most recent Enfold theme version and WP 3.9.1
Hi kpundyk!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.main_color .pagination .current { color: white; }
#top .pagination a { color: yellow; }
Cheers!
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
1-
@media only screen and (max-width: 1140px) {
.main_menu { display: none !important; }
#advanced_menu_toggle, #advanced_menu_hide, #mobile-advanced { display: block !important; }}
2-
#mobile-advanced { background-color: rgba(255,255,255,0.7); }
#mobile-advanced li { text-align: center; }
3- It is possible but requires adjustment on the current code. Please hire a freelance developer for that customization
4-
.main_menu { background: rgba(255,255,255,0.6); }
Best regards,
Yigit
I put this
.my-custom-class .iconlist_icon:hover { background-color: red; }
in both the Quick CSS in Enfold theme options under General Styling tab and in the Custom Css Class in the IconList.
Still no change.
What am I doing wrong?
Hi garyguthrie!
You can save templates you have created using Avia Layout Builder and load them on other pages http://i.imgur.com/pkv1y7C.jpg
You can also import dummy content in Enfold theme options > Import/Export > “Import Dummy Content: Posts, Pages, Categories”
Best regards,
Yigit