Results 1 to 4 of 4
  1. #1
    Join Date
    Mar 2007
    Posts
    104
    Plugin Contributions
    0

    Default How can I accomplish this look?

    I want to do 2 things...

    1) I don't want any sideboxes on the main page. I've made the menu in ez-pages at the top. *(www dot skytradingusa dot com)

    2) When you click on a category, I want it to be formatted like this *(see attached image). Notice left side menu.

    Any ideas?

    Thanks in advance!
    Len
    Attached Images Attached Images  

  2. #2
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: How can I accomplish this look?

    LEN BO!

    How's it? So to achieve the following objective...it looks like what you've done right now is turned off the side boxes globally which is not exactly what you want to do.

    Alot of this is going to be done with 4 simple tools...tpl_main_page (which can be found in the common folder)...admin side....your stylesheet...and the tool you will learn to love the most...firefox w/ design tool.

    The first step you are going to want to take is to disable your right side box globally (as it does not look like you have that in any part of your design). To do this go to your admin side | configuration | layout settings | and set column right status - global to 0.

    So now the right side boxes are taken care of....

    The second step you are going to want to make is while still being on your admin side go to Tools | Layout Boxes Controller | and whatever sideboxes you are going to want on the left make sure they are turned on to the left side.

    Third step you are going to take is go to your tpl_main_page.php and under the line

    if (in_array($current_page_base,explode(",",'list_pages_to_skip_all_right_sideboxes _on_here,separated_by_commas,and_no_spaces')) ) {
    $flag_disable_right = true;
    }

    paste this

    if ($this_is_home_page) {
    $flag_disable_left = true;
    }

    That takes care of the left side box not being on the home page but being on the category pages...

    As far as the sideboxes goes use the firefox designer tool bar to find out what the classes are and make it work as needed...if you have any further questions don't be afraid to ask

  3. #3
    Join Date
    Aug 2007
    Posts
    64
    Plugin Contributions
    0

    Default Re: How can I accomplish this look?

    Ahh the side boxes! I saw your post from the other day and realize that you are wanting to do something totally different with the side boxes...as in making them dynamic...I have a few ideas on how to do this but unfort. I don't have time write it all out. Sorry mate!

  4. #4
    Join Date
    Mar 2007
    Posts
    104
    Plugin Contributions
    0

    Default Re: How can I accomplish this look?

    Awwwwww man! What a cliffhanger! lol

    I understand...

    Respectfully,
    Len

 

 

Similar Threads

  1. v150 Product Pages look didfferent. How can this be?
    By coreyalderin in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 14 Sep 2012, 05:54 AM
  2. How to accomplish this with attributes?
    By TamyA in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 23 Mar 2010, 03:07 PM
  3. how can i accomplish this with attributes?
    By bangsters in forum General Questions
    Replies: 6
    Last Post: 15 Dec 2009, 11:40 AM
  4. How can I change the look of the navigation side bar, to look like this
    By paha in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 12 Mar 2008, 04:45 AM
  5. How to accomplish this navigation
    By 04gotgoat? in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 26 Dec 2007, 06:39 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