cancel
Showing results for 
Search instead for 
Did you mean: 

Paypal logo in wrong location - RWD

Paypal logo in wrong location - RWD

I can't seem to find where the paypal logo is controlled or added to the right side of the main screen in RWD.  I need to move it to the footer.

 

13 REPLIES 13

Re: Paypal logo in wrong location - RWD

Hello,

 

You need to edit your paypal.xml file to change location of this.

 

navigation too template/rwd/default/layout/paypal.xml

 

I suggest copying this file to your sub theme before making changes.

 

Find the blocks:

 

 <reference name="right">
            <block type="paypal/logo" name="paypal.partner.right.logo" template="paypal/partner/logo.phtml">
                <!--action method="setLogoType"><value>wePrefer_150x60</value></action-->
            </block>

 

This will be referenced multiple times for different pages such as anchor categories.

 

Change the reference name to footer.

 

This should work.

 

REMEMBER TO REFRESH YOUR CACHE

 


Freelance Web Developer - Graphic Designer - SEO Analyst
Conor Rhys Tomkins

Re: Paypal logo in wrong location - RWD

do I use the same url as for rwd when creating the xml in my sub?

 

Re: Paypal logo in wrong location - RWD

Ok I created the following path:

 

app/design/frontend/MyDomain/default/layout

 

I added paypal.xml to that directory and made the changes you suggested.

 

I went into System | Configuration | Design and changed the location of the layout to MyDomain.

 

Refreshed and its still the same..... 

 

 

Re: Paypal logo in wrong location - RWD

@dpalmeuse the same technique as done with the styles to create the new folder for your sub template. It is the accepted solution on this thread.

 

http://community.magento.com/t5/Installing-Magento/Change-RWD-colors/m-p/1654#M235

 

Use the same sub template name as you did in your skins, and also update the backend design settings so layout/blocks uses the sub template as primary, same as done with the styles/images.

 


Freelance Web Developer - Graphic Designer - SEO Analyst
Conor Rhys Tomkins

Re: Paypal logo in wrong location - RWD

Ok I went back and updated it with the same settings as we used in the skins layout, but it still hasn't made a difference.

 

Re: Paypal logo in wrong location - RWD

Are you sure you added the new XML file at

 

app/design/frontend/RWD/YOUR_THEME/layout/paypal.xml?

 

Also are you sure you did not edit the xml file which was in the default?

 

Kind Regards


Freelance Web Developer - Graphic Designer - SEO Analyst
Conor Rhys Tomkins

Re: Paypal logo in wrong location - RWD

I copied the paypal.xml from /home/My_Domain/www/data/app/design/frontend/rwd/default/layout/paypal.xml to /home/_MyDomain/www/data/app/design/frontend/rwd/My_Domain/layout/paypal.xml 

 

and edited that copy

 

Re: Paypal logo in wrong location - RWD

Ok, it may have been cache related why it wasn't redisplaying correctly.  I have it in the footer section but its along the right side.  

 

I still need it to be below the footer links..... 

 

IE: I will also need to add Visa logo as well as mastercard, discover, etc.

 

 

Re: Paypal logo in wrong location - RWD

The best location would be right above the copyright statement, centered.