Announcement

Collapse
No announcement yet.

NavigationBar Customization / Modification

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

    NavigationBar Customization / Modification

    Hello Community...
    Background: I'm completely new to this, and although can muddle through HTML and scripting languages, I'm really battling to get my head around Actinic!

    Design Theme: Silver

    Requirement:
    Add additional content Links within the provided navigation bar.

    Problem:
    Adding additional <li> (List Items) within the Outter Layout design corrupts spacing/look and doesn't appear to apply the same styling as can be seen with the other Link layouts that make up the nativation bar.

    Remedy: ??

    #2
    Originally posted by RakeOne View Post
    Remedy: ??
    Get yourself Firefox and the firebug addon, look at the code in realtime and see what styles are being applied.

    Comment


      #3
      Solved. -But bugged out!

      Thanks for the advice...

      I've since delved into Actinic.

      Remedy: If wanting the uniform look of the Outter Layer.

      1. Copied Home Basic Link Layout
      2. Renamed to required Link associated name. E.g. Ski Basic Link
      3. Modified code within to desired html page and text displayed (Used Variable).

      Point of notice: -Version: 10.0.1: If you copy a variable (E.g. HomeText) from the library, then modify the name and the value so that it represents your requirements (E.g. SkiText, and value "Ski"), there seems to be a bug in that the value takes the previous value ("Home") as opposed to the modified value ("Ski"). -Create a new variable that replicates that of the referenced until a fix is provided.

      Comment

      Working...
      X