Site logo

Archived topic

copyright 'footer' disappeared

16 replies · Started by Jasper on January 24, 2016

Viewing posts 1–15 of 17

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

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;
}

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

should have done that before

It is:

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

to make the menu appear inside the header

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

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

that does not bring it back

Try adding this as well:

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

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.

I'll be working on this more for the update and will find a solution that works 100% :)

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??

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/

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?

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

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 :)

This archived topic is closed to new replies.