Page 1 of 2 12 LastLast
Results 1 to 10 of 19
  1. #1
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Categories box moves when Subcategories are added

    My website link is www.desertskyink.net. When you click on Brother and test1, test2, test3 subcategories, the categories box moves way to the right. How can I keep it to the left as it is on the home page?

  2. #2
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Categories box moves when Subcategories are added

    Go into Admin-Configuration-Layout Settings;

    `Check your pixel values of the left/right column widths. I suspect there is a value of 0px(zero) on the left one.

  3. #3
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    That was the problem....thanks!!

  4. #4
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    That did work great, but now when a person clicks on one of the categories or subcategories, the bottom line separator touches the Information Box. Is there a setting that would give padding between the two?

  5. #5
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    Also, it looks like the 'New Products' box goes away the further I go into the category selections, that is why it is touching, but I was wondering how I can avoid this and leave some space between the Information box and the green line separator.

  6. #6
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Categories box moves when Subcategories are added

    You're welcome, glad to hear all is good now.

    `I think I know what you're talking about, you need a bump-stop installed.

    Find in your stylesheet.css;
    Code:
    .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
        border: 1px solid #9a9a9a;
        border-bottom: 5px solid #027c29;
    	margin-top: 1.5em;
    	}
    Replace with;
    Code:
     .leftBoxContainer, .rightBoxContainer {
    	margin: 0em;
            border: 1px solid #9a9a9a;
            border-bottom: 5px solid #027c29;
    	margin-top: 1.5em;    
            margin-bottom: 1.5em;
            }
    So, now you will have an equal margin bottom as top. You can lower the value if you wish.

  7. #7
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    Thank you again....that worked great!!

  8. #8
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    One more question if you don't mind....I'm trying to upload images and it seems to not be working. On my website I get no_picture.gif instead of the image that is supposed to display. I have tried to upload the image and that didn't work, and then I tried to put in the URL via the Admin console and set all directories and subdirectories to 777, but it still won't work. I have noticed other posts out there for people having the same problem, but have seen no solutions. I am using Zen 1.3.5. Thx, so far you have been a huge help.

  9. #9
    Join Date
    Aug 2006
    Location
    Canada
    Posts
    1,029
    Plugin Contributions
    5

    Default Re: Categories box moves when Subcategories are added

    You're welcome and no, I don't mind. Which pictures? I get only one report of your header_bg being broken.

  10. #10
    Join Date
    Oct 2006
    Posts
    151
    Plugin Contributions
    0

    Default Re: Categories box moves when Subcategories are added

    The pictures for my products. I tried to upload them and also tried to put in the URL when I added products under 'Categories', but when I click on the product pictures, it shows the no_picture.gif. It seems it happened since I upgraded to 1.3.5.

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 6 Dec 2010, 07:04 PM
  2. Category description missing when products are added
    By inestine in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 26 Oct 2010, 08:43 PM
  3. Alphabetical categories but the subcategories are not. Link inside
    By Cyclespares in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 25 Feb 2009, 10:20 PM
  4. Pricing wrong when attributes are added
    By margecc in forum Setting Up Categories, Products, Attributes
    Replies: 4
    Last Post: 9 Oct 2008, 08:45 PM
  5. Right Sidebox moves over when in categories on IE
    By SCVLLC in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 27 Sep 2008, 10:24 AM

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