Hi, how do I update the theme? I looked here http://kriesi.at/documentation/enfold/updating-your-theme-files/
but my screen does not show an “Update Theme” button like your screenshot does.
Hi!
When you switch to a child theme you are technically switching themes. All theme settings are saved to your currently active theme by its name.
So WordPress loads Enfold and pulls the options saved for the Enfold theme in the database. When you activate a child theme you are using Enfold-Child which is completely different data. So your menu, theme options etc will not be loaded by default.
We added a button on the main theme options to import in your parent options to make the transition easier as it will import in the theme options you set in the parent.
Quick Edit: WordPress specific options still need to be re-saved.
Regards,
Devin
-
This reply was modified 12 years, 3 months ago by
Devin.
Hey! Peter…
Thanks for helping with this. I think it could be of great use for all Enfold users.
Could this be the problem?
If you’re running our asynchronous script loader, add this line to set the data-pin-hover attribute:
p.setAttribute(‘data-pin-hover’, true);
Where would I add this code?
Here is where Pinterest provides the dev info:
http://developers.pinterest.com/on_hover_pin_it_buttons/
Thanks Lynn
Thanks Yigit :-)
I was actually able to restore the regular version with the parent Enfold theme.
In the Child theme the changes are the following:
– the menu on top of the page includes all pages, not just the ones that make part of the original menu, so there is a justaposition of hyperlinks that looks really bad.
– there doesn’t seem to be the correct colored buttons and hyperlinks as in the original styling section: they all remain green as per Enfold default, instead of being the custom color I selected to fit in the site.
– the divider bar in the blog is no longer 75% as before, but maybe I suppose I have to redo the change within the file with the code you gacve me, since it’s a different theme, right?
Those are the first tings i saw. I couldn’t keep the site that way so i didn’t have time to investigate further and restored the original parent theme.
It would be very useful to have the child theme running as the parent, but if I can’t get it, it’s kind of useless to me and I unfortunately have to redo all the custom changes manually everytime there is a new Enfold theme update (which is quite bothering).
Thanks for your quick feedback.
I really appreciate.
Antonio
Hi Raju!
1) Please create me an admin account and post the login credentials as private reply – I’ll look into it.
2) Maybe you didn’t translate the 404 error text? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
3) It would surprise me if the theme causes this issue. Please switch to the TwentyThirteen theme and check what happens when the validation fails.
Regards,
Peter
Hey derekrudd!
Are you adding new categories in Posts > Categories? We can take a look if you can create a temporary admin login and post it here privately. Please make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
You can find new Enfold documentation here http://kriesi.at/documentation/enfold/
Best regards,
Yigit
I’m having firefox and explorer users comment that the buttons on the home page slider as well as the icons for the Icon box are populating as rectangles with ESOB inside them.
I have this same version of enfold installed installed in two different locations on the same version of wordpress and I don’t have the problem at lifepointcolumbus.com but I do have the problem at lifepointohio.com. I can’t figure out what the problem is.
I have duplicated the exact same font settings on the enfold style setting but I’m not sure what to do now. Any ideas?
Come to find out – I had set the height of the background as part of the button class…hence the reason it wasn’t changing.
Here is the final result which works:
#header_main .container,.main_menu ul:first-child > li a {
height: 85px !important;
line-height: 42px !important;
}
#avia-menu {
position: relative;
top: 24px;
}
.menu_login {
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0px;
font-family: Arial;
color: #ffffff!important;
background: #3ba1f1;
text-decoration: none;
height: 40px;
}
.menu_login:hover {
background: #3cb0fd;
text-decoration: none;
}
.main_menu ul:first-child>li#menu-item-232>a { color: white!important; }
Thanks for the help!
Hey!
Please add following code to Quick CSS
.menu_login { height: 45px; margin-top: 10px; }
.menu_login a { line-height: 45px!important; }
Cheers!
Yigit
Hey Yigit – I did at the top of this thread. The only thing that needs to change is the height of JUST the blue background, but nothing else. I want it reduced by about 3px above and below the nav link.
Thanks!
Hi!
Please add following code to Quick CSS as well
.main_menu ul:first-child>li#menu-item-232>a { color: white!important; }
This should change the color of login text. Can you post a screenshot and show how you would like that button to look?
Best regards,
Yigit
-
This reply was modified 12 years, 3 months ago by
Yigit.
This reply has been marked as private.
This reply has been marked as private.
Also –
I need to keep the text for that menu link as white with no hover effect on text.
Hey Ismael,
Thanks for that.
I’m getting somewhere, but changing the height changes the height of the menu itself and I don’t want to do that. You can see now that I have positioned http://codelessme.com/paidfairly.
This is what I have in quick:
#header_main .container,.main_menu ul:first-child > li a {
height: 85px !important;
line-height: 65px !important;
}
#avia-menu {
position: relative;
top: 8px;
}
.fixed_header #main {
padding-top: 85px;
}
The heading is a fixed height.

Hi! I am incorporating an intranet plugin into the Enfold theme. It’s working out great so far but there is one little weird thing happening with the search buttons. Any idea on how to fix this?
Hey David!
Please use this on your custom.css or Quick CSS to adjust the height of the menu list:
.main_menu ul:first-child > li a {
height: 40px !important;
line-height: 40px !important;
}
Add this to move the main menu position:
#avia-menu {
position: relative;
top: 30px;
}
Cheers!
Ismael
Hey!
Are you using WPML? Please use this plugin: http://wordpress.org/plugins/codestyling-localization/
Install the plugin, go to Tools > Localization and select “Themes”. Then search for “Enfold” in the list and click on “Add new language”. Then select your language from the list and click the “create po-file” button. Click on “Rescan” to search for all text strings. Then click on “Edit” and translate the required strings from the “avia_framework” textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Regards,
Ismael
My site can be found at http://bit.ly/1fqPkFc.
I have used the snippet below on other themes and it works great. It adds a pop-up Pin It button to all images on hover, but I’m not sure where or how to add it to Enfold. I’d like to have it function on all pages.
I could not add the Insert-html-snippet plugin mentioned above because it is out of date with the current WP version, so I tried one called Code Snippets which did nothing. I can’t tell where it is adding the code. I need it to go after the opening tag <body>
<script type=”text/javascript” src=”//assets.pinterest.com/js/pinit.js”
data-pin-hover=”true”
></script>
Hello, I need to add http://vk.com (social media site) button to fixed header among other social icons.
There is no such an option for now in Enfold admin panel. I can find an icon I need on http://fontello.com/ (“vkontakte” keyword), but what’s next? It would be brilliant if I could combine some custom frontello icon with some custom social network link…
-
This topic was modified 12 years, 3 months ago by
Vermishelle.
Hi there,
I have installed the multi language plug in for Enfold and was wondering if I can use different url’s for one orderbutton. Our shopping part of the site has been tailor made in different languages. It uses /country/ to distinct which language to use. In the front end (Enfold) we will use the multi language plug. The URL for ordering in our shopping system needs to be different though: http://www.redlinegolf.nl/ENG/verpakkingen/v_12/b_2 for english and http://www.redlinegolf.nl/NL/verpakkingen/v_12/b_2 for Dutch. When an English customer clicks the order button a different URL needs to be used. Will that be possible? If so, how?
Thanks for your help.
Regards,
David Verburg
Hey!
I tested your website with w3cvalidator: http://validator.w3.org/check?uri=http%3A%2F%2Fxdnet.biz%2F%3Fs%3DTest&charset=%28detect+automatically%29&doctype=Inline&group=0 and I guess one html syntax error might cause the issue:
Line 283, Column 194: No p element in scope but a p end tag seen.
…iz/wp-content/uploads/LinkedInButton.png" alt="Join us on LinkedIn!" /></a></p>
You can also remove the scroll bar with css code – insert
body.search {
overflow-x: hidden;
}
into the quick css field.
Cheers!
Peter
Hello I would like to know if an idea could be implemented with the enfold theme?
I have two parts of my business where i provide inspections for Residential and Commercial properties.
I would like to have a rotating landing page such as this: goo.gl/O6XmbO
Where this full screen image rotator is linked to the main index or home page (for SEO purposes).
I would like to have a centre selection button similar to kriesi,at (view themes OR learn more) where the viewer could select residential or commercial. Most my work is residential and i would like to be optimized SEO wise for residential therefore if the person selected Residential i page would expand revealing the upper navigation and lower landing page INFO. If commercial was selected it could be directed to another page. Any Ideas would help….
Also If this can be completed i would appreciate a referral to a custom coder.
Thanks
Mark
http://www,barbadosapartment.com
P.S. other ideas welcomed. :)
Sorry. I found the Quick CSS, added the code and click on the save all changes button:
http://blackinventor.com/wp-content/uploads/2014/01/enfold1.jpg
but nothing changed. I still have the featured image photo where I don’t want it:
http://blackinventor.com/wp-content/uploads/2014/01/enfold2.jpg
and the date and comments are still appearing in the blog grid:
http://blackinventor.com/wp-content/uploads/2014/01/enfold3.jpg
Any help would be appreciated.
Regards,
Mark
-
This reply was modified 12 years, 3 months ago by
mlong43.
hi there, i just switched to ENFOLD since my plug-in WooCommerce German Market seems to work best with this theme.
After changing the theme i have trouble adjusting some details, especially on the woocommerce product page.
I have attached a screen shot for better understanding (i am referring to the circled sections)
1) How can i get rid of the image side bar on product image? also the link thats activated – i just want to have the product in its original size (400×400)
2) How can i change the font sizes in the product description (Product name too big, price to small,)
3) how can i change the font color on button only (a darker color like grey or black would go better with the yellow)
4) How can i change the padding at the border of ‘product categories’ and ‘similar products’ (middle of the page) ?
5) I havent found the styling option for ‘Ähnliche produkte’ (which means ‘similar products) – does this come from woocommerce? Its a different yellow that i did set up in the styling panel.. any idea where to change that?
6) its weird that the products on the bottom (catalogue thumbs i guess) are not sharp. its the same size, quality as the main product in the upper half of the page and yet its somehow blurry. Any idea why this is happening?
This is the image size set up in woocommerce:
catalogue: 80×80
single product: 400×400 (original size)
thumbs: 120×120
i searched the forum but did not find the exact answers – thats why i decided to put this together in one topic, since its happening on one single page.
hope you can help!
thanks so much in advance
Pedro

Hi! i have some problems with Layerslider: when I try to save changes by using the green button on the bottom, it turns to red whit the text “saving…” and then nothing appens. It just remains red for a long time and i can’t get my savings done.
My plugins: bbPress, Contact Form 7, Duplicate Post (and Akismet, but just downloaded, not activated). Are they incompatible with Layerslider? My wordpress version: 3.8
Tanx
Hi mediumstudio!
Yes, Kriesi deactivates the post navigation on pages with fullwidth sliders or elements to avoid that the slider buttons overlap the post navigation and vice versa. If you want to activate the navigation on all pages simply insert following code at the bottom of functions.php. You can also place it in your child theme functions.php
add_filter('avia_post_nav_settings','avia_remove_fullwidth_slider_check', 10, 1);
function avia_remove_fullwidth_slider_check($settings)
{
$settings['is_fullwidth'] = false;
return $settings;
}
Best regards,
Peter
Hi!
You just need to replace the http:// protocol with https//. Go to Enfold > Theme Options and check the logo url (it’s displayed next to the “Upload” button) and the background image urls (Enfold > Styling). Both urls will probably look like http://hazelwoodsoapcompany.com/wp-content/uploads/sites/14/2014/01/background-tile-238×300.jpg and http://hazelwoodsoapcompany.com/wp-content/uploads/sites/14/2013/11/logo.png
Replace the http:// prefix with https:// and save the theme options and all pages should be secure.
Cheers!
Peter