Viewing 15 replies - 1 through 15 (of 17 total)
  • Sam

    (@soumendra)

    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.

    Thread Starter mojiemita

    (@mojiemita)

    hi sam ,
    i want to do like this site : https://fondazionegiorgioelillidevoto.org/

    first name of site then menu

    thank you

    Sam

    (@soumendra)

    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.

    Thread Starter mojiemita

    (@mojiemita)

    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 ..

    • This reply was modified 7 years, 5 months ago by mojiemita.
    • This reply was modified 7 years, 5 months ago by mojiemita.
    • This reply was modified 7 years, 5 months ago by mojiemita.
    Thread Starter mojiemita

    (@mojiemita)

    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

    Sam

    (@soumendra)

    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.

    Thread Starter mojiemita

    (@mojiemita)

    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 .
    Moji

    Sam

    (@soumendra)

    Hello,

    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.

    Thread Starter mojiemita

    (@mojiemita)

    hi sam@
    thanks again for your help , why the site visual is diffrent on any monitor and any browser ???

    Sam

    (@soumendra)

    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.

    Thread Starter mojiemita

    (@mojiemita)

    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
    Moji

    Thread Starter mojiemita

    (@mojiemita)

    hi 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;
    }

    • This reply was modified 7 years, 5 months ago by mojiemita.
    • This reply was modified 7 years, 5 months ago by mojiemita.
    • This reply was modified 7 years, 5 months ago by mojiemita.
    Sam

    (@soumendra)

    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.

    Thread Starter mojiemita

    (@mojiemita)

    GREAT SAM@

    it’s resolved . thank you so much . you did it yes did it …..

    Sam

    (@soumendra)

    Pleasure to help you.

    Feel free to ask if you need any other help. ??

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘image before menu’ is closed to new replies.