Viewing 24 posts - 1 through 24 (of 24 total)
  • Author
    Posts
  • #836017

    Hi,

    I’d like to display the phone number left to search icon in the top nav instead of the top bar.
    What would be the easiest steps to do it please?

    Thanks a lot for your help

    #836425

    Hey sdachos,

    You could try to add a widget to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/

    Best regards,
    Rikard

    #836503

    Hi

    Thank you for your help,
    after looking up in the widget I was able to add the phone number.
    But I can’t add the phone icon before the text phone number, how do I add this first icon from this list:
    http://fontello.com/#search=phone

    Also, I’d like to have the font of the menu a little bolder too, where should I do the modification for this?

    Thanks a lot again for your help

    #838864

    Hi,

    You can go ahead and create a new page as a demo, add the icon inside from the shortcodes and then copy ( switch to text editor )
    and copy that and add it on top inside the widget.
    This is how it works and you can do it for other stuff also if you need.

    Thank you

    Best regards,
    Basilis

    #838968

    thank you,
    it worked.

    #839158

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #839351

    The only last thing is: is there a way to reflect vertically the icon? Usually phone icons are display tilting the other way …

    Thanks again a lot for your help

    #840474

    Hi sdachos,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-item-3294 .av-icon-char:before{
          -webkit-transform: rotate(130deg);
        -moz-transform: rotate(130deg);
        -ms-transform: rotate(130deg);
        -o-transform: rotate(130deg);
        transform: rotate(130deg);
        display: inline-block;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #840522

    Awesome it works!
    With this code is it adding the zoom effect?
    Is it possible to just have the icon displays without effect?

    Thanks again a lot

    #841352

    Hi sdachos,

    No, this code just rotates the icon, no zoom there.

    Best regards,
    Victoria

    #842777

    Thank you,
    so how do I stop the zoom animation and only displays the icon?

    #842998

    Hi sdachos,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #menu-item-3294 .avia_transform .avia_start_delayed_animation.av_font_icon {
        -webkit-animation: none;
        animation: none;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #843058

    Thank you,

    I added the code
    – first only either in quick css or custom.css
    – then in both

    but none of options worked. Should I do it differently?

    #843116

    Hi sdachos,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #843196

    Ok,
    I added them below.

    Let me know if you can access.
    Thank you again lots

    #843932

    Hi sdachos,

    Cannot stop animation for some reason. It appears fast, but in your case there are parse blocking errors in JavaScript and so animation kind of lags.

    Best regards,
    Victoria

    • This reply was modified 7 years, 3 months ago by Victoria.
    #844021

    I agree the animation is feels weird now.
    If it is not possible to remove animation, then I’ll revert back to old animation. Do I simply replace the code in Quick CSS or you modified other files?

    Thanks again for checking this animation issue.

    #844937

    Hi sdachos,

    Yeas, I think it’s better to remove the latest code I gave you.

    Best regards,
    Victoria

    #844955

    Thank you, I revert it back.
    I’m not sure if it was from the previous code but the phone icon in mobile menu is in same orientation the same than desktop.
    Which line should I add to make it similar?

    #845828

    Hi,

    I added following code to Quick CSS

    #header .av_font_icon {
        -webkit-animation: none !important;
        animation: none !important;
        opacity: 1 !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
    }

    Please review your website

    Best regards,
    Yigit

    #845918

    Thank you so much Yigit!

    For the mobile menu, which code should I add to have similar orientation of the icon?

    #845954

    Hey!

    Please add following code to Quick CSS as well

    .av-active-burger-items .av-icon-char:before {
    -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        display: inline-block;
    }

    Regards,
    Yigit

    #845962

    Thanks so much again Yigit, it worked.

    #846010

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 24 posts - 1 through 24 (of 24 total)
  • The topic ‘How to add phone number in top nav instead of top bar?’ is closed to new replies.