Announcement

Collapse
No announcement yet.

component position

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

    component position

    Hi

    http://www.baypressservices.com/acat...rink-Film.html

    Question 1) Is it possible to move the Components below the Full Description?

    Question 2) Can the 2nd component be moved next to instead of below the first component?

    Thx
    Dave
    www.baypressservices.com

    #2
    1) Edit your Product Layout and move the lines:
    Code:
             <actinic:variable name="AttributeList" />
             <actinic:variable name="ComponentList" />
    To after:
    Code:
    	<actinic:variable name="ProductDescription" />
    2) Actinic can be extended to do this.

    Go to Design / Library / Variables, right-click Component and choose New Variable.
    Set the variable as per the attached screenshot.

    Go to Design / Library / Layouts / Component List / Standard Component List / Click here to edit list layout settings / Edit Rows And Columns. Click the first item in Middle Rows and choose Select Variable. Select ComponentListColumnCount.

    Now you can set Product Details / Layout / Component / ComponentListColumnCount to a value other than 1. You can also do this at the Site or Section Level.

    The above deals with Component Lists, which were pre-set to 1. If you want this capability on Attribute Lists, then variable AttributetColumnCount is already set-up by Actinic.
    Attached Files
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Norman
      Your solution to question 1 worked perfectly. - Thanks

      Your solution to question 2 also worked, but as can see from the link, put the second component column too far over to the right.

      http://www.baypressservices.com/acat...rink-Film.html

      Dave
      www.baypressservices.com

      Comment


        #4
        Someone has meddled with layout Radio Button Permutation List / click here to edit list layout settings / Overall Design / Start Of List - and has added a width="500" to the table tag. Delete it.
        Norman - www.drillpine.biz
        Edinburgh, U K / Bitez, Turkey

        Comment


          #5
          Norman
          That edit is in for pages like this.

          http://www.baypressservices.com/acatalog/MyroL-DS.html

          If we take the W=500 out, than it looks like the attached screenshot.

          Dave
          Attached Files
          www.baypressservices.com

          Comment


            #6
            162 bytes does not a screenshot make!

            You could try using a

            BlockIf ComponentListColumnCount == 1

            to set the width="500" only when the column count is 1.
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment


              #7
              Sorry
              This should look better.

              Trying your "Block If"
              Attached Files
              www.baypressservices.com

              Comment


                #8
                Norman
                Thank You very much.
                Your patience is amazing.
                Next time you get to the San Francisco area, please look me up. I owe you a Texas size steak dinner.
                Dave
                www.baypressservices.com

                Comment

                Working...
                X