Try the Demo

Magento

eCommerce Software for Online Growth

Magento Forum

Our new hosted solution for small & emerging businesses
   
Page 1 of 2
3-column layout not working
 
Rooney786
Sr. Member
 
Total Posts:  87
Joined:  2009-03-25
England
 

Hello there can any one help me out with this, I am using hellothemes, the problem 2-column with left and right side layouts working perfectly but when i selected the 3-column right side boxes didnt appear what shall i do?????

Regards
Haroon

 Signature 

Bed Linen and Bedding Accessories

 
Magento Community Magento Community
Magento Community
Magento Community
 
CT Schubert
Sr. Member
 
Avatar
Total Posts:  188
Joined:  2008-10-08
Southern California
 

In what part of the system are you selecting this 3-column layout?

 Signature 

CT Schubert
http://www.CTSchubert.com
Website Development - Hosting - IT Consulting/Support

 
Magento Community Magento Community
Magento Community
Magento Community
 
Rooney786
Sr. Member
 
Total Posts:  87
Joined:  2009-03-25
England
 

@ CT Schubert
I selected from cms homepage it is showing there but not coming on the pages i tried in catagories and product pag as well but its not seems to be working there.

Regards
Haroon

 Signature 

Bed Linen and Bedding Accessories

 
Magento Community Magento Community
Magento Community
Magento Community
 
Rooney786
Sr. Member
 
Total Posts:  87
Joined:  2009-03-25
England
 

any one any suggession please coz i tried everything rather than installing fresh copy of magento which i cant do nw:(

 Signature 

Bed Linen and Bedding Accessories

 
Magento Community Magento Community
Magento Community
Magento Community
 
studio7
Jr. Member
 
Avatar
Total Posts:  10
Joined:  2009-05-27
Fargo, ND
 

Do you have a link or screenshot so we can see whats happening?

 
Magento Community Magento Community
Magento Community
Magento Community
 
Rooney786
Sr. Member
 
Total Posts:  87
Joined:  2009-03-25
England
 

Ok the 1st image is with three column which is not showing the right hand side boxes
here is the webpage link: http://www.matchingbedrooms.com

and the second image is 2-columns-with right side

I knw i am doing something wrong unno where

Image Attachments
page.jpgpage1.jpg
 Signature 

Bed Linen and Bedding Accessories

 
Magento Community Magento Community
Magento Community
Magento Community
 
Rooney786
Sr. Member
 
Total Posts:  87
Joined:  2009-03-25
England
 

any help would be much appreciated

 Signature 

Bed Linen and Bedding Accessories

 
Magento Community Magento Community
Magento Community
Magento Community
 
Asia Connect Support™
Member
 
Avatar
Total Posts:  32
Joined:  2009-07-13
 

If you are sure that you have chosen 3 columns layout then I believe that your 3 columns layout template is implemented incorrectly, that does not support right sidebar.

Please check the template to make sure it is implemented correctly:

magento\app\design\frontend\default\<your theme>\template\page\3columns.phtml

 Signature 

--
Asia Connect Support™
Magento Customization Tips | Magento SEO Tips
Magento Demo | Magento Showcase
Magento Customization Resources & Services

 
Magento Community Magento Community
Magento Community
Magento Community
 
Rooney786
Sr. Member
 
Total Posts:  87
Joined:  2009-03-25
England
 
Asia Connect Support™ - 19 July 2009 05:30 AM

If you are sure that you have chosen 3 columns layout then I believe that your 3 columns layout template is implemented incorrectly, that does not support right sidebar.

Please check the template to make sure it is implemented correctly:

magento\app\design\frontend\default\<your theme>\template\page\3columns.phtml

Hi i have tried to change the code
Before it was:

<div class="middle layout-2columns">
                <
div class="col-left sidebar" id="col-left">
                    
<?php echo $this->getChildHtml('left'?>&nbsp;
                </
div>
                <
div class="col-main" id="main">
                    
<?php echo $this->getChildHtml('global_messages'?>
                    <?php 
echo $this->getChildHtml('content'?>
                
</div>
            </
div>
        </
div>
I changed that to :
<div class="middle col-3-layout">
                <
div class="col-left sidebar" id="col-left">
                    
<?php echo $this->getChildHtml('left'?>&nbsp;
                </
div>
                <
div class="col-main" id="main">
                    
<?php echo $this->getChildHtml('global_messages'?>
                    <?php 
echo $this->getChildHtml('content'?>
                
</div>
                <
div class="col-right sidebar" id="col-right">
                    
<?php echo $this->getChildHtml('right'?>&nbsp;
                </
div>
            </
div>
        </
div>
And i have made changes to css as well it worked like that but on the catagory page right side is ccovering the products any suggession

File Attachments
3columns.phtml  (File Size: 3KB - Downloads: 105)
 Signature 

Bed Linen and Bedding Accessories

 
Magento Community Magento Community
Magento Community
Magento Community
 
Asia Connect Support™
Member
 
Avatar
Total Posts:  32
Joined:  2009-07-13
 

Make sure you have turn off cache, use correct layout in catalog.xml and catalog admin

 Signature 

--
Asia Connect Support™
Magento Customization Tips | Magento SEO Tips
Magento Demo | Magento Showcase
Magento Customization Resources & Services

 
Magento Community Magento Community
Magento Community
Magento Community
 
Rooney786
Sr. Member
 
Total Posts:  87
Joined:  2009-03-25
England
 

em not sure what to change in that have a look at my catalog.xml file

File Attachments
catalog.xml  (File Size: 21KB - Downloads: 125)
 Signature 

Bed Linen and Bedding Accessories

 
Magento Community Magento Community
Magento Community
Magento Community
 
Tomas iTokas
Member
 
Total Posts:  39
Joined:  2010-06-07
 

I have the same problem with HelloThemes.com

 Signature 

| iTokas - When businesses needs solutions on web.
Professional website design and development services !
| E-commerce solutions and SEO
Working on: mulas.lt

 
Magento Community Magento Community
Magento Community
Magento Community
 
kobold
Jr. Member
 
Total Posts:  4
Joined:  2010-06-02
 

Same issue here. Using Magento 1.4.1.1

 
Magento Community Magento Community
Magento Community
Magento Community
 
Steve Berrill
Jr. Member
 
Avatar
Total Posts:  28
Joined:  2010-09-21
Preston
 

hi all, I am having the same problem, it must be with certain themes, my cache is disabled for testing purposes and the 3columns.phtml file looks fine as the right sidebar is set to right

here is my code

<body<?php echo $this->getBodyClass()?' class="'.$this->getBodyClass().'"':'' ?>>
<
div class="wrapper">
    <
div class="page">
        <
div class="header-container"><?php echo $this->getChildHtml('header'?></div>
        <
div class="main col3-layout">
            
<?php echo $this->getChildHtml('breadcrumbs'?>
            
<div class="col-left sidebar"><?php echo $this->getChildHtml('left'?></div>
            <
div class="col-right sidebar"><?php echo $this->getChildHtml('right'?></div>
            <
div class="col-main">
                
<?php echo $this->getChildHtml('global_messages'?>
                <?php 
echo $this->getChildHtml('content'?>
            
</div>
        </
div>
        <
div class="footer"><?php echo $this->getChildHtml('footer'?></div>
        
<?php echo $this->getChildHtml('before_body_end'?>
    
</div>
</
div>
<?php echo $this->getAbsoluteFooter() ?>
</body>

Also check my screenshots

Image Attachments
3colums_frontend.jpg3colums_admin.jpg
 Signature 

Dectec Trade Decorating Supplies
Decorating Sundries Store
Web Designer Preston

 
Magento Community Magento Community
Magento Community
Magento Community
 
sherrie
Moderator
 
Avatar
Total Posts:  1636
Joined:  2007-12-14
Illinois, USA
 

Out of curiosity - are you sure you have blocks assigned to your third column for the default page?

 Signature 

Creativity is falling in love with the world. – Dewitt Jones
Community Extensions: Pickup at Event/Multiple Flatrates + Minimum Quantity Required
I’m a very random person, catch me if you can: http://www.twitter.com/sherrierohde

 
Magento Community Magento Community
Magento Community
Magento Community
 
darylnelson
Jr. Member
 
Total Posts:  15
Joined:  2010-10-23
 

any one any suggession please coz i attempted all rather than installing newly copy of magento which i cant do nw:(

 Signature 

XXXXX

 
Magento Community Magento Community
Magento Community
Magento Community
Magento Community
Magento Community
    Back to top
Page 1 of 2
 
© Copyright 2012 Magento Inc.
Privacy Policy|Terms of Service
Magento Community Count
697453 users|1855 users currently online|496729 forum posts