Forum Replies Created
-
AuthorPosts
-
January 3, 2015 at 6:28 am in reply to: Top HEADER logo disappered into the horizontal menu bar: HELP! #374416
Thanks, Yigit. It works!
Thanks, work beautifully.
I made a change as I am using 1400 instead of 990
@media only screen and (min-width: 1400px) { li#menu-item-334 { margin-left: 15%; }}
- This reply was modified 9 years, 11 months ago by nigellim68.
Thanks, that snippet got rid of the bullet point arrows but the menu item (li#menu-item-334) still have a margin-left: 15% added to it.
I need this margin in the desktop browser but not in the mobile browser.How to achieve this goal?
Thanks, it is working!
Thanks, Josue. It works.
- This reply was modified 9 years, 11 months ago by nigellim68.
I figure it out; I have to put the codes under the line:
if(isset($avia_config[‘use_child_theme_functions_only’])) return;
More questions:
1. How do I add space to the right of the social icons so they are not so close to the right side?
2. How do I adjust the margin-top of the socket social icons?- This reply was modified 9 years, 11 months ago by nigellim68.
Thanks, Yigit.
I followed the link you provided to add a custom icon using the following codes in the functions file:
*
* Peter added the following to
* Allow custom social icons and text to
* Sockets area
*/
function avia_add_custom_icon($icons) {
$icons[‘yoshome’] = array( ‘font’ =>’entypo-fontello’, ‘icon’ => ‘u2302’);
return $icons;
}
add_filter(‘avf_default_icons’,’avia_add_custom_icon’, 10, 1);function avia_add_custom_social_icon($icons) {
$icons[‘yoshome’] = ‘yoshome’;
return $icons;
}
add_filter(‘avf_social_icons_options’,’avia_add_custom_social_icon’, 10, 1);My aim is to create a HOME icon but it is not showing in the Social Profile section of ENFOLD Customization Page
Thanks, Yigit.
What if I want it to be center of the socket area? doable?
Thank you.
1. How do I add some left space to the SOCKET TEXT?
This reply has been marked as private.Hi Elliott
Thanks. I got 2 issues:
(see URL in original post)
1. I want the text BEFORE the icon
2. The Icon is not middle aligned to the text.
3. Can I increase the height of the socket area?Thanks and hope to hear from you soon.
This works like a charm. Thanks, Gunter!
Thank you, Yigit.
I did what you suggest and yes, the logo became smaller but there are 2 issues:1. The logo does not remain in a fixed size after that. It shrinks and expands in size as the width goes up and down.
2. The logo changed position from align to the top to align to the middleHow do I resolve this?
Many Thanks!
Thank you, Gunter. It works!!
Hi Ismael
I followed your instructions and it sort of work but with some strange behaviour.
When in full width, the header was normal.
When I make the width smaller, it respond correctly with the logo becoming smaller.
But when I make the width even smaller, like 768 px, the logo suddenly becomes big again.What is causing this behaviour?
Ok, got it. Thanks. Please close this topic.
I figured it out. Topic close
Hi Yigit
Thank you! It works.
Please let me know why the 5th menu element is menu-item-334; how did you get this magic number?
I need to know because if there are any changes, I will know how to do it myself.After this, please close the other topics related.
Many thanks!
- This reply was modified 9 years, 11 months ago by nigellim68.
Thanks, Yigit but the menu items ‘eat’ into the logo.
Fixed with
.av-main-nav > li > a, div#header_main_alternate { border: none !important; }
.html_header_top.html_bottom_nav_header .main_menu{ clear: both; position: relative; line-height: 40px; height: 100%; width:100%; float:left; margin-bottom: 50px;}Now, can you tell me which function/script generates the menu items?
I think my strategy now is to intercept the loop and manually add padding so that the 5th menu item “Locate Us” appears after the middle icon…Hi Yigit
Please help take a look… Thanks!
This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.This reply has been marked as private.Hi Yigit
Ok, I have done what I can; now I just need to put the icon in the middle.
In the Private data section, you will see the URL as well as a link to an image of what I need to achieve.
Please help me.
Hi Yigit
Ok, I see what I can do. I just the icon in the middle. I just bought ENFOLD and is trying to get familiar with it.
Please give me a day to customize the header. -
AuthorPosts