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
There is no actual padding below the logo, one thing you can do is reduce the logo size or increase the menu height (with the code i provided earlier).
You could also try pushing the logo top:
.logo img {
position: relative;
top: -5px;
}
Cheers!
Josue
There is no actual padding below the logo, one thing you can do is reduce the logo size or increase the menu height (with the code i provided earlier).
You could also try pushing the logo top:
.logo img {
position: relative;
top: -5px;
}
Cheers!
Josue
Hi guys,
I googled around the forum, but I haven’t found what I need. My question is similar to this topic https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-187719.
I see your logo in this web site changing in the scroll resample. Where I can take a look to add a text that disappear when scrolling?
thanx
As a general fyi our queue system goes by oldest posted item within a topic to newest so each time you self bump it actually pushes you further back in our queue.
Looking at your installed plugins it might be an issue in getting high spikes in memory usage where the page data has an issue saving. If it isn’t happening consistently as it doesn’t seem to be that is my best guess on why it would happen sometimes but not others.
You could also try disabling the Tiny MCE plugin and see if it helps though it didn’t show any errors when looking and testing out things just now.
Hey!
Please add following code to Quick CSS
.fixed_header.social_header #main {
padding-top: 190px;
}
Best regards,
Yigit
Hey CloudChoice!
You can use following class
#top.avia-blank { }
Cheers!
Yigit
Hi Cum_Vincere!
Please add following code to Quick CSS in Enfold theme options under Styling tab
@media only screen and (max-width: 767px) {
.responsive #header .social_bookmarks li {
float: left; }
.responsive.social_header .phone-info { float: right; clear: none; margin-top: 10px; }
}
Regards,
Yigit
Thanks. That seems to cut off (overlay) the banners at the top approx . Could there be a conflict with other customizations? I have custom css as follows:
.main_color {
border-color: #f2f6df;
}
.avia-menu-fx { display: none; }
.current-menu-item.current_page_item a {
background: #f2f6df;
border: 1px solid #f2f6df;
border-radius: 6px;
}
.main_menu ul:first-child > li a {
height: 40px !important;
line-height: 40px !important;
}
.main_menu {
position: absolute;
top: 30%;
}
.content {
padding-top: 20px;
padding-bottom: 0px;
}
body .column-top-margin {
margin-top: 10px;
}
h4 {
font-size: 18px;
line-height: 1.5em;
margin-bottom: 4px;
}
.header_color .container_wrap_meta {
background: #662d89;
}
.header_color {
color: #ffffff;
}
.header_color .phone-info a, .header_color .av-sort-by-term a, .header_color .phone-info {
color: #ffffff;
}
Hey kimchan2!
Please refer to my post here https://kriesi.at/support/topic/change-logo-image-for-scrolled-header/#post-188003 and set the size to 160 so initial size will be 160px and scrolled size will be 80px
Regards,
Yigit
Hi Gee Are!
Please add following code to Quick CSS in Enfold theme options under Styling tab
1-
#header_meta { z-index: 3; }
2- Please go to Appearance > Menus and uncheck "Use as Mega Menu" on miApple.TV menu item http://i.imgur.com/aWAe8uw.jpg
3-
#top .main_menu .menu>li:last-child>a { padding-right: 15px; }
Cheers!
Yigit
Hi!
you are welcome, glad we could help :)
Regards,
Yigit
Thank you for your help! This theme is fantastic!
Ok, it is working now. It is loading very slow though.
I tried that and it didn’t work. I removed/renamed the footer.php in my child theme so that it will use the parent theme footer and have the same problem. Any other thoughts? Thanks!
Hi!
Please make sure that Footer.php file of your child theme has this same lines at the bottom https://dl.dropboxusercontent.com/u/14975671/bottom.JPG
Cheers!
Yigit
My apologizes! Country blocking was turned on. I have disabled that function of the sites. You should have access now.
Hey ftt123!
In WordPress dashboard, please go to Appearance > Editor and open Header.php file and find
echo avia_logo(AVIA_BASE_URL.'images/layout/logo.png', false, 'strong');
and add your logo that will have an external link using HTML between PHP tags as following
?> your html code goes here <?php
Best regards,
Yigit
Hi,
Sorry I got busy, I can confirm that migrating to the last theme version corrected the permalinks problem for me.
Thanks for you help Peter! see u in an other topic :D
Cyril
You can test if its a theme related issue by switching to one of the default WordPress themes (twenty __ ).
Using a membership plugin in conjunction with WooCommerce can have its own set of hurdles in itself but in this case there seems to be other users with the same issue and with other themes: http://wordpress.org/support/topic/woocommerce-21-broken
Please, I will soon commence design with your enfold theme I purchased.
I am in discusiion with a propective client, and he is suggesting that instead of your icon collapsible text box, he would like to have a full (non collapsible) Text Box on the Right Hand Side of the Top Menu Bar.
Please, how can this be achieved with your theme?
Hey!
The first link is unaccesible on my end:
Your access to this site has been limited
Cheers!
Josue
Doesn’t change anything if I put into the Custom.css (enfold –> styling options)
The CSS file already contains:
.fixed_header #main {
padding-top: 0;
}
.header_color .header_bg, #header_main {
background-color: white !important;
border: none;
}
.header_color div {
border: none;
}
What am I doing wrong?