Hey dbardits!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
.header_color .main_menu ul:first-child > li.active-parent-item > a,.header_color .main_menu ul:first-child > li > a:hover { color: #f0fffb }
.header_color .main_menu ul:first-child > li > a { color: white; }
2) You can add !important to change font size of headings i.e.:
h3 { font-size: 22px!important; }
3)
.content, .sidebar, .header_color div, .alternate_color, .main_color { border: none!important; }
Best regards,
Yigit
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.social_header .main_menu ul:first-child > li a { height: 100px!important; line-height: 100px!important; }
.header-scrolled .social_header .main_menu ul:first-child > li a { height: 58px!important; line-height: 58px!important; }
.fixed_header.social_header #main { padding-top: 131px; }
Regards,
Yigit
Hey!
Yes they are visible on my end as well. Can you try adding following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) { .page-id-21 .avia-builder-el-7 { display: none!important; }}
and check the line in “girlfriendsconf.com/media/ [ it occurs right under the Apple and Andriod buttons]”?
Regards,
Yigit
Hello,
I performed a reinstallation of WP to latest Swedish WP version and then installed Enfold as well as the Code Styling Localization according to response 185525 which states: “if the default worldpress language is set to Swedish worldpress will also load the Swedish theme translation automatically”.
The Enfold theme however still displays the theme in English. Please advise.
Best Regards,
Magnus
This reply has been marked as private.
Hi there,
I have just installed Enfold to move my current website over to wordpress, and love the theme, thank you.
I have a few initial queries which I have been unable to find in the support forums, and was hoping someone can help me out.
Here is my site (TEST) http://test.markwiltshire.com
1) on home page, i have Blog – Latest News, how can I change this title.
2) How can I remove the dark bar, with this, and your are here link
3) Social links are appearing above the meder image, how can I get them to appear on right of the Nav links.
4) How can I change the nav links (currently just shows home) when I add a page, it seems to automatically link here, how do I create custom links, I haven’t created a menu yet.
many thanks
Mark
All up to date: WP 3.7.1; Enfold 2.4.2
Did a fresh install for 2.4.2 via FTP, just to be safe.
Thanks
Ed
Hey!
The sidebars made from inside the widget options are not the same as a sidebar registered with code. So the get_sidebar option will only work if you register your own sidebar in your functions.php: http://codex.wordpress.org/Function_Reference/register_sidebar
I did a blank page template if you want some additional comments on top of a regular page.php here https://gist.github.com/DevinVinson/7175338
Cheers!
Devin
Hi,
Can you post the link to your website please?
Also, a screenshot explaining your issue would be helpful.
Regards,
Josue
Hi – is there anyway to change the arrow graphic to something else? or possibly just leave the overall faded effect and turn-off the rotating arrow?
The default set up is that you’ve set the “blog” page from the theme options. This sets it through WordPress as well which in turn ignores all of your settings on that actual blog page. Basically the page you set as a blog page just acts as a placeholder and the content is filled in by your options in the general settings of the theme options.
What you can do is deselect the blog page from the dropdown in the general settings of the theme options and then in your page settings as long as you are showing a blog element/blog content it will still be functionally the same.
Hello,
I have migrated my website (www.lifeterapias.com.br) from my local server to a live server.
1) I cannot modify anything on the theme: after I’ve logged in and what to go to the admin panel, I get this kind of error:
Fatal error: Class ‘avia_adminpages’ not found in /home/lifet854/public_html/wp-content/themes/enfold/framework/php/class-superobject.php on line 97
Thanks for helping.
PS: by the way, the layer slider does not show on the pages.
This reply has been marked as private.
Hi Magnus_Norrman!
Can you outline a bit more in detail what you did when you re-installed the theme? Did you delete the previous theme folder or just try to write over it? Did you use FTP or from within WordPress?
Are you having any issues with WordPress by itself if you switch to another theme?
Cheers!
Devin
I just performed a reinstallation of WP to the latest Swedish version in order to get the site translated into Swedish according to Reply #185525.
I then tried to upload the Enfold theme again from my local laptop. This failed with the comment that that there already was a destimation forlder defined. I then found the theme and were able to activate it. There is however some kind of error in the theme setup due to all pictures not being vislualised in the webpage and I am not being able to add a logo.
Please need support
I can accept that, but why is it rendering so messed up. It is hard to see with my site background coolers. But look at this gallery it is supposed to be 4 columns wide. But shows at 3 with a weird extended background container. (the solid tan color) you can see the outline were there is no lines in the background. This shouldn’t be there. try it for yourself, if you change the columns to 5 you actually get 4, if you change to 3 you get two, all with this weird background. What is causing this?

http://i.imgur.com/we6esqo.png
[IMG]http://i.imgur.com/we6esqo.png[/IMG]
Hi Yigit,
No, if I add your last code the logo gets broken again like before.
It doesn’t work, sorry.
I have added again this and now it works again but logo it’s not centered,…
@media only screen and (max-width: 767px) {
/* Add your Mobile Styles here */
.logo img, .logo a {
width: 152px;
max-width: 152px;
min-width: 152px;
height: 80px;
min-height: 80px;
max-height: 80px;
}
}
Perhaps a better mix of both pieces of codes,..???? Something like margin-left: somewhere,…
Regards, Adolfo
Hey!
Please see Kriesi’s post here https://kriesi.at/support/topic/kriesi-logo/#post-161892
I would sugest you to check Blog page time to time
Best regards,
Yigit
Hi Josue, thank you very much – that helps a lot.
I have one little last question. At your support page, the text “Kriesi.at – Premium themes” next to the logo disappears when you scroll down and the logo shrinks. How do you do that?
Cheers!
Peter
Hey Swarez!
Which versions of WP and Enfold are you using currently?
Regards,
Yigit
Hi!
Seems like it is working fine right now? If not, please post a screenshot
Regards,
Yigit
Hey jansthh!
1) Please add following code to Quick CSS in Enfold theme options under Styling tab
#header_main { background-color: grey; }
.home #header_main { background-color: white; }
2) You can add image in header.php file.
3)You can add following code and adjust it as well
.no_margin.av_one_fourth { width: 22%; }
Regards,
Yigit
Hi!
Please add following code to Quick CSS as well
@media only screen and (max-width: 480px) {
.responsive .logo { margin-left: 50px; }}
Regards,
Yigit
This reply has been marked as private.
Hi,
I did this – it worked, but it did not solve my problem.
http://puu.sh/5bhxK.png
Notice how the “i” is displaying as “l” – how do I fix this?
Hi!
You can add following code Quick CSS in Enfold theme options under Styling tab and change it to the font family you would like to use
.main_menu ul:first-child > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
Cheers!
Yigit
Hey!
This is the default behavior for Gallery items. They should look like this with the gallery at the top (because its a gallery post type): http://kriesi.at/themes/enfold/2013/10/21/postformat-gallery-multiple-images-with-different-sizes/
Best regards,
Devin
Hi!
What exactly would you like to change? Font size, font family, color?
Regards,
Yigit
Nevermind, that led me to change the font SIZE – I want to change the STYLE