Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #812029

    hello guys,

    I would like to add a further field just next to my hume button in my mobile menu (onyl there, not in the screen version).
    It should include my contact information and my photo, so if one opens up the mobile menu he/she first sees my photo and then can simply contact me instead of scanning through the often very small letters on his mobile phone.
    Can you help me with that?
    Very greatful for your answers!

    Best,

    Martin

    #812702

    Hey Martin,

    Could you please attach a mockup of what you’re trying to achieve?

    Best regards,
    Victoria

    #812710

    Hello Victoria,

    thanks for your fast answer!
    I posted the link of my colleague in the private content field, if one opens up the menu with the mobile phone her contact information appears.
    I would also like to have that on my homepage, while keeping my “normal menu” (like she has) on my desktop version.

    Looking forward to hear from you!

    Martin

    #812814

    Hi,
    You probably would find it easiest to use a plugin such as: https://wordpress.org/plugins/widgets-in-menu/
    While you can add a widget to the header: http://kriesi.at/documentation/enfold/adding-a-widget-area-to-the-header/ I couldn’t find a solution to adding a widget to the menu.
    I did try adding a custom menu item with this as the link text:

    <div class='contact'><img class='img-circle' src='https://127.0.0.1/wp-content/uploads/2017/02/people-3.jpg'>Mike<br>Phone: 555-5555</div>

    and this CSS:

    .img-circle {border-radius: 50%; height: 100px; display: block;}
    .contact {margin-left: 35%; }
    @media only screen and (min-width: 999px) { 
    .contact {display: none !important;}}

    While it worked, it was not the best and the link text field has it’s limitations. So you may wish to look for a plugin :)
    postimage
    postimage

    Best regards,
    Mike

    #812972

    Thanks a lot, I will ckeck that solution or a plugin!

    Best,
    Martin

    #812979

    Hi,

    Please let us know if you need further help. We’ll keep this thread open for you.

    Best regards,
    Sarah

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