Hey zerozendesign!
1.) You can add this on your custom.css or Quick CSS to define the active menu color:
#top .header_color .current-menu-item a {
color: red !important;
}
2.) What is the code you added to adjust the header height?
Cheers!
Ismael
Hey!
You will not lose your configurations and content when you update the theme. Just follow the instructions on how to override the theme files via FTP. You should create a backup of the files you modified like custom.css etc. A lot of Enfold users are using the SEO Yeost plugin without problem or issues.
Regards,
Ismael
Hi mmi!
A lot of Enfold users are using Yeost. Can you give us a link to your website? Do you have the latest version of Enfold, which is 2.2?
Regards,
Ismael
Hey!
Go to Enfold > Header > Header Type. Select the headers with social icons.
Cheers!
Ismael
Hey!
What you’re asking is a bit complicated and I doubt if this can be done via CSS. Please hire someone to modify the overlay effect.
Best regards,
Ismael
Hey kriru!
Did you place the main theme files on wp-content/themes folder?
You should have this code for the following files:
1.) styles.css
/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold WordPress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://kriesi.at
Template: enfold
*/
/*Add your own styles here:*/
2.) functions.php
<?php
/*
* Add your own functions here. You can also copy some of the theme functions into this file.
* WordPress will use those functions instead of the original functions then.
*/
3.) A screenshot.
Best regards,
Ismael
Hello
I think maybe is the installation of dummy data doesnt work at all, I just check and there is no posts.
I installed the theme first.
Then I saw the chlid theme video, so I unistalled the theme, and installed the child theme, and de data again.
I noticed that some IDs change the secuence, so I had to reload the pages that reference those items (the slider to be concrete)
Then a friend told me not to use child themes, so I activate again the Enfold, delete the child, and import the content again.
So, I think this could be the problem.
Is the a way to install a new, fresh installation, “sequences starting in ‘1’”?
Please help
Thanks
José
OY! I must have not unchecked the private box. Apologies! For now I am not going to worry about this. I have to get the site finished soon and have other priorities. Will get back in touch if necessary. Thanks for all the great support!
hy
with this plugin activated and enfold theme all my pages dashboard are broken, cant edit pages, don’t show all pages…
without everthing is ok
anyoane meet this type of errors with yoast?
maybe a solution?
thank you
Hey cree8teevgrl!
You’re using a very old version of Enfold. Please download version 2.2 on your themeforest account then update the theme. You can watch this video on how to update the theme via FTP: https://vimeo.com/channels/aviathemes/64927356
Cheers!
Ismael
Hey MulderMind!
1.) You can set the content background on Enfold > Styling. What do you mean by ” x%”? Can you give us a screenshot of what you’re trying to do?
2.) You can add this on your custom.css to change the color of the image circle overlay:
.main_color .image-overlay .image-overlay-inside::before {
background: red;
}
3.) What type of header do you have right now? You can use this:
#header_meta {
box-shadow: none;
}
#header_main {
border-top: none;
}
Regards,
Ismael
Hi!
You can generally use this plugin to force all things to run through your ssl cert: http://wordpress.org/plugins/force-ssl-everywhere/
Cheers!
Devin
Hi!
You can use Widget Logic. Please refer to this link:
http://wpml.org/2011/03/howto-display-different-widgets-per-language/
Regards,
Ismael
Here was the response I received from my hosting support person :
its not a hosting issue its to do with how safari is ignoring the !important in the css rules probably
this rule affects the of the menu text
color: rgb(187, 187, 187) !important;
its in .main_menu ul:first-child >
thats in enfold.css
OR – safari is making the borders of the font slightly fuzzier (you could make that look better by increasing the font size).
The second option is more likely as the mouseover effect makes the words brighter.
But theres nothing server side that affects how different css browser rules are rendered in different browsers.
It’s not an !important rule issue because i cleared all the custom css and the issue still persisted. This is one crazy situation. It really sucks because this is the best theme ever and I might have to start over with a new theme.
So it sounds like I’m stuck. I guess the last thing to try would be to test another font maybe. I’m out of ideas. I will update (in case soeone else has this issue.)
This theme is getting increasingly frustrating. I never got a response to the last question I posted about the site completely breaking when I edited the functions.php file so I decided to start completely over and had to reinstall WordPress & Enfold. SUPER FUN!
But now I’m just making page layouts and keep getting “no data received” back when I try to save it. The pages are super simple! Why is it so hard to get it to work?
http://calirivierahomerental.com/
Fixed. Seems all of my images needed to reference https and not http. A lot of errors were ocurring as they were not secure links (yes, the SSL I have kicked up flags due to them not being HTTPS). Thanks anyway.
-JP
Hello!
Glad we could help Pat :) Let us know if you have any other questions
Regards,
Yigit
Hello Alex!
Please add following code to Quick CSS in Enfold theme options
#header_main, #header { box-shadow: 0 3px 5px #626262; }
Regards,
Yigit
Hi!
Please try adding to Quick CSS like this
.main_color .avia-icon-list .iconlist_icon { background-color: #1180e1!important; }
If that does not work, you can add it inside of Custom.css file which is inside Enfold\Css folder
Best regards,
Yigit
Ok guys, I know this is a bit outside the scope of support, so I plan on doing a majority of foot work myself. I just want to make sure I don’t break anything.
The developer of the “Progressive Player” plugin has been very helpful, and after troubleshooting, he’s discovered a conflict between the player and one of the Enfold theme stylesheets :
(Plugin developer) – Try removing this stylesheet in particular:
http://downtonestudio.patrickneve.com/wp-content/themes/enfold_updated-9_2013/enfold/js/mediaelement/skin-1/mediaelementplayer.css?ver=1
Would you guys have any suggestions on how to do this without causing global destruction? The plugin developer says that he doesn’t see there being any issues. Although I’ll backup first, I would like to avoid destruction. :-)
Here is what the plugin developer had to say : If you have trouble finding the area the code in the theme that is over-riding the default styles. Contact the theme authors support forum and ask for assistance. You just have to let them know you are using an audio player plugin (Media Element Player) but the theme appears to have styling for this built-in. It is over-riding functions in the plugin and I am hoping to remove that section of the theme so it doesn’t interfere. Ideally this can easily be removed from the theme so you wouldn’t have to worry about any conflicts.
Thank you so so much for the help guys. As always.
Hello dhruvcasper!
Please add following code to Quick CSS in Enfold theme options under Styling
li#wp-admin-bar-avia.menupop { display: none!important; }
Regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling
.title_container { display: none; }
Cheers!
Yigit
Came across this site:
https://www.joinsessions.com/
Look at the roll over transitions under why it works – fluid, nice, I also like the opacity of the roll over sections.
Just a thought.
Hi!
@dmiklus would you consider contributing Italian translation of Enfold? :)
@mmichtus Multumesc!
Best regards,
Yigit
-
This reply was modified 12 years, 5 months ago by
Yigit.
Hello Hanniball!
No, there are no HTML templates of any of the theme files. You could create the pages form wordpress and then copy the source of those pages onto a static html page and include it into the theme folder however.
Best regards,
Devin
Hi,
I know this may seem very simple, but I’m unable to add enfold google maps in my widget area for my page. Only the map title comes.
Tried to search other posts but haven’t succeeded.
My website: test.executivedna.net/wordpress
Page : Contact Us
Boy, that was tedious! But the results were sweet! Thanks again Yigit!
You (and the other guys) have been very helpful.
Cheers,
Pat
Hi Guys,
Couldn’t find the thread for ‘requests to add to Enfold Theme’, but wanted to share this with you.
Came across this site: https://www.joinsessions.com/ look at the roll over transitions under why it works – fluid, nice, I also like the opacity of the roll over sections. Just a thought.
Best wishes
Gary