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.
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
do I use the same url as for rwd when creating the xml in my sub?
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.....
@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.
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.
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
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
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.
The best location would be right above the copyright statement, centered.