Announcement

Collapse
No announcement yet.

Contact Us text link - I've dug myself a hole

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Contact Us text link - I've dug myself a hole

    hi folks and thanks for taking time with my first post,

    I can't believe (after 15 years working with software) I managed to dig myself into a completely unnecessary hole that I can't work back from.

    It all concerns the standard, out of the box, 'Contact Us' link in the 'Horizontal Nav Bar text links' which I have at the top of my pages. Without thinking it through I'd been trying to move from a place of it opening an email session when clicked to it going to the contact form..... and yes I now know how I should have gone about resolving this from business settings, smtp, etc.

    What I did, was over-complicate the issue, looking for a difficult solution and managed to completely delete whatever code would have been required to make it do anything.

    What I now have is....

    The 'Contact Us' link is not visible on the Nav Bar but space for it exists. If I click into the space where it should be, the layout code window shows:

    <actinic:variable name="NavigationIcon" value="Contact Us Text Link" />&nbsp;

    .... and nothing else

    The design tree for 'Contact us text link' shows nothing at all in the code window. This I fear is where logic and experience were temporarily abandoned in favour of a pre-hello-world approach to dealing with code.

    I've since then spent several hours trying to work this out without success so it's not lightly that I post this message.

    My guess is that all I need to do is reinstate whatever should have been in this space and I can get back to enjoying life and the new Radiohead album.

    Many thanks again for considering this.

    Regards,
    Michael

    #2
    If it's a text link try: <a href="<actinic:variable name="SendMailPageLink" />" target="_self" class="link_menu"><actinic:variable name="SendMailText" /></a>
    Peblaco

    Comment


      #3
      thanks Louise,

      I'm using the executive theme.

      OK, your solution has brought me most of the way back and I now have (thanks to you) a Contact Us link that works.
      The only issue left is that this link is does not look like the rest of the nav bar links. They are all plain text that just 'underline' when a mouseover happens, the new Contact us link has a coloured background and changes colour when a mouseover happens. A minor niggle and way closer than I was. If it's easy to figure then I'll get there.

      Thanks again,
      Michael

      Comment


        #4
        That's probably class="link_menu" click on the other links and see if they either have a class set copy that.
        Peblaco

        Comment


          #5
          many thanks again Louise, that did the trick.

          it's all working perfectly now!

          take the rest of the day off

          Michael

          Comment

          Working...
          X