- This topic has 16 replies, 5 voices, and was last updated 5 years, 11 months ago by
Leo.
-
AuthorPosts
-
January 24, 2016 at 3:45 am #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.nlJanuary 24, 2016 at 10:20 am #167737Tom
Lead DeveloperLead DeveloperInteresting, can you try #1 on this page?: https://generatepress.com/knowledgebase/debugging/
January 24, 2016 at 10:33 am #167747Jasper
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;
}January 24, 2016 at 11:01 am #167758Tom
Lead DeveloperLead DeveloperHave you tried removing blocks of that CSS until it’s fixed?
January 24, 2016 at 11:18 am #167767Jasper
should have done that before
It is:
.main-navigation:not(.navigation-clone) {
position: absolute;
width: 100%;
}to make the menu appear inside the header
January 24, 2016 at 11:41 am #167771Tom
Lead DeveloperLead DeveloperAh, now that you’re using the no effect sticky, it should be:
.main-navigation:not(.is_stuck) { position: absolute; width: 100%; }
January 24, 2016 at 11:57 am #167776Jasper
that does not bring it back
January 27, 2016 at 10:27 am #168412Tom
Lead DeveloperLead DeveloperTry adding this as well:
.is_stuck+.sticky-spacer { display: none !important; visibility: hidden; }
January 29, 2016 at 12:39 am #168762Jasper
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.January 29, 2016 at 11:06 am #168877Tom
Lead DeveloperLead DeveloperI’ll be working on this more for the update and will find a solution that works 100% 🙂
October 27, 2019 at 9:49 pm #1046383Robin
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?
<!– .site-footer –>
In the offline site, all is still well:
<footer class=”site-info” itemtype=”https://schema.org/WPFooter” itemscope>©2019 Jane Kammerer Starks HOME</footer><!– .site-info –>
<!– .site-footer –>
ANY IDEAS??
October 27, 2019 at 10:31 pm #1046393Robin
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:
<footer class=”site-info” itemtype=”https://schema.org/WPFooter” itemscope>©2019 Jane Kammerer Starks HOME</footer><!– .site-info –>
<!– .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!
October 28, 2019 at 4:49 am #1046584David
StaffCustomer SupportHi 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?
October 28, 2019 at 1:15 pm #1047194Robin
emailed you screenshots of copyright module active (as it has been throughout) and of the copyright field in the customizer.
October 28, 2019 at 1:22 pm #1047201Leo
StaffCustomer SupportAny 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 🙂
-
AuthorPosts
- The topic ‘copyright 'footer' disappeared’ is closed to new replies.