Site logo

copyright 'footer' disappeared

Home Forums Support copyright 'footer' disappeared

Home Forums Support copyright 'footer' disappeared

Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • #167691
    Jasper

    Hi Tom,

    The copyright ‘footer’ disappeared suddenly, don’t know what i did.
    When i scroll to the bottom of the page it is visible for a split second but then disappears.
    http://optiek.sierink-wp.nl

    #167737
    Tom
    Lead Developer
    Lead Developer

    Interesting, can you try #1 on this page?: https://generatepress.com/knowledgebase/debugging/

    #167747
    Jasper

    It is not caused by a plugin but some of my custom css:

    @font-face {
    font-family: ‘Arial Narrow’;
    src: url(‘http://optiek.sierink-wp.nl/arial-narrow.ttf’);
    }

    .main-navigation:not(.navigation-clone) {
    position: absolute;
    width: 100%;
    }

    .sticky-enabled .main-navigation.is_stuck {
    background-color: #e4d8e7;
    }

    .separate-containers .page-header-content {
    margin-top: 0;
    }

    hr {
    margin-top: -40px;
    border: 0;
    height: 4px;
    width: 100px;
    background-color: #1e73be;
    }

    hr.lens {
    margin-top: -40px;
    border: 0;
    height: 4px;
    width: 160px;
    background-color: #1e73be;
    }

    .panel-grid-cell .widget-title {
    text-align: center;
    font-size: 35px;
    color: purple;
    }

    .lsow-services .lsow-service .lsow-service-text {
    font-size: 20px;
    }

    #167758
    Tom
    Lead Developer
    Lead Developer

    Have you tried removing blocks of that CSS until it’s fixed?

    #167767
    Jasper

    should have done that before

    It is:

    .main-navigation:not(.navigation-clone) {
    position: absolute;
    width: 100%;
    }

    to make the menu appear inside the header

    #167771
    Tom
    Lead Developer
    Lead Developer

    Ah, now that you’re using the no effect sticky, it should be:

    .main-navigation:not(.is_stuck) {
        position: absolute;
        width: 100%;
    }
    #167776
    Jasper

    that does not bring it back

    #168412
    Tom
    Lead Developer
    Lead Developer

    Try adding this as well:

    .is_stuck+.sticky-spacer {
        display: none !important;
        visibility: hidden;
    }
    #168762
    Jasper

    This gives me the copyright ‘footer’ back, thanks. But it introduces another less important issue. Onde the sticky menu becomes active it remains active, also when scrolling back to the top of the site. But for now i’m happy.
    I guess i’ll wait on the new pageheader, i think it will be easier to include the menu in the header.

    #168877
    Tom
    Lead Developer
    Lead Developer

    I’ll be working on this more for the update and will find a solution that works 100% 🙂

    #1046383
    Robin

    Same thing happened to me: no more footer. Now in page source footer.site-info no longer exists. All was working fine. No idea what happened.

    Any chance you can take a look and see if it’s something obvious that I missed?

    https://dev.janestarks.com/

    <!– .site-footer –>

    In the offline site, all is still well:

    <!– .site-footer –>

    ANY IDEAS??

    #1046393
    Robin

    Emptied Cache.

    In wp-config, I set debug to true, MEMORY 128 MB.

    no change.

    view source shows a basically empty footer:

    <!– .site-footer –>

    this is what the footer looks like offline:

    <!– .site-footer –>

    What happened? Footer is NOT disabled anywhere that I can tell. I added no plugins from when the footer was displaying correctly.

    Please advise!

    https://dev.janestarks.com/

    #1046584
    David
    Staff
    Customer Support

    Hi there,

    can you check on the online site that 1. the Copyright Module is activated in Appearance > GeneratePress. 2. Can you provide a screenshot of the Copyright field in the Customizer?

    #1047194
    Robin

    emailed you screenshots of copyright module active (as it has been throughout) and of the copyright field in the customizer.

    #1047201
    Leo
    Staff
    Customer Support

    Any chance you can start a new topic for this?

    This topic is really old and we haven’t had this issue reported by others so it’s likely something specific to your install.

    A new topic would make it much easier for us to track.

    Let me know 🙂

Viewing 15 posts - 1 through 15 (of 17 total)
  • The topic ‘copyright 'footer' disappeared’ is closed to new replies.