Hey!
The code is valid – I just tested it on my test server and it worked. Please delete the entire content/code within functions.php and then insert this code: http://pastebin.com/raw.php?i=G6GTHZ7p – it’s the same code I used on my test server and it should work on your server too.
Regards,
Peter
Hi Devin!
Thank you very much, it worsk!!! :)
I’m glad, that I can work with the Enfold Team! :)
Regards:
Robi
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
Hi!
Try to open up /wp-content/themes/enfold/framework/php/class-style-generator.php and replace
if($addaction) add_action('wp_head',array(&$this, 'create_styles'),1000);
with
if($addaction) add_action('wp_head',array(&$this, 'create_styles'),1);
Best regards,
Peter
This reply has been marked as private.
Hi, I am trying to figure out how to use an alternative icon for the thumbnail mouse over:

Where is this icon located, and if this can be changed to a custom one? many thanks!
Hey!
Please switch to default twenty thirteen theme or any other themes then switch back to Enfold.
Regards,
Ismael
This reply has been marked as private.
Hello I am having an issue with the layer slider and i tried everything nothing works.
I migrated from a domain to another, the banner works on the old hosting but it stopped working on the new hosting
I tried the export / import it did not work.
Can you help please? thank you
-
This topic was modified 12 years, 2 months ago by
webcolors.
Hey Paul!
This is a server side error. Please contact your host. Could be intermittent, like if the server database goes down. May be worth trying at another time. Please post a link to the website with the latest Enfold version.
Best regards,
Ismael
Hi revion!
Please wait for another 12 hours as Envato update plugin checks ThemeForest servers every 12 hours or you can update the theme manually http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
Hey rcgroup!
Yes, for more information, please see http://kriesi.at/documentation/enfold/using-a-child-theme/
Cheers!
Yigit
+1 for Right Sidebar on woocom single product pages.(just like on the shop page)
The current single product widget area is on left below product image.
So on mobile particularly all menu or other items in that widget area will push all the main product description and info
menu item
menu item
menu item
menu item
menu item …..
misc. sidebar widgets…..
down the screen= sub-par user experience.
Thanks Team Enfold rocks!
edit – I see this was also requested by Zerozendesign last week:
The addition of a right sidebar option on a woocommerce page. For visitor usability, this seems like it would be a no brainer. The ability to add the shopping cart widget into the right sidebar so visitors could view their cart as they are shopping would be an ideal scenario.
Hi I have a question about the proper use of the child theme with Enfold
If I make modifications to the header.php – and move that file over to the child folder what will happen when the parent theme is updated.
Will the child theme override the parent then and will it be an older version ?
-
This topic was modified 12 years, 2 months ago by
rcgroup.
I see version 2.4.5 is out but it says no theme update available from theme updates within WP
I see that Layer Slider has recently had a fairly major update to version 5 and supports a lot of new features. Will this be included in a future Enfold update?
Hey!
Go to Enfold > Theme Options > click the “Import Parent Theme Settings” button.
Best regards,
Ismael
Hey!
The single product template does not support a right sidebar at the moment. Some major code rewrites would be required. Please post a request here: https://kriesi.at/support/topic/enfold-feature-requests/
Best regards,
Ismael
I’m placing rotating quotes on pages using the testimonial slider. When I placed the person’s title in the subtitle it place the following after the subtitle. — http://
It also shows as a hyperlink.
Why is Enfold doing that? How can I remove this?
-
This topic was modified 12 years, 2 months ago by
MtnStreamGroup. Reason: I found how to edit the background color of the testimonial
Hi Yigit,
Thanks for your reply. I added that code to the Quick CSS in Enfold theme options under Styling tab and nothing changed. It didn’t make the background transparent. It still looks the same. http://desertmiragemarketing.com/foxscabaret/
What else can I try?
Hi COLORIT!
You would need to create a new custom post type for the second one and then add it in to the theme in the same way the portfolio custom post type is.
Really though because the two subjects are so related they could still fall under the portfolio umbrella.
As long as the items don’t have common categories then the two types of portfolio items would not really connect. If you really wanted to keep them separate though then the new custom post type would be needed. That is however beyond the scope of what we can assist with via support so a freelance developer would be your best route.
Best regards,
Devin
Thanks Devin,
The site works when using compatibility mode and i’ve managed to get 10 working via a few little changes.
But still having issues with 8 + 9, this is on XP & Windows 7. Works in IE10 and above now.
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#main, .footer_color, .alternate_color, .socket_color, #header_main, { background-color: transparent; }
Regards,
Yigit
This reply has been marked as private.
Hi!
I’m not getting any major issues in IE8 at least on Windows 7. Though I don’t have an XP machine to test on at the moment but i’ll tag the topic for myself to check when I’m at my other office that has a few xp machines running so I can test live.
You may want to let the client know that come April XP is no longer supported by Microsoft: http://www.microsoft.com/en-us/windows/enterprise/endofsupport.aspx
And with XP at 11% http://www.w3schools.com/browsers/browsers_os.asp and IE8 at 3% http://www.w3schools.com/browsers/browsers_explorer.asp he is in the minority of minorities.
On that front, make sure that the client is at least using the most recent version of XP and its service pack as well as the most recent version of IE8.
Best regards,
Devin
Hey AndrewDelaware!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .iconbox_top {
margin-top: 45px; }
Regards,
Yigit
Quite strange what’s happening here? Got the message for updating to 2.4.5 but my Enfold version is 2.5? Who’s wrong?
Hello,
I am using the Enfold theme with the boxed style. I have a custom fixed background in the back and I would like the boxed part of the website to be transparent so you can see through to the background. An example of what I am trying to accomplish can be found here: http://scandalesque.com/. This is my website: http://desertmiragemarketing.com/foxscabaret/. Please help me. Been trying to figure this out for hours! :-)
Thanks!