Viewing 7 replies - 1 through 7 (of 7 total)
  • Jessica G.

    (@jesscga)

    Automattic Happiness Engineer

    The content on the right is coming from the sidebar. If there’s an option for a full-width page template, selecting it should keep the sidebar from appearing. You can also go into Appearance –> Widgets, open the main sidebar, and delete the text block, if you don’t want it to appear on any other pages.

    Thread Starter Mickle Berra

    (@mickle-berra)

    Even when I delete it from the Footer Widget, it would still appear on the right side.

    And how can you have content it should appear only on the home page?

    Thanks,
    MB

    Thread Starter Mickle Berra

    (@mickle-berra)

    I locate the option for a full-width page template. That works to delete the duplicate.

    If there is an option to have the content only on the home page, that would be even better!
    If you know how you do that, please share.

    Thanks,
    MB

    hannah

    (@hannahritner)

    Hi MB,
    Right now I am seeing nothing in your sidebar. if you’d like you can add content from Appearance > Widgets then you can choose to only show this on the homepage by selecting fullwidth templates for all your other pages. Or if you want sidebars to display on other pages with different content you can create custom sidebars from Appearance > Theme Options > Misc Settings.
    Hope that’s helpful!

    Hannah

    Thread Starter Mickle Berra

    (@mickle-berra)

    That doesn’t work. Changing to fullwidth template only delete the content from the side. On the footer it would still appear on all pages.

    Thanks,
    MB

    hannah

    (@hannahritner)

    So you’re wanting to hide the footer content on all pages besides the homepage? Try adding this to your custom css box in Theme Options > Advanced Settings:

    .footercol1 {
        display: none;
    }
    .home .footercol1 {
        display: block !important;
    }

    Hannah

    Thread Starter Mickle Berra

    (@mickle-berra)

    That works!

    Thank you.
    MB

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to remove duplicate contend from "Contact Us" page’ is closed to new replies.