
-
AuthorPosts
-
March 9, 2025 at 3:15 pm #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
March 9, 2025 at 3:19 pm #1478941Hey jackwerrell,
As I understand try using a “header widget” please see our documentation here: Adding a header widget areaBest regards,
MikeMarch 9, 2025 at 3:39 pm #1478946Hi 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?March 9, 2025 at 3:47 pm #1478948We 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.
March 9, 2025 at 3:56 pm #1478950Upon 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.
March 9, 2025 at 4:47 pm #1478952Hi,
Would you like the phone number link to replace the social icons, or next to them?
An admin login would help.Best regards,
MikeMarch 9, 2025 at 7:17 pm #1478964I would like the number next to the social icons on the very right of the logo area.
March 10, 2025 at 7:43 am #1478999Hi,
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 -
This reply was modified 2 days, 10 hours ago by
-
AuthorPosts
- You must be logged in to reply to this topic.