image before menu
-
hi all ,
how can i to add photo before my navigation menu ? ??
-
Hello,
Are you referring to add icons before each menu item?
If so then you can use one of these plugins to fulfill your requirement:
https://www.ads-software.com/plugins/menu-image/
https://www.ads-software.com/plugins/menu-icons/Hope that helps.
Thank you.
hi sam ,
i want to do like this site : https://fondazionegiorgioelillidevoto.org/first name of site then menu
thank you
Hello,
You need to add this CSS in your Custom CSS for adjusting that:
header .brand.span3 { width: 100%; } header .navbar-wrapper.span9 { margin-left: 0; width: 100%; } header.tc-header { max-height: 202px; }
Hope that helps.
Thank you.
hi @sam
thank you so much, because you resolved one of my biggest problem .
i have another question : take a look here : https://www.sanmarcodeigiustiniani.it/index.php/negozio/?orderby=date
as you see i have shorten titles , how can i adjust the character in the snippet function ??i used this php but not work :
add_filter( ‘the_title’, ‘shorten_woo_product_title’, 10, 2 );
function shorten_woo_product_title( $title, $id ) {
if ( is_shop() && get_post_type( $id ) === ‘product’ ) {
return substr( $title, 0, 80 ); //
} else {
return $title;
}
}thanks again for your help ..
hi @sam
this is a another problem .
if i access from my control panel of my site that code is function and i can see the logo with text on header completely but as you can see if i exit from control panel that show shorten and that’s not work .
https://www.sanmarcodeigiustiniani.it/
plz help me , thank you
Hello @mojiemita,
Sorry for the late response.
1. Please share a screenshot of the issue you are facing, so that I can take a look into it.
2. You can try this instead in your Custom CSS to see if that fixes the issue for you:
header .brand.span3 { width: 100% !important; } header .navbar-wrapper.span9 { margin-left: 0 !important; width: 100% !important; } header.tc-header { max-height: 202px !important; }
Thank you.
hi sam@
thanks for your response .
as you see on my home page : https://www.sanmarcodeigiustiniani.it/ after i used that instead in my cutom css , i ihave navigation menu on slider . there is no space from menu and slider just on my home page .then if you need a screenshot i’ll do it .
thank you so much .
MojiHello,
You can try adding this in your Custom CSS for adjusting that:
.home #tc-reset-margin-top.container-fluid { margin-top: 240px !important; }
You can adjust the value as per your requirement.
Hope that helps.
Thank you.
hi sam@
thanks again for your help , why the site visual is diffrent on any monitor and any browser ???Hello,
Please let me know in which browser you are facing issues, so that I can check that in my end also.
And please share the screenshot of the issues.Looking forward for your reply.
Thank you.
hi sam@ , thanks again for your response ,
i used that issue whom you’ve been shared with me , as you see on my site (https://www.sanmarcodeigiustiniani.it/) navigation menu and slider have conflict. i have menu on sliding . if i go to check my site when i use my administratore panel (in wordpress ) all is ok but if you see my site like a visitor, you see menu on slidein ( firefox , safari, etc…) . excuse me for my bad english, i try my best ??
Thanks you
Mojihi sam@ .
just on my home page , all of pages are corrects . JUST HOME PAGE .take look at this : IMAGE
i used this :
header .brand.span3 {
width: 100% !important;
}
header .navbar-wrapper.span9 {
margin-left: 0 !important;
width: 100% !important;
}and this :
.home #tc-reset-margin-top.container-fluid {
margin-top: 240px !important;
}Hello,
It seems it is a caching issue. Please clear cache of your site as well as your browser cache to see if that fixes the issue for you.
Hope that helps.
Thank you.
GREAT SAM@
it’s resolved . thank you so much . you did it yes did it …..
Pleasure to help you.
Feel free to ask if you need any other help. ??
- The topic ‘image before menu’ is closed to new replies.