We use cookies to improve your experience. No personal information is gathered and we don't serve ads. Cookies Policy.

ExpressionEngine Logo ExpressionEngine
Features Pricing Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University
Log In or Sign Up
Log In Sign Up
ExpressionEngine Logo
Features Pro new Support Find A Developer
Partners Upgrades
Blog Add-Ons Learn
Docs Forums University Blog
  • Home
  • Forums

Footer does not show up in blog Entry

How Do I?

avori's avatar
avori
67 posts
one year ago
avori's avatar avori

Hello,

I’m making a new website on version 7.4 of EE. The footer on the blog entry pages fails to show on the website. I’m pulling it in from a partial, it shows up on all the pages except for the individual blog entry pages. I have the entry.html template setup just like every other site I did on EE, but it won’t show the footer.

I’m not getting any error messages. When I view page source, the code for the footer is there. Anyone have this issue before and knows what I can do to fix it?

       
Nelly's avatar
Nelly
94 posts
one year ago
Nelly's avatar Nelly

Can you post the entry template and the footer partial template?

? 1
       
avori's avatar
avori
67 posts
one year ago
avori's avatar avori

*** Redacted ***

       
avori's avatar
avori
67 posts
one year ago
avori's avatar avori

*** Redacted ***

       
avori's avatar
avori
67 posts
one year ago
avori's avatar avori

ENTRY TEMPLATE - PART 2

                        <!--Start Single Sidebar Box-->
                        <div class="single-sidebar-box">
                            <div class="sidebar-title">
                                <h3>Latest Posts</h3>
                                <div class="border-box"></div>
                            </div>

                            <div class="sidebar-blog-post">
                                <ul class="blog-post">
                                    {exp:channel:entries channel="news_articles" orderby="date" sort="desc" limit="9" dynamic="no" disable="categories"}
                                    <li>
                                        <div class="inner">
                                            <div class="img-box">
                                                {featured_image}
                                                <div class="overlay-content">
                                                    <a href="/our-news/{url_title}">_                                                            <i class="fa fa-link" aria-hidden="true"></i>_                                                        </a>
                                                </div>
                                            </div>
                                            <div class="title-box">
                                                <h4>
                                                    <a href="/our-news/{url_title}">_                                                            {title:attr_safe limit="40"}_                                                        </a>
                                                </h4>
                                                <div class="date-box">
                                                    {entry_date format="%M %d, %Y"}
                                                </div>
                                            </div>
                                        </div>
                                    </li>
                                    {/exp:channel:entries}
                                </ul>
                            </div>
                        </div>
                        <!--End Single Sidebar Box-->

                        <!--Start Single Sidebar Box-->
                        <div class="single-sidebar-box">
                            <div class="sidebar-title">
                                <h3>Categories</h3>
                                <div class="border-box"></div>
                            </div>
                            <ul class="sidebar-categories-box">
                             {exp:channel:categories channel="news_articles"}
                                <li><a href="#">{category_name} <span class="icon-next"></span></a></li>
                                {/exp:channel:categories}
                            </ul>
                        </div>
                        <!--End Single Sidebar Box-->

                    </div>
                </div>
                <!--End Thm Sidebar Box-->
            </div>
        </div>
    </section>
    <!--End Blog Detalis Area-->

{footer}

<!– END PAGE –>

{mobile-navigation}

{scroll-to-top}

{body-close-scripts}

</body> </html>

       
avori's avatar
avori
67 posts
one year ago
avori's avatar avori

FOOTER PARTIAL - PART 1

<div class=”bottom-parallax”>

<!--Start footer area -->
<footer class="footer-area footer-area--style2">
    <!--Start Footer Top-->
    <div class="footer-top">
        <div class="footer-top__bg" [removed]>
        </div>
        <div class="container">
            <div class="footer-top__inner">
                <ul class="footer-contact-info-box1">
                    <li>
                        <div class="footer-contact-info-box1__single">
                            <div class="icon map">
                                <span class="icon-location"></span>
                            </div>
                            <div class="text">
                                We Cover:
                                <h5><a href="#">Central Valley & Bay Area</a></h5>
                            </div>
                        </div>
                    </li>
                    <li>
                        <div class="footer-contact-info-box1__single">
                            <div class="icon">
                                <span class="icon-mail"></span>
                            </div>
                            <div class="text">
                                Write Us an Email:
                                <h5><a href="mailto:"></a></h5>
                            </div>
                        </div>
                    </li>
                    <li>
                        <div class="footer-contact-info-box1__single">
                            <div class="icon">
                                <span class="icon-phone-call"></span>
                            </div>
                            <div class="text">
                                Give Us a Call:
                                <h5><a href="http://tel:"></a></h5>
                            </div>
                        </div>
                    </li>
                </ul>
            </div>
        </div>
    </div>
    <!--End Footer Top-->

    <!--Start Footer Top-->
    <div class="footer-main">
        <div class="container">
            <div class="row">

                <!--Start single footer widget-->
                <div class="col-xl-4 col-lg-6 col-md-6 col-sm-12 single-widget">
                    <div class="single-footer-widget">
                        <div class="our-company-info">
                            <div class="footer-logo-style1">
                                <a href="/">_                                        <img src="/assets/images/footer/footer-logo-1.png"  alt="Logo" width="180" />_                                    </a>
                            </div>
                            <div class="text">

                                    Happily serving the families and businesses of California since 2004.

                            </div>
                            <div class="footer-social-link">
                                <ul class="clearfix">
                                    <li>
                                        <a href="#">_                                                <i class="fab fa-instagram"></i>_                                            </a>
                                    </li>
                                </ul>
                            </div>
                        </div>
                    </div>
                </div>
                <!--End single footer widget-->

                <!--Start single footer widget-->
                <div class="col-xl-2 col-lg-6 col-md-6 col-sm-12 single-widget">
                    <div class="single-footer-widget single-footer-widget--link-box margin-leftminus1">
                        <div class="title">
                            <h3>Navigation</h3>
                        </div>
                        <div class="footer-widget-links">
                            <ul>
                                <li><a href="/residential-services">Residential Services</a></li>
                                <li><a href="/commercial-services">Commercial Services</a></li>
                            </ul>
                        </div>
                    </div>
                </div>
                <!--End single footer widget-->

                <!--Start single footer widget-->
                <div class="col-xl-3 col-lg-6 col-md-6 col-sm-12 single-widget">
                    <div class="single-footer-widget single-footer-widget--link-box">
                        <div class="title">
                            <h3>Additinal Info</h3>
                        </div>
                        <div class="footer-widget-links">
                            <ul>
                                <li><a><strong> </strong> 

</a></li> <li><a>Monday - Friday 9:00 am - 5:00 pm</a></li> </ul> </div> </div> </div> <!–End single footer widget–>

       
avori's avatar
avori
67 posts
one year ago
avori's avatar avori

FOOTER PARTIAL - PART 2

                <!--Start single footer widget-->
                <div class="col-xl-3 col-lg-6 col-md-6 col-sm-12 single-widget">
                    <div class="single-footer-widget">
                        <div class="single-footer-widget__img-box">
                            /assets/images/footer/single-footer-widget-img-1.png
                        </div>

                    </div>
                </div>
                <!--End single footer widget-->

            </div>
        </div>
    </div>
    <!--End Footer Top-->

    <div class="footer-bottom">
        <div class="container">
            <div class="bottom-inner">
                <div class="copyright-text">

                        &copy; 2024 - <a href="/">Mechanical</a> - All rights reserved.
                        &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; License No.
                        &nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp; <a href="/privacy-policy">Privacy Policy</a>

                </div>
                <div class="footer-bottom-right">

                        Website Developed by <a href="https://avori.by/" target="_blank" rel="noopener">Avori</a>

                </div>
            </div>
        </div>
    </div>

</footer>
<!--End footer area-->

</div>

</div>

       
avori's avatar
avori
67 posts
one year ago
avori's avatar avori

Issue solved, thanks for taking your time everyone, I missed a / in a link to a JS file.

? 1
       
philliprector's avatar
philliprector
3 posts
one year ago
philliprector's avatar philliprector

I hink you should check the template code. Review the entry.html template code for any discrepancies or missing elements compared to the other templates that are displaying the footer correctly. Make sure the footer code is included in the correct location within the entry.html template.

       

Reply

Sign In To Reply

ExpressionEngine Home Features Pro Contact Version Support
Learn Docs University Forums
Resources Support Add-Ons Partners Blog
Privacy Terms Trademark Use License

Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.