• Resolved jaymw

    (@jaymw)


    I am having 3 issues.

    1. My home page actually says “HOME” on it. Why and how do I get to stop doing this? I rechecked my site and it appears that many pages display the page title on the page.

    2. How do I customize my sidebars? When I was running Estancia I had the side bars to be a contact me field.

    3. Generate Press is supposed to be fully mobile responsive (I take that to mean it will auto fit mobile devices). The text on my home page on an iphone 6 plus (large screen) is so large it runs beyond the borders of the screen.

    I had to switch from Estacia because it was not mobile compatible.

    Than you.

    My site is: symmetryprecisionfitness.com

Viewing 1 replies (of 1 total)
  • Theme Author Tom

    (@edge22)

    Hi there,

    1. This is common practice in websites and WordPress themes – users usually want a page title in an <h1> at the top of their page, as it’s good for SEO. You can remove this one of two ways.

    Hide them with CSS:

    .page .entry-header {
          display: none;
    }

    Or remove them completely with a PHP functions: https://gist.github.com/generatepress/261aa39f5e594c243c02

    Adding CSS: http://generatepress.com/knowledgebase/adding-css/
    Adding PHP: http://generatepress.com/knowledgebase/adding-php-functions/

    2. Sidebars are built using widgets (as with any WP theme). You can add/edit your widgets in “Appearance > Widgets” inside your Dashboard.

    3. The website you linked to isn’t actually using GeneratePress, which means the above won’t actually work for you – it’s all GP specific. It seems the theme you’re using now isn’t mobile responsive. GP definitely is, but I would have to see it activated to see what’s going on with the text.

Viewing 1 replies (of 1 total)
  • The topic ‘Generate Press Help’ is closed to new replies.