Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #979119

    Hello,

    I need make same advanced menu with ICon and Telephone same at this page : http://bonavistadev.com/promociones/girona2/
    i see the code in html and its that:

    <a id="advanced_menu_toggle" href="#" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></a>
    <div class='top-phone'><span data-av_iconfont='entypo-fontello' data-av_icon='' aria-hidden='true' class='iconlist-char'></span> <a href='tel:+34931999945'>+34 931 999 945</a></div>

    I need put this in my webpage: https://www.creativaonline.cat/prokasa/ , but i not sse opction for make this.

    Where is the option for make this advanced menu?

    Thankyu

    #979217

    …i wait ?

    Thx a lot

    #979346

    Any can helpme?

    #979669

    Hi,
    Sorry for the late reply, Do you want the phone icon and phone number next to the logo as in your example site, or in the extra bar at the top where you have a phone number now?
    Assuming that you want it next to the logo, you can create a header widget area
    Then include your icon code and number in a code block element, here is a example to model, just change the words “phone number” to your number:

    <span style="color:#58585b!important;"> <span class="av-icon-char" aria-hidden="true" data-av_icon="" data-av_iconfont="entypo-fontello"></span> phone nember </span>

    Best regards,
    Mike

    #979758

    Hello Mike and thanks for response,

    I make your instructions but now the telephone is in top od LOGO, see image webpage: https://www.creativaonline.cat/prokasa/

    And i need put near logo same http://bonavistadev.com/promociones/girona2/

    What change i need make now?

    Thanks a lot.

    #979799

    Hi,
    We were expecting the widget to be next to the logo, between the menu.
    Can you please include a admin login in the private content area so we can take a closer look.

    Best regards,
    Mike

    #980205
    This reply has been marked as private.
    #980327

    Hi,
    I was able to login with my VPN, and I believe you need to change the code you added to your functions.php to this:

    add_action( 'ava_after_main_menu', 'enfold_customization_header_widget_area' );
    function enfold_customization_header_widget_area() {
      dynamic_sidebar( 'header' );
    }

    I tried to make the change but received an error that the change needs to be done via ftp.
    Then try this code in the General Styling > Quick CSS field:

    #header_main .widget {
        width: 20%;
        margin-left: 20%;
    }

    Best regards,
    Mike

    #980442

    I make change but line phone is not align centered heigh, can put center same this web please:

    http://bonavistadev.com/promociones/girona2/

    Thx a lot

    #980843

    Hi,
    When I look, the phone seems to be lined up with the menu, and the logo seems to be off center, by design?
    But if you would like to move the phone up some, please try this css in your Quick CSS:

    .top-phone {
        margin-top: -8px;
    }

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.