
-
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 1 month, 1 week 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,
IsmaelMarch 12, 2025 at 7:05 pm #1479194Hi 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.
March 14, 2025 at 1:32 am #1479291Hi Ismeal,
I am in my function.php file, so I just add the required code in at the bottom?
March 14, 2025 at 4:53 am #1479298Hi,
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,
IsmaelMarch 14, 2025 at 12:32 pm #1479336Hi 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.
March 14, 2025 at 12:37 pm #1479337To 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?
March 15, 2025 at 6:23 pm #1479417 -
This reply was modified 1 month, 1 week ago by
-
AuthorPosts
- You must be logged in to reply to this topic.