Announcement

Collapse
No announcement yet.

How do I change navigation icon's destination

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

    How do I change navigation icon's destination

    Hi

    V10

    I'm getting no-end of junk email originating from my Actinic site, and would like to change the destination/ filename of the contact us button.

    Currently Actinic sends any contact us requests to mf000001.pl in the CGI Bin. How do I amend the destination to send the request elsewhere?

    I've found the Contact us icon, but can see no way of adjusting it's behaviour in respect of it's final destination.

    Thanks in advance

    CD
    "Live in England, and subject yourself to the punishing taxes of envy, it's hard to be a winner in a society dedicated to the glorification of losers."

    #2
    Design > Library > Layouts > Navigation Icons ... select whichever Contact Us Button you are using eg "Contact Us CSS Button" .. double click to open and you will see....


    <a href="SendMailPageLink" target="_self" class="link_menu">SendMailText</a>


    it is the href="..." part you need to change

    to send to google use for example

    <a href="http://www.google.co.uk"

    to link to a page on your website ....delete the blue variable SendMailPageLink and start typing catalogurl and select it from the pop-up list to insert a blue variable .. straight after this add your pagename.html eg

    <a href="CatalogURLpagename.html"


    Bikster
    SellerDeck Designs and Responsive Themes

    Comment

    Working...
    X