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 12 years, 1 month 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.
This reply has been marked as private.
I am trying to move the “Phone Number or small info text” to the left next to the social icon and keep the top menu on the right.
Here is my http://goo.gl/hYD0CQ
Can’t find the trick, many thanks in advance for your help!
Olivia
I am using Enfold as the base for one of my latest projects, but I encountered a small problem. I like the logo resizing when scrolling down the page, but the logo gets too small. How can I set something like a minimum size for the logo?
I already found a similar topic here: but that didn’t help me much. I am using a logo image of the same size (340px x 156px) but when replacing the JavaScript code mentioned, the logo gets ultra small before ‘snapping’ to a bigger size.
Unfortunately, I can’t post a link since I am just developing local.
Thanks Dude, Thanks Yigit. This helps me. You are the bosses.
Last thing. Please help me with price and incl.excl.VAT displaying. I mentioned it in THIS post (second image).
-
This reply was modified 12 years, 1 month ago by
miso00.
Sorry you right it works (but wasn’t caching problem/was server problem that the changing wasn’t showed)
Thx – Topic closed!
Hey!
I suggest to use the free Codestyling plugin to translate the WooCommerce plugin or to change the translation. Install the plugin ( http://wordpress.org/plugins/codestyling-localization/ ), go to Tools > Localization and select “Plugins”. Then search for “WooCommerce” in the list and select your language and click on “Rescan” to search for all text strings. Afterwards click on “Edit” and translate the required strings from the textdomain. At least click the “create mo file” button next to the “Textdomain” selection dropdown (top left corner).
Cheers!
Peter
Hey!
Please try to insert this code into the quick css field:
#top #wrap_all .widget_nav_menu ul ul .children {
padding-left: 10px !important;
}
Best regards,
Peter
This reply has been marked as private.
Hey!
Try adding this code to the Quick CSS:
#main {
padding-top: 130px !important;
}
Where 130px is the height of your header.
Cheers!
Josue
Hi,
Customization made on kriesi.at isn’t something we can assist. Kriesi specifically mentioned and asked us not to provide the customization as he’d like to write a blog or tutorial on the customization down the road.
If you have any other questions just make a new topic with the question/issue and we’ll do our best to answer.
Best regards,
Josue
Unfortunately there isn’t, however you can still add Google Fonts using this method.
Cheers!
Josue