Announcement

Collapse
No announcement yet.

Quick section link drop-down menu

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

    Quick section link drop-down menu

    Does anyone know how to implement a drop- down menu with all sections in it? I did it with my v7 using act_drop ListBox.

    I would also,like to do a similar drop down menu containing brand names.

    I have Sellerdeck Cover..

    Many thanks

    Karen
    Kind Regards
    Karen

    Charmed Cards & Crafts

    #2
    Originally posted by KarenBM View Post
    Does anyone know how to implement a drop- down menu with all sections in it? I did it with my v7 using act_drop ListBox.

    I would also,like to do a similar drop down menu containing brand names.

    I have Sellerdeck Cover..

    Many thanks

    Karen
    This is were you make use of the block functions, there is one for top level sections and one for sub sections, using these you can generate a complete section list. If you need a complete system look at this code http://community.sellerdeck.com/showthread.php?t=38306 .

    Malcolm

    SellerDeck Accredited Partner,
    SellerDeck 2016 Extensions, and
    Custom Packages

    Comment


      #3
      Thank you Malcolm, I'll check it out. You can see what I want on my current site: www.charmedcardsandcrafts.co.uk where I placed a menu in the header.
      Kind Regards
      Karen

      Charmed Cards & Crafts

      Comment


        #4
        Originally posted by KarenBM View Post
        Thank you Malcolm, I'll check it out. You can see what I want on my current site: www.charmedcardsandcrafts.co.uk where I placed a menu in the header.
        This code comes directly from a V14 theme, other than the class names, you will need to generate the classes in the Current Stylesheet to suit your layout.

        Code:
        				<div class="header-sections">
        					<h3>Store Sections</h3>
        					<div class="section-menu">
        						<actinic:variable name="TopLevelSectionList" />
        					</div>
        				</div>

        Malcolm

        SellerDeck Accredited Partner,
        SellerDeck 2016 Extensions, and
        Custom Packages

        Comment


          #5
          Thank you Malcolm I did do that but it only inserts the list, I want a drop- down menu.
          Kind Regards
          Karen

          Charmed Cards & Crafts

          Comment


            #6
            Originally posted by KarenBM View Post
            Thank you Malcolm I did do that but it only inserts the list, I want a drop- down menu.
            Then you will need something like the code in the previous example, or you could look at the coding in the layout for the list and change it to produce the same code as per your current drop down.

            Malcolm

            SellerDeck Accredited Partner,
            SellerDeck 2016 Extensions, and
            Custom Packages

            Comment

            Working...
            X