Announcement

Collapse
No announcement yet.

Adding Contact Us to Brochure Page list

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

    Adding Contact Us to Brochure Page list

    I want to add a link to Contact Us from the brochure page list. I don't know how to do it.

    www.thepenzone.co.uk

    #2
    It is possible but requires custom coding. You can add a custom link in the Design Library or in the Design tab by clicking on the menu and editing the code.
    Peblaco

    Comment


      #3
      Sorry but I got a bit lost here.

      Where would I find brochure page menu

      Comment


        #4
        In the Design Library for Brochure Page Link Lists, open the menu you are using, click edit list layout settings, add the custom link at the top of the "End of List". You would need to copy the code style used for the link from the Edit Rows and Columns tab, your current theme uses paragraph tags with CSS class navigateOnClick, so you could try this code:
        Code:
        <p class="navigateOnClick"><a href="<actinic:variable name="SendMailPageLink" />"><actinic:variable name="SendMailText" /></a></p>
        Peblaco

        Comment


          #5
          Thanks for this, its seems to work now.

          Comment

          Working...
          X