Tagged: , ,

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #519768

    Hello,

    I have problems removing the title bar from my main blog page (the one with all blog posts).
    The blog page is built with the ALB with a fullscreen image on top and a masonry of all blog posts below. I’ve disabled the title bar for the whole site and it works perfect, except one page: the blog page. On the single blog post pages, the title bar is hidden like it should be.

    .title_container { display: none!important; } has no effect

    Can you help me out with this question?

    Thanks in advance
    mindator

    • This topic was modified 9 years, 1 month ago by mindator.
    #519885

    Hey mindator!

    Can you please flush browser cache and refresh your page a few times? It does work fine on my end [screenshot in private content field]

    Regards,
    Yigit

    #519909

    Hej Yigit,

    Thanks for your fast answer.
    Your picture shows exactly my problem…!

    The white bar, where normally the Title is placed, should be hidden! I don’t want this white space on top of my picture…

    Any suggestions?
    Thanks in advance
    mindator

    #520576

    Hey!

    Look like you managed to disable it because I don’t see the whitespace above the posts anymore. If not, try to hide the title container on Enfold > Header panel. Disable the “Header Title and Breadcrumbs” option.

    Cheers!
    Ismael

    #520604

    Hi Ismael,

    I’ve changed the settings in the theme option to “Raster Layout” for the blog. If I chose the ALB, it always shows this empty title container on top.

    I disabled the title and breadcrumbs function for the whole site, but it’s not working on the blog page.
    Can you confirm that? I switched back with the settings, so please take a look to the URL below.

    Thanks in advance

    #520758

    Hi!

    Looks like there is an empty section on top of the page. Can you please provide the login details? We would like to check it.

    Regards,
    Ismael

    #520762

    Hi Ismael,

    you will find the login details below.

    The following combination causes this “error”.
    – activate ALB for the Blog in theme settings
    – big picture or color section on top of the main blog page
    – title and breadcrumbs globally disabled
    – custom CSS for hiding this bar are not working

    Thanks in advance
    mindator

    #520890

    Hi!

    I added following code to bottom of your Style.css file of your child theme and it helped

    .page-id-106 #main>.fullsize>.container>main {
        display: none;
    }

    Please review your website now

    Regards,
    Yigit

    #521595

    Hi Yigit,

    ok, so you hide the container on this particular page.
    Thanks for your help!

    But so I’m right, under the circumstances above, the title bar is added even the whole bar is deactivated!
    Maybe you can add this “bug” to your list?

    Thanks in advance
    mindator

    #522269

    Hey!

    You are welcome, glad we could help!
    We will look into it :)
    Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Remove title bar from blog page’ is closed to new replies.