• Resolved Thobie

    (@thobie)


    After the last update of the Sydney theme from version 2.38 to 2.39, the heading “Archive” suddenly appears on the start page of my food blog https://www.nudelheissundhos.de, which actually only appears on archive pages, but not on the start page, which only lists the current posts.

    How do I fix this?

    I can hide the heading with CSS, but it’s still annoying.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @thobie,

    Sorry for the trouble.

    I agree that start page which shows list of posts should not display “Archive” heading. That being said, I’ll flag your report to our internal improvement/feature requests radar.

    Meanwhile, you can hide it with this simple CSS code:

    .home.blog .page-header {
    display: none;
    }

    Add it to Appearance > Customize > Additional CSS from dashboard.

    jjriet1980

    (@jjriet1980)

    for me, http://www.viridiair.nl it still does not working with:

    .home.blog .page-header {
    display: none;
    }

    jjriet1980

    (@jjriet1980)

    and this is not working too….

    jQuery(function($) {

    if( $(‘.archive-title’).length ) {
    var arvTitle = $(‘.archive-title’).text();
    var NewArvTitle = arvTitle.replace(‘Category’, ”);
    $(‘.archive-title’).text(NewArvTitle);
    }

    });

    Thread Starter Thobie

    (@thobie)

    The problem with the nonsensical heading “Archive” has been fixed with the last update of the theme from 2.39 to 2.40. CSS code is no longer necessary.

Viewing 4 replies - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.