Thread Starter
blue77
(@blue77)
This is the button on the homepage.
I think I once deleted the menu accdidentally.
Can you advise what to do?
Thanks and regards
Hey @blue77,
This issue can be due to either a mismatch or a missing anchor id or the contact section is hidden entirely. If it’s the former follow this steps:
- Head to Appearance > Customize> Front page sections > contact.
- On this page ensure the “Hide this section?” check box is unchecked (the latter reason).
- If it is unchecked, proceed, and make sure the “Section ID” is filled in
contact without any spaces after it. Remember the id.
- Go back from the contact section, scroll up and select Hero section.
- On this page, under the “Hero Item”, click the “Item” option (if there is no item, add a new one).
- In the content text field scroll down, at the bottom you should find the Contact Now button code.
<a class="btn btn-lg btn-secondary-outline" href="#contact">Contact Now</a>
- The
href="#contact" part is in charge of pointing to the contact section when the button is clicked. Ensure it matches the contact secton ID.
- Preview the changes on the right side of the screen and publish them.
This should fix the issues you are facing. If it does consider marking this topic as resolved, and if it doesn’t I’ll be happy to assist you further.
Kind Regards,
Erick
Thread Starter
blue77
(@blue77)
Hi Erick,
thanks a lot for your answer. I followed all steps.
Meanwhile I restored from backup and everything works fine again.
Best Regards