Results 1 to 10 of 30

Hybrid View

  1. #1
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: How To Reposition Attributes?

    May you have a good and sound sleep...

    I changed my Stylesheet.css with the codes you gave last..., and see nothing much changed ... on the screen...


  2. #2
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How To Reposition Attributes?

    New css in file that is attached. Also a screen shot of where that takes us. Getting there I think. I am sure that you can fiddle with it and make it look better!

    You need to add an option comment for lettering location (done in admin) that will make the column headings. All the headings will be in the comment. Then we will get rid of the existing word 'location' via the css which is just there as a placeholder at the moment.

    let me know...
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	snapper1249031527893.jpg 
Views:	118 
Size:	34.8 KB 
ID:	6208  
    Attached Files Attached Files

  3. #3
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: How To Reposition Attributes?

    Thanks Nick for the codes.
    Thanks to your help, my page looks like the following now.




    Now the job left is

    to move down the input boxes to align with option names (input boxes appear to show a bit higher than option names),
    to make the "how many person"'s box smaller,
    to move up the input boxes of lettering text, lettering font type and font colors to be at the same level (or line),
    and then bring the "Tell a freiend" box closer to the "Write a review." box.

    Thanks for coaching me and others who will learn by reading these posts of yours...

    richardyim
    Last edited by youshine; 31 Jul 2009 at 06:53 PM.

  4. #4
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: How To Reposition Attributes?

    As you can see by clicking here below link:
    http://phoup.com/zencart1/index.php?...products_id=17

    I was able to solve last two items in my "job to do", by removing <br> in the tpl_module_attributes.php.
    =========
    div class="wrapperAttribsOptions" id="attributeBox-<?php echo $new4 ?>">

    <h4 class="optionName back"><?php echo $options_name[$i]; ?></h4>
    <div class="back"><?php echo "\n" . $options_menu[$i]; ?></div>
    < ! br>
    </div>
    ======
    and by removing {clear:both"} and entering {float:left} at the Stylesheet.css as shown below.
    ==
    /*Shopping Cart Display*/
    #productTellFriendLink{float: left;}
    #cartAdd {
    ======

    So I had two what you called; "Aha" moments... he he he... all thanks to your prodding...

  5. #5
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How To Reposition Attributes?

    Hey that's great - those moments are great,eh?

    So, where does that leave us?

    Point two fist. Just add the following in to the stylesheet:
    Code:
    #attributeBox-howmanypersons input{width:50px;}
    About point one. One of those browser things - it looks fine in Firefox. Let me see if I can come up with a more stable cross browser thing. You will have to help me because I can't really test in IE here at the moment!

  6. #6
    Join Date
    Apr 2009
    Posts
    2,134
    Plugin Contributions
    3

    Default Re: How To Reposition Attributes?

    Try this at the bottom of the stylesheet:

    Code:
    #attributeBox-photo1{border: 1px solid green;height:22px;}
    #attributeBox-photo2{border: 1px solid green;height:22px;}
    #attributeBox-photo3{border: 1px solid green;height:22px;}
    #attributeBox-backgroundphoto4{border: 1px solid green;height:22px;}
    #attributeBox-photo5{border: 1px solid green;height:22px;}
    
    #attributeBox-photo1 h4{margin:0;}
    #attributeBox-photo2 h4{margin:0;}
    #attributeBox-photo3 h4{margin:0;}
    #attributeBox-backgroundphoto4 h4{margin:0;}
    #attributeBox-photo5 h4{margin:0;}
    I have put some borders in to see what is going on more clearly and then I have taken the margins out of the h4s.

    Tell me how you get on.....

  7. #7
    Join Date
    Jun 2009
    Posts
    42
    Plugin Contributions
    0

    Default Re: How To Reposition Attributes?

    Just saw the finished page with your last codes and my face beams with joy..... YOU MADE MY DAY, NICK!
    Thank you, thank you!

    This world is much nicer place to sojourn because of people like you willing to help others.

    In appreciation, let me play a song which I enjoy.....
    <embed src=http://www.youshineblog.com/mp3/karas2.mp3 width=300 height=50></embed>


    It's from one of my old LP records.

    http://www.youshineblog.com/mp3/g.m.-a.w..asf
    Last edited by youshine; 31 Jul 2009 at 11:13 PM.

 

 

Similar Threads

  1. Reposition Multiple Images
    By ricangem in forum Setting Up Categories, Products, Attributes
    Replies: 11
    Last Post: 21 Jul 2011, 02:05 PM
  2. How to reposition Size attribute?
    By Asdesign in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 11 Jun 2009, 04:05 AM
  3. How do I reposition the registration and login text on my homepage?
    By elainedutton in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 2 Jun 2008, 10:37 PM
  4. how do i move/reposition the 'add to cart' button?
    By what44 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 27 Oct 2007, 08:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg