Viewing 8 posts - 1 through 8 (of 8 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 2 days, 10 hours 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

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