Magento – Removal of side poll (community poll)

magento-1.9magento-community

Im too new for magento! i wanna put off the currently magento community pool & recently viewed module — but failed.

Its details like follow.
Location: Left side of the page.
Path: Categories section
Magento version: Magento ver. 1.9.2.1

Picture:
magento_poll_cannot_remove

From the picture, there have recently viewed product module & also Community Poll. I need to remove all these modules/outputs.

Blockquote

Some response to achieve that is go admin >> CMS >> poll

Blockquote

But the issue is Poll option on Magento ver. 1.9.2.1 not available anymore.

Also, this have been done but no luck: Admin >> System >> Configuration >> Advance >> Advance: Mage_Poll Set to DISABLE.

What should i do now to make these 2 output disappear in any of the page?

Notice: Im on Magento ver. 1.9.2.1

Best Answer

The devs over at webguys.de recommending this:

Create a local.xml file inside of your theme (if not already existing) and add:

<?xml version="1.0"?>
<layout version="0.1.0">
    <default>
            <!-- Mage_Poll -->
            <remove name="right.poll" />

            <!--  Paypal ad -->
            <remove name="paypal.partner.right.logo" />          
    </default>
</layout>

Beside this, they have a few more blocks for deletion, like callout, compared, recommended, etc.

Related Topic