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 11 years, 11 months 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
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