Hey!
Is it available in the Google Fonts directory? you could use this method:
https://kriesi.at/support/topic/custom-fonts/
Regards,
Josue
This reply has been marked as private.
hi,
I tried to change the space between the footer content and the footer border (top & bottom) with the following code which I found here in the forum:
“You can add following code to Quick CSS in Enfold theme options under Styling tab to set padding value to 0
#footer {
padding: 0; }
by default it is 15px 0 30px 0
Best regards,
Yigit”
Unfortunately nothing changed. my site: http://www.draussen.at
Hey!
Please try and let us know. Thread will be on hold and will be re-opened when you reply to this topic.
Best regards,
Yigit
I am looking to set the a:active color for each of my main menu items. I have already set a:hover for each menu item, and it is working perfectly for both the top level navigation item, and sub menu items.
ex:
#menu-item-5369 a:hover { color:#db1534 }
When I try to set a:active, like so: #menu-item-5369 a:active { color:#db1534 } it does not work.
I know how to set the active color for all menu items, but not specifically for each set (each main and sub menu items all distinct, active colors).
Hopefully that makes sense.
Hi there!
I’m working with the fullscreen slider in my homepage :: http://www.inopia.cat/ and it doesn’t reposition from the center as in your example (http://kriesi.at/themes/enfold/homepage/home-v7-one-page-portfolio/) it just reposition from top-left corner.
thanks for your time
X
I would like to know how it would be best to go about setting up smaller size images for display on tablets or mobile so that my larger images on the desktop site does not have to eat up all the mobile bandwidth of my visitors.
I know there are plugins about but not sure which would work well with enfold. Any suggestions or is there an alternative?
PS – I am using WPML so it has to be compatible with it.
Thanks in advance
Raju
Hey!
Please don’t create duplicate topics for the same issues/question. It makes it harder for us to answer and for others to search. I’m closing this one off since I’ve already responded to your other topic: https://kriesi.at/support/topic/resize-image-in-wysiwyg/
Regards,
Devin
Hey!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .main_color .input-text, #top .main_color input[type='text'] { color: white; }
.main_color tr:nth-child(even) { color: inherit; }
.woocommerce-error strong { color: black; }
Best regards,
Yigit
Hi Jane!
You can adjust its position as needed by adding this to your Quick CSS in the styling tab of the theme options:
#top .onsale {
top: -11em;
}
Change the value to change its position. I’ve used em so that the position will scale with the screen size. It will shift a bit in the image area because of this.
Cheers!
Devin
Hi!
Please go to wp-content\themes\enfold\js folder and open shortcodes.js file and find
big_prev.stop().animate({opacity:0}, function()
and change it to
big_prev.stop().animate({opacity:1}, function()
Regards,
Yigit
Hi!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .avia-smallarrow-slider .slide-image, #top .avia-logo-element-container img {
width: auto; }
Best regards,
Yigit
Hi,
Now I need help changing the line height of the buttons to show correctly on the tablet. I used this code on quick CSS:
.avia-button-wrap .avia_iconbox_title {
font-size: 20px;
line-height: 30px;
}
It shows up correctly on a desktop, but there’s no change in line-height on a tablet.
Thanks,
Jonny
Hey emin!
Please go to Appearance > Editor and open Header.php file and find
wp_nav_menu($args);
echo '</nav>';
and add following right below it
get_search_form();
Then add following code to Quick CSS in Enfold theme options under Styling tab
#header #searchform { float: right; padding-top: 37px; }
.main_menu { right: 20%; }
#top #menu-item-search { display: none; }
Please hire a freelance developer if further customization is needed
Regards,
Yigit
Hi!
I have also adjusted the custom CSS code which you can find on the top of Quick CSS section. Let us know if you have any other questions or issues
Best regards,
Yigit
Hi!
Have you tried re-installing Enfold as shown on video tutorial i posted in my previous post? Please install version 2.5.4
Best regards,
Yigit
Hi Yigit,
well i can only see the menu when i click on the grey box. There i expected to see the single menu items. This is a little confusing.
And the background image is not alligned correctly in Portrait mode just in Landscape. Howcan i fix that.
And about the code you send me: I juse this code now:
/* #Desktop - Large
================================================== */@media only screen and (min-width: 1140px) {
.responsive .boxed#top {
width: 960px;
}
.responsive .container {
width: 860px;
}
…
does that conflict with the one you send me?
Kind Regards
Hi Yigit,
I can’t reinstall WordPress again, mate.
The menu items show on other themes, just not on the Enfold theme. Surely there is a better way to fix this?
This doesn’t seem like a WordPress install problem, rather a problem with the Enfold theme itself.
If I switch to the Twenty Fourteen Theme, the menus are displaying without issues.
I would really like to use the Enfold theme on this website, it’s an awesome theme. I really hope we can find a way to fix this without needing to reinstall WordPress.
Thank you so much for your time and assistance, it’s much appreciated!
Hope you have a great day!
-
This reply was modified 11 years, 10 months ago by
foxvendetta.
This reply has been marked as private.
AnonymousInactive
Hello,
is there a way to keep the special heading at the top of a section (e.g. colour section), when this is adjusted to “100% of browser window height”, instead of the usual centred position?
Thanks!
If I remove the color sections, it seems to work fine now. Do the color sections only work on full width? Is there a way to shade difference sections of a page without them? Thanks!
I noticed a problem on the blog posts and pages so I made a simple test: http://www.kennethbsmith.com/clients/abww/hello-world/
I added an image at full scale, then added it again and rescaled it to 60% using the WP Advanced Image Settings. Then I added it again, and scaled it to 161px X 201px using the image “handles.”
But on publishing it, all three images are scale 100% – 225px X 291 px..
Using FireBug you can see that the top image is
wp-image-479″ width=”225″ height=”291″ , the second image is wp-image-479″ width=”135″ height=”175″ and the third is wp-image-479″ width=”161″ height=”209″ .
Do I need to change this CSS?
img, a img {
border: medium none;
display: inline-block;
height: auto;
image-rendering: optimizequality;
margin: 0;
max-width: 100%;
padding: 0;
width: auto;
}
Why is that CSS property set in the base.css? To what should I change it ?
Hello and thanks in advance for your time
I am developing a page in enfold and using color sections. For some reason, even thought I am setting the page layout to Default (right sidebar) and Right sidebar, the sidebar appears at the bottom of the page. In some cases, one of the color sections is to the right, and others it is off by itself.

I have tried everything…thanks in advance for the help!
Dave
Hi aybekdes!
1- Please refer to my post here https://kriesi.at/support/topic/remove-alternate-content-area/#post-218971
2- Can you post the link to your website so we can take a look what type of header you are using. You can also check it in Enfold theme options > Header tab
Cheers!
Yigit
Hey!
I have just checked your website on my iphone and mobile menu is visible http://i.imgur.com/7cWnFIs.png
It is just aligned to left, you can fix it by adding following code to Quick CSS
@media only screen and (max-width: 767px) {
.responsive #top .mobileMenu {
width: auto; }}
Best regards,
Yigit
Hey Peter!
Plase go to wp-content\themes\enfold\js folder and open Avia.js file and find
if(st < el_height/2)
{
newH = el_height - st;
header.removeClass('header-scrolled');
}
else
{
newH = el_height/2;
initial size of the logo is getting divided by 2 by default. You can change them to 1.2
Cheers!
Yigit
Hey!
Please try re-installing WordPress and Enfold via FTP. Menu items are there but they are not being output
For a quick guide on updating your theme take a look at this video on updating the theme via FTP: https://vimeo.com/channels/aviathemes/67209750
Cheers!
Yigit
Hi oliviad!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .sub_menu>ul {
float: right;
}
Regards,
Yigit
Hi,
On one page I have an accordion placed, and in every toggle icons and text (a kind of list). When I see this with a desktop version, I see that the text is aligned properly, but when I look at my phone i see that the third rule of text crawls back under the icon. What CSS rule should I use to get more padding under that icon so that the whole text is aligned properly.