This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

full width page, no title

Resolved 5 replies premiumthemetheme-vantage
10 years ago · Last reply by Andrew Misplon 10 years ago

Hi,

I am using Vantage Premium layout. I have selected “full width layout, not title” at my blog-page. It worked fine. But in every single post, it shows the title and I have no opportunity to select the “full width page, no title”-layout in the single post entry. Hope you can help me to solve that problem.

Thanks,
Birgit

PS my first time in a forum … how exciting. ;-)

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

5
  1. Andrew Misplon Staff 10 years, 10 months ago

    Hi Birgit

    Welcome :)

    Vantage currently lacks the option you’re looking for with regards to globally setting the single post layout.

    Sidebar

    You could consider using Jetpack Widget Visibility:
    http://jetpack.me/support/widget-visibility/

    That’ll let you do things like say, never display this widget on single post pages. Once you’ve done that to all your sidebar widgets, the sidebar will fall away from single posts.

    Post Titles
    We’ll need to use a little Custom CSS for that:

    /* Hide post titles on single post pages */
    article.post .entry-header h1.entry-title { display: none; }

    Insert the above at Appearance > Custom CSS.

  2. Birgit 10 years, 10 months ago

    HI Andrew,

    thank you for your soon reply and sorry for my late one …

    Hiding the post title worked fine … I am really happy about that.

    BUT

    It makes problems when using widgets, for example ³blogroll². The user can´t see the title in the blogroll and at the same time, there is link to get from the overview to a single post. See: http://www.langsichtig.at/wp/
    The blogroll on the bottom of the site …

    What can we do now?

    Warmly

    Birgit

    Am 02.04.15 15:45 schrieb "Andrew Misplon" unter
    <forum+11865-u19817-115b14b1e9b7f2e680a2802902588132f96e95df@siteorigin.com>
    :

  3. Andrew Misplon Staff 10 years, 10 months ago

    Sure, let’s try changing that to:

    /* Hide post titles on single post pages */
    body.single article.post .entry-header h1.entry-title { display: none; }
  4. Birgit 10 years, 10 months ago

    Great! It worked fine. :-)
    Thank you!!!

    Am 08.04.15 17:06 schrieb "Andrew Misplon" unter
    <forum+11865-u19817-115b14b1e9b7f2e680a2802902588132f96e95df@siteorigin.com>
    :

  5. Andrew Misplon Staff 10 years, 10 months ago

    Super, glad to hear that did the trick :)

Replies on this thread are closed.

Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Have a different question or issue?

Start New Thread