Hey!
Thank you for the update.
We tried to changed the header background of the german and it seems to work. Still not sure where the blue tint is coming from. We added this on the Enfold(DE) > General Styling > Quick CSS field:
div#header_main {
background-color: #f8f8f8 !important;
}
Best regards,
Ismael
Hi!
Thank you for the update.
You can try to create a dummy site with the Enfold theme then go to Enfold > Import/Export panel. Click the “Import dummy data”. The layer slider items are included. After importing the dummy data, go to the Layer Slider panel then Export the sliders. Go back to your current installation then Import the sliders.
Best regards,
Ismael
Hi deerstonedevelopment!
Thank for visiting the support forum!
What theme are you currently using? If you updated to WP 3.9, you need to download the latest version of the theme then update it via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/
Cheers!
Ismael
Hi,
I have been searching and searching for help on this forum to learn how to install a theme and then access the design panel. With over 2000 subjects, I can’t seem to find any help.
I have installed wp theme enfold (with tutorial install with ftp) in a folder named enfold right beside my html in construction page so that i can work in parallel. After installing the files, I wrote my websiteaddress.net/unfold and I get this message :
Fatal error: Call to undefined function get_header() in E:\HostingSpaces\Festivaldesarts\festivaldesarts.net\wwwroot\enfold\index.php on line 9
What should I do now? How can I make it work.
Please explain in detail because I am new to WP.
Thanks in advance.
I just installed enfold along with the sample content. On the Demo page the “home v11: transparent menu” is what I’m going for. And I’m not even sure how to ask this but simply put is how do I get that?
Is there a way I’m missing to switch between the different home page versions?
Thanks in advance!
J
This reply has been marked as private.
Hi!
It is loading at least in the browser:
http://qwikthinkers.com/wp-content/themes/enfold/css/custom.css?ver=1
http://qwikthinkers.com/wp-content/uploads/dynamic_avia/enfold.css?ver=1
Can you create an administrator account and post it here as a private reply?
Best regards,
Josue
Yes but where can i see the css for the all the Enfold buttons styles?
Hi!
You can easily edit the layer appearance right there:
http://screencast.com/t/07cpExGZx7
Also, here are all the buttons styles Enfold has:
http://kriesi.at/themes/enfold/shortcodes/buttons/
Cheers!
Josue
Hi Tal!
I tried the font you shared on my local install and it uploaded and was usable with no issues:

Do you have the latest version of Enfold & WP? have you tried disabling all third-party plugins?
Best regards,
Josue
I run two websites with Enfold. One is working fine, but the other at http://www.asudoit.com is not displaying the cart icon up top when an item is added to cart. I disabled all (but Woocommerce) plugins and it still was not displaying, even in an incognito window in Chrome.
Any ideas?
Hi!
No, it’s not integrated as part of the theme. Enfold does have a built-in MegaMenu functionality:
Regards,
Josue
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#socket {
position: fixed;
bottom: 0;
width: 100%;
}
Cheers!
Yigit
Hi!
Have you checked this article on how to integrate Ubermenu and Enfold?
http://sevenspark.com/docs/ubermenu-enfold
Regards,
Josue
is the ubermenu integrated into enfold? this one here? http://sevenspark.com/docs/ubermenu? if so, how do we access the controls that the sevenspark site reffrences, for adding images and other items to the mega menu?
I am tryign to add small icons like a house for the home link in the menu
Hi!
No, it’s not that easy, the shortcodes.js file is located in the in the enfold/js folder. You can do this change via FTP + text editor or with this plugin that let you edit any file of the theme from the Dashboard.
The exact location where you need to add the code is after line 2438 (Enfold 2.7.1):
window.location="http://Payment Page URL Here";
Cheers!
Josue
Hi rlaucello1!
Please see – http://kriesi.at/documentation/enfold/install-enfold-over-ftp/
You can find Enfold documentation here – http://kriesi.at/documentation/enfold/
and video tutorials here – http://vimeo.com/channels/aviathemes
If you have any other questions or issues, feel free to post them here on the forum :)
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
body .alignright { width: 200px; }
Cheers!
Yigit
I have tried to import the demo sliders. When I click import, the Enfold slideshows don’t show up. Let me make sure that I am doing it right. Where do I find the demo sliders to import?
What I did was I went to the enfold folder, found the sample slider text document and copied all the gibberish that was there. I pasted it into the import sliders input, but like I said, nothing happened.
Hello, I can’t seem to figure out how to make the header area full transparent.
If you take a look at http://techwizdesign.com/cap/home you will see the top menu area doesn’t seem to be transparent. If you scroll down a bit, you will see it turns transparent for a second, then turns back to that white color.
On this homepage, I do indeed have the Layout setting for “Activate Header Transparency” set to transparent header, but something else is overwriting it. Clicked through and checked options in General Styling and Header layout from the Enfold settings page but can’t seem to figure it out. Any help would be appreciated.
I would Like the correct format of the function to replace the back link on the bottom of the enfold them.
I know I need to apply a code to my child theme functions file, I just need the correct format.
I want the link to say “website design by Deestone Development”
Please assist me.
I’ve upgraded WordPress, Woocommerce and Enfold. Since then, when someone makes a purchase in the store, the order confirmation page is a mess. The “new order confirmation” and billing details that an admin normally sees on the backend is appearing for a customer, along with the standard order confirmation that a customer should see. And the styling is a mess. Please help! Thank you.
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
#top #wrap_all .av-social-link-twitter:hover a {
color: red;
background-color: orange;
}
#top #wrap_all .av-social-link-twitter a {
color: orange;
background-color: red;
}
#top #wrap_all .av-social-link-mail:hover a {
color: yellow;
background-color: blue;
}
#top #wrap_all .av-social-link-mail a {
color: blue;
background-color: yellow;
}
#top #wrap_all .av-social-link-facebook:hover a {
color: green;
background-color: purple;
}
#top #wrap_all .av-social-link-facebook a {
color: purple;
background-color: green;
}
I still cannot reproduce the header background issue. I have asked @ismael and @josue to take a look. Let us wait for them to check your website
Best regards,
Yigit
Hi!
Please try updating the theme to the latest version 2.7.1 and check if that helps – kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Yigit
The mention of iOS changes is helpful; we may be getting closer.
I tried Chrome as well. In Chrome, with the above code under Enfold 2.7.1, the “sticky footer” DOES stay in place on ANY size window, regardless of whether a right-scrollbar is in place. The code used to behave correctly this way under OS X/Safari and 2.5.2, but now under OSX/Safari and 2.7.1, the “sticky footer” only shows IF there is a right-scrollbar on the page. With no right-scrollbar under OSX/Safari and 2.7.1, no “sticky footer” appears, although it is still “there” (you can still click the links), but is “invisible.”
I think I will go live, and then I will send you links, but in the meantime can you please do me a huge favor:
If you try the exact same code on a page where there is NO right-scrollbar (i.e. either low page content, and/or large window), do you get the same sticky footer, or does it “disappear”:
— Under OS X/Safari?
— Under iOS (tablet or phone)?
And if the “sticky footer” does “disappear” on “no-scrollbar” pages only under OSX/Safari and iOS (but not under other browsers), is there any way to fix this so the code behaves the same way under all browsers?
I’ve just bought the enfold theme but the shop templates – (default shop and masonry shop pages) are not there.
can you advise
Thanks
Hey!
Check via FTP if that file exists, if it doesn’t upload (only the file) it from a copy of Enfold.
Cheers!
Josue
This reply has been marked as private.