Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .widget_nav_menu .nested_nav { display: none; }
Regards,
Yigit
Hey Steve!
Please see this section in new Enfold documentation http://kriesi.at/documentation/enfold/add-your-own-favicon/
Devin explained how to add new font icons there. You can also take a look at this video tutorial http://vimeo.com/75743285
Cheers!
Yigit
Unfortunately I had to purchase another theme from a different development company. I had no issues whatsoever in updating the logo to my custom one with the other theme . . . it was intuitive, quick and easy.
I don’t understand how such a basic thing could be so difficult and involve so much time and correspondence with your support.
Any chance I can get my money back for Enfold?
Hi z2h!
Please try adding following code to Quick CSS in Enfold theme options under Styling tab
.page-id-2605 #top.avia-blank #wrap_all {
display: inherit; }
Regards,
Yigit
Actually, I apologized. It is working now! Thanks.
hi,
for some strange reasons, i need to go back to wp 3.6, and therefor do i need enfold 1.9?!
where can i get that?
thanx
Yigit,
Thanks for your response. Unfortunately, it still wont work.
This reply has been marked as private.
Hi, Is it possible to use the ‘myriad pro’ font in the Enfold theme? If yes, how please?
Hey hetveer!
Can you please give us a link to the actual website? Do you have the latest version of Enfold?
Regards,
Ismael
Hi!
Please locate the enfold.css file on wp-content/uploads/dynamic_avia folder. Set the file permission to 755 then try to change the settings again.
Cheers!
Ismael
Hi Guys, I just bought Enfold and it seems like an AMAZING theme, and seems to have a great support forum so thank you
I like the the advanced layout editor also but I want to add some nice large color Social media icons, like I see in most site I want to emulate for my photography business. Whats the best way to find and use add these icons to the Header?
Thanks
Steve
Thanks for the reply Ismael, but that did not appear to work.
Here’s the link:
Thank you.
And when you switch to one of the default WordPress themes (twenty twelve etc) do you get any errors with adding in plugins?
Ich habe mir gerade von WooThemes das Plugin woocommerce-product-enquiry-form besorgt, das sich in einem Tab bei den Produkten einklinkt und ein Kontaktformular für Fragen zum Produkt zur Verfügung stellt. Nun stellte sich aber leider heraus, dass das Plugin nicht übersetzbar ist – es hat keine po und mo files dabei und po-edit verweigert das Einlesen der Strings.
Dann fiel mir ein, dass ich ja den woocommerce-tab-manager verwende und wenn ich einen neuen globalen Tab für die Produkte anlege und darin ein Enfold Kontaktformular, dann könnte ich mir das andere Plugin sparen und brauch mich nicht mit der Übersetzung herumschlagen. Das klappt auch in beiden Fällen wunderbar, wobei das Formular von Enfold einfach schöner aussieht.
Nun bleibt aber ein Nachteil vom Enfold Formular: Es gibt in der E-Mail natürlich keine Angabe, zu welchem Produkt angefragt wird – das ist ja beim woocommerce-product-enquiry-form schon eingebaut.
Kann ich eigentlich im Enfold Kontaktformular irgendwie den Produktnamen automatisch auslesen und in die E-Mail mit einfügen – nicht händisch ein Formular zu jedem Produkt mit eigenen Werten hinzufügen?
If i try to install new plug in i get this message:
Fatal error: Cannot use object of type WP_Error as array in /home/nagar/public_html/meditateinleicester.org/wp-content/themes/enfold/framework/php/auto-updates/class-envato-protected-api.php on line 346
Hey!
If you are running the latest version it should be 2.4.5. If you just downloaded from themeforest and then re-installed and are able to use the WordPress admin I’m not sure I understand what the issue is.
Cheers!
Devin
Hi
I have double checked and the theme forest user name and API are correct and installing plugins was not working. I generated a new API in my theme forest account and used this and still no joy.
It says in the Enfold themes options under the theme updates that the theme is the latest version so I don’t understand why we would have to re-install the theme as we are running the latest version. Please can you help! is it possible to send you a login so that you can have a look to see what the issue is? Below is what it says in our theme updates box:
Theme Updates
No Updates available. You are running the latest version! Great!
I am trying to upload images in the Enfold theme, but keep receiving the error “The uploaded file could not be moved to wp-content/uploads/2014/01”
I recently moved my wordpress site from one host to the other. I think perhaps that has something to do with it? Do you know how I can fix this to upload to the correct location?
Thank you so much
Hey MUNFORD!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
1-
#toggle-id-1 .toggle_icon { display: none; }
2-
.js_active .toggler { font-size: 16px; font-weight: bold; }
3-
.toggle_content { padding-top: 30px; }
Custom CSS code added in Quick CSS section will be safe as long as theme names are matching while updating. You can still move the code to bottom of Style.css file of your child theme.
Cheers!
Yigit
This worked. Thank you so much! I believe my site is finally final! I know I’ve requested a lot of support through you guys and wanted to say you’ve been a tremendous help and thank you! If I’m creating another new site with enfold, but maybe this time wanted to work locally with MAMP so that my site isn’t live, how would I be able to get the support that I’ve had with you guys if your not able to see the site? I guess my question is what are my options? What do other typical designers do when building a site, share it with clients somehow, and get the live support that you guys provide? I’m debating if I should work within MAMP or work in WordPress while the site is live.
Thank you,
Tim
Hi Cdfb!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .widget_nav_menu li { list-style: none; }
Regards,
Yigit
I contacted my service provider – they said they were unable to delete server cache. I have just tried accessing my website via 3G on two separate devices, one that has never visited the site I am developing before and they both display the old footer colour settings which can only lead me to the conclusion that it is not a cache issue but something else that needs further investigation please.
Hi Mark!
Can you try updating the theme manually this time?
For a quick guide on updating your theme take a look at this video on updating the Enfold theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Best regards,
Yigit
Hi aparteDenmark!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
.html_boxed .single-post #main, .html_boxed .blog #main { padding-top: 50px; }
2-
.main_menu ul:first-child > li a { line-height: 120px; }
3-In WordPress dashboard please go to Appearance > Editor and find
do_action('ava_after_main_menu');
and add following code to right below it
echo "<div class='top-tel'>+123456789</div>";
and add following code to Quick CSS
.top-tel { float: right; margin-top: -25px; }
You can style this text using .top-tel class
4-You can try this plugin http://wordpress.org/plugins/custom-facebook-feed/
Cheers!
Yigit
Hi,
I am currently “moving” to the ENFOLD theme from the FLASHLIGHT theme. Once again, I would like to congratulate you for you wonderful themes and great support – we do learn a lot, just by reading you support forums ;-)
I am using the official Facebook widget on my footer but I would like it to be responsive. I am using a 3 column footer and, whenever I use my iPad on portrait mode, the Facebook widget overlaps the other colums. (www.estudiovilla.com)
Could you please teach me how to do this. Thank you very much.
Best Regards
Tiago
Hi, I’ve got an annoying bug that only appears on IE (9 is the only test version I have).
The third column of a page is pushed below the previous two ones, which creates a very convoluted appearance:
Here’s the homepage.
Also note that on IE, the social media icons disappear (top-left corner), as well as the chevron symbol in the black, “back-to-top-of-page” square.
Any help is much appreciated!
-
This topic was modified 12 years, 3 months ago by
hetveer.
Hi!
It should not take that long. Your service provider may have some kind of a server side caching. Please try contacting them to have more information.
Cheers!
Yigit
This reply has been marked as private.
Hi
I to have this problem, specifically with the footer styling. Whatever changes I make in the “Enfold Theme Options / Styling” page are not reflected on the front end despite flushing cache, CTRL+F5 hard refresh, going in to settings to delete history and cache, restarting my computer makes no difference. Last time it took days for changes to update??
Can you suggest any other fix?
Thanks