Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #1478940

    Hi, I am currently in the process of updating our website using the Enfold theme, we have out logo perfectly sized in the logo area, we would like to add our phone number aligned to the very right of the logo area, also allowing it to be an interactive button using the “tel:” link to our number. What is the best way to go about implementing this?

    Loidis Fire Safety

    #1478941

    Hey jackwerrell,
    As I understand try using a “header widget” please see our documentation here: Adding a header widget area

    Best regards,
    Mike

    #1478946

    Hi Mike,

    Thank you for your response, I am struggling to get this working.
    In my widgets page I have the header widget activated, and inputted a text box with our phone number linking to the tel: protocol.
    I have double-checked in advanced styling, and the text should be black; however, it still fails to display. Do you have any ideas?

    #1478948

    We are using the Enfold Construction Demo theme.

    We would like our phone number where the “X” and “Dribble” buttons are.

    • This reply was modified 1 week, 2 days ago by jackwerrell.
    #1478950

    Upon adding a social profile, I can see in the Enfold>Header menu I can see there is an option to “Display in main header area”, but for the “Phone number/Extra info” drop down it doesn’t have this option. We would like out phone number in the main header area.

    #1478952

    Hi,
    Would you like the phone number link to replace the social icons, or next to them?
    An admin login would help.

    Best regards,
    Mike

    #1478964

    I would like the number next to the social icons on the very right of the logo area.

    #1478999

    Hi,

    Did you add this code in the functions.php file?

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

    If you haven’t, please add the code or provide the login details in the private field so we can check the site further. Make sure the Appearance > Theme File Editor is accessible.

    Best regards,
    Ismael

    #1479194

    Hi Ismeal,

    I completely forgot to add the required code, I will do this today or tomorrow, and advise of my progress.
    If I need any further assistance I will let you know.

    Thanks for your help.

    #1479291

    Hi Ismeal,

    I am in my function.php file, so I just add the required code in at the bottom?

    #1479298

    Hi,

    Yes, you can add the code at the very bottom of the functions.php file. Make sure to copy the code directly from the forum, not from your email. Let us know the result.

    Best regards,
    Ismael

    #1479336

    Hi Ismael,

    I have inputted the code, and put our phone number into the header widget area, however, this has put it below our menu bar, not into the logo area. How do I go about getting this above the main menu bar and onto the very right of the logo area.

    Thank you for your help with this.

    #1479337

    To be honest, another thought could be to have our main menu items (Home, About, etc) aligned to the left-hand side, and then on the right-hand side, or with a large separator have our email and phone number as buttons so people can contact us that way. would that be possible?

    #1479417

    Hi,
    please include an admin login in the Private Content area so we can examine.

    Best regards,
    Mike

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