Announcement

Collapse
No announcement yet.

Creating custom sidebars - Iron/Wool

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

    Creating custom sidebars - Iron/Wool

    I am fairly new to HTML 5 and trying to understand how the to create the types of effects and features that I would like using the Miva supplied and offline resources like dreamweaver.

    My challenge of the day is trying to create custom sidebars where the category tree would normally go. I have created the new navigation tree in the readytheme settings area, I just can't figure out how to get it to display on the page.

    Please see the page here. Any ideas would be appreciated:
    http://dev.nightoptics.com/about-us.htm
    Night Optics USA | Huntington Beach, CA

    #2
    Re: Creating custom sidebars - Iron/Wool

    You can easily call readytheme navigation set by
    Code:
    <mvt:item name="readytheme"  param="navigationset( 'new-navigation-tree' )" />
    after assigning readytheme item to the page. Is this not working in the page?
    Rajnish Sinha
    ---------------------
    https://twitter.com/rajnishsi

    Comment


      #3
      Re: Creating custom sidebars - Iron/Wool

      Originally posted by rajnishsi View Post
      You can easily call readytheme navigation set by
      Code:
      <mvt:item name="readytheme"  param="navigationset( 'new-navigation-tree' )" />
      after assigning readytheme item to the page. Is this not working in the page?
      Thanks, yes it does work, but I can't figure out how to get it into the black spot on the side. The CSS code, even for the category tree either hides the content or simply leaves it on the right side of the screen where the main content is. I could write special CSS for it but whats the point if its already there. Just trying figure out whens going to get it working with existing CSS
      Night Optics USA | Huntington Beach, CA

      Comment


        #4
        Re: Creating custom sidebars - Iron/Wool

        The CSS codes need to be checked. If you feel comfortable email me the details at [email protected].
        Rajnish Sinha
        ---------------------
        https://twitter.com/rajnishsi

        Comment

        Working...
        X