Announcement

Collapse
No announcement yet.

V7 "Smart Theme" Left and Right Boxes

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

    V7 "Smart Theme" Left and Right Boxes

    I am using the Smart specific theme on Actinic 7 but have 2 boxes, one on either side called right and left title respectively. I would like to have links in there (ie, click here to go to a different part of the website). With Pictures if possible. Please can somebody tell me how to do this.

    Many thanks

    #2
    Hi,

    You can either add the links into the 'value' field in 'Design | Options | Site Defaults' tab for the 'LEFTBARTEXT' and 'RIGHTBARTEXT' properties (these only take up to 255 characters) or edit the Act_Primary.html template (Advanced | Template Manager | Main tab (click 'Change View' if you do not see the tabs) | Primary button). Search for 'CUSTOMVAR:LEFTBARTEXT' and 'CUSTOMVAR:RIGHTBARTEXT' and replace it with your links.

    The links with images would look something like:

    Code:
    <a href="http://www.actinic.co.uk/index.html"><img src="image.gif"></a>
    (replace 'http://www.actinic.co.uk/index.html' with the page you are linking to and 'image.gif' with the image you want to use).

    Note that if you are using different primary templates then you will need to apply the changes to those too (see 'Design | Options | Layouts').
    ********************
    Tracey
    SellerDeck

    Comment

    Working...
    X