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?
Hey Sandro!
Use this code:
#header_main .container, .main_menu ul:first-child > li > a {
height: 80px !important;
line-height: 80px !important;
}
html.fixed_header #main {
padding-top: 80px;
}
Cheers!
Josue
Thanks Devin
The page looks perfect, but I don’t have IE8. I appreciate your attention.
I currently have the page at http://www.ccrasa.com/application-1/
I wrote just to check IE8 yesterday. I had viewed a similar page in Firefox to use firebug and I had video, but not today. Today Firefox is giving just one still frame from the video. I don’t know what happened there.
We’d be happy with just a still image on IE8 , but wouldn’t want to lose Firefox as well
I am so close to a brilliant page, but don’t at the moment have the website as it is wanted. I’ll be so glad to get past this display hurdle and focus on the huge data collection project that we have next. I’m grateful for any help you give.
My other issues with this page
- We want to completely get rid of the header, menu title-bar, everything, for the opening page and have the video all the way to the top, the floating boxes are the navigation. I read through a previous article and am trying to hide it with
.page-id-67 #footer, .page-id-67 #socket, .page-id-67 .main_menu, .page-ic-67 #header_main { display: none; }
This removed most, but left the actual menu container there with contents removed. It should be easy to remove but although I’ve used firbug I haven’t been able to hide it yet. Today I have taken a step backwards and the css isn’t working at all ? I’m confused by this
- The second issue is resolved already, but I thought it might be of interest to someone The boxes you see are html placed with the “post snippets” plugin, The front page and several other second level sub-category pages were made in html. Some of these boxes on the page you see ” http://www.ccrasa.com/application-1/ ” I’m finding now that ‘boxes’ linking to wordpress pages work fine, but those linking to html page add the current page as a “folder”, ” http://www.ccrasa.com/application-1/about-us.html “, and so I get a 404. Once I know that the front page works then I will remake all the subcategory pages within WordPress, which is better.
Cheers, Tim
Thank you for your answer Ismael.
Here you can see our website:
http://flatev.com.s180084.gridserver.com/
Your suggestions work perfectly. One further question however:
– How do I control the height of the top menu? It is too high right now!
thank you so much,
Sandro
At one of my enfold sites the image in the #Top link is gone or has some funny text in it. The site link is http://3mark.net/about3mark/leadership/
Another enfold site of mine, on the same server, with I believe the same configuration works fine. That link is http://truevaluebenefits.com/
Any ideas are appreciated!
Hi jebailey20!
That is a WordPress function and not a theme function (inside of the core WordPress files). I found one topic mentioning that it could be an issue with your php version or a plugin conflict with the hosting setup.
So you can try deactivating all active plugins and see if that helps as well as checking with Godaddy.
Regards,
Devin