veganedge Posted June 15, 2020 Posted June 15, 2020 Site URL: https://www.birdmafia.com/elb/process Hi all, I've searched a bit and haven't come across this same issue. Made quite a few new pages today and a lot have the footer navigation completely missing somehow. I have a lot of pages as birdmafia.com/bm/PAGENAME and a lot as birdmafia.com/elb/PAGENAME. All of the /elb pages are missing the footer. The footer pages are all just birdmafia.com/PAGENAME. I do have code on both the bm and elb pages, but since the issue is only on elb pages I will put an example of the code here. This is from the birdmafia.com/elb/process page: First script is killing ajax. Second script is changing the header logo to a different one (as I pretty much have two websites on one.) Style is taking all the "bm" pages off of navigation as I just want the "elb" page navigation to show on this "elb" page. <script> src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"</script> <script> $(document).ready(function() { $(".logo-image img").attr('src','https://images.squarespace-cdn.com/content/v1/552be451e4b002ba88486ccb/1592153511995-L8GSUF5RZW15W543Z09G/ke17ZwdGBToddI8pDm48kBstQmN-e4qQ8TQjAUoxqk5Zw-zPPgdn4jUwVcJE1ZvWQUxwkmyExglNqGp0IvTJZUJFbgE-7XRK3dMEBRBhUpwGbtSA7WutlFA3XjmDXUDFNP3fKoq9dv-tLni4LyDXHU8qFrvjsVylotUH-wwWsZg/elb+2+x+2.jpg?format=1500w'); }); </script> <style> nav#mainNavigation>div:nth-child(1), nav#mainNavigation>div:nth-child(2), nav#mainNavigation>div:nth-child(3), nav#mainNavigation>div:nth-child(4), nav#mainNavigation>div:nth-child(5), nav#mainNavigation>div:nth-child(6), nav#mainNavigation>div:nth-child(7) {display: none;}</style>
Recommended Posts
Archived
This topic is now archived and is closed to further replies.