Results 1 to 4 of 4
  1. #1
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Changing Major Page Layout

    Just want to ask if there is an eloquent way to reorder the display of columnleft, centerColumn and columnRight?

    I have done this dirtily...IMO as I could not quickly locate any file indicating this alignment that I could edit.

    Unless I missed it I have looked in tpl_main_page.php, column_right.php and column_left.php plus others and searched for these in the files...so I have missed it or??

    What I am looking to do is order the display from

    L - C - R

    to

    L - R - C

    or

    C - L - R

    and not break the other normal functionality.

    The containing div is mainWrapper but I can not seem to determine what predicates the rest.
    I am fairly certian that this is the last part of the table thing.

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing Major Page Layout

    I might have found this - might someone validate this:

    In tpl_main_page.php can I move from the <tr> and the following <td> to the </td> and reorder this in this manner?

    (Yeah, I know I can just try it - but I seldom ask a question)

  3. #3
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: Changing Major Page Layout

    Kobra-

    tpl_main_ page is comprised mainly of a three column table that you want to re-arrange. The empty structure looks like:
    Code:
    <table  width="100&#37;" border="0" cellspacing="0" cellpadding="0">
    	<tr>
    		<td >
    			(left column)
    		</td>
    		<td >
    			(center column)
    		</td>
    		<td >
    			(right column)
    		</td>
    	</tr>
    </table>
    You can change the order of the <td></td> sets any way you'd like as long as they stay inside the <tr></tr>. To answer your question - don't touch the <tr>
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  4. #4
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Changing Major Page Layout

    Kim,

    Thank You!!

    And this is much cleaner than what I had first done and does maintain all current functionality and admin settings.

    In the event that others might be seeking someting similar

 

 

Similar Threads

  1. Product Listing Page - Major Layout Change
    By mtparsons in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 4 Jun 2008, 03:17 PM
  2. Major issues with Column Layout / Grid Layout for Products Listing
    By kinget in forum All Other Contributions/Addons
    Replies: 5
    Last Post: 27 Jul 2007, 10:11 PM
  3. Major Layout Change
    By Lawbird123 in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 28 Jun 2007, 08:27 PM
  4. Changing Layout of Product Page
    By cvkweb in forum Templates, Stylesheets, Page Layout
    Replies: 21
    Last Post: 24 Dec 2006, 05:06 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