• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Copyright text doesn't appear in footer

Contributor ,
Oct 28, 2018 Oct 28, 2018

Copy link to clipboard

Copied

Hi all,

Here is my link ANEH - 2019 | About the Conference

In the footer section , the texts copyright doesn't appear..But it does in index.php

Kindly help. Thanks in advance.

Screenshot_2018-10-29 ANEH - 2019 About the Conference.png

Here is my foot.php

<footer>

    <div class="container">

        <div class="row footer-top-w3layouts-agile">

            <div class="col-lg-3 footer-grid" data-aos="zoom-in">

                <div class="footer-title">

                    <h2>Venue</h2>

                </div>

                <div class="footer-text">

                    <p><br>Multi-Purpose Auditorium

                        <br>Bishop Heber College

                        <br>Post Box No. 615

                        <br>Tiruchirappalli - 620 017.

                        <br>Tamil Nadu, India.</p>

                </div>

                <!-- footer-text -->

            </div>

            <!-- col-lg-3 footer-grid -->

            <div class="col-lg-7 footer-grid" data-aos="zoom-in">

                <div class="row">

                    <div class="col-lg-12">

                        <div class="footer-title">

                            <h3 class="text-center">For further details contact</h3>

                            <ul>

                                <li class="text-center hd">Conference Secretariat ANEH - 2019 :</li>

                            </ul>

                        </div>

                    </div>

                    <!--  col-lg-12-->

                </div>

                <!-- row -->

                <div class="row">

                    <div class="col-lg-6">

                        <div>

                            <p> <span style="font-weight:bold;">Dr C. Ravi Dhas </span>

                                <br>Indian Convenor

                                <br>Head, Department of Physics

                                <br>Bishop Heber College

                                <br>Tiruchirappalli - 620 017

                                <br>Tamilnadu, India.</p>

                        </div>

                        <!-- footer-office-hour -->

                    </div>

                    <!-- col-lg-6 -->

                    <div class="col-lg-6">

                        <p> <span style="font-weight:bold;">Dr. Sudhagar Pitchaimuthu</span > <br>

                     UK Convenor<br>

                     Ser Cymru-II Rising Star Fellow<br>

                     SPECIFIC, College of Engineering,<br>

                     Swansea University (Bay Campus)<br> Wales, United Kingdom.<br>

                  </p>

               </div>

               <!-- col-lg-6-->

            </div>

            <!-- row-->

            <div class="row">

               <div class="col-md-12">

                  <p class="hd"><span style="color:#fff;">Phone:</span> +918680016730, +918680016731(9:00 – 18:00, Working days only)</p>

                        <p class="hd"><span style="color:#fff;">Email:</span> icaneh19@gmail.com</p>

                    </div>

                    <!-- col-lg-12-->

                </div>

            </div>

            <!-- col-lg-8 footer-grid  -->

            <div class="col-lg-2 footer-grid" data-aos="zoom-in">

                <div class="footer-title">

                    <h3 class="text-center">QR Code</h3>

                </div>

                <div>

                    <br>

                    <p>

                        <img src="images/qr-code-4.png" class="center" />

                    </p>

                </div>

                <div class="clearfix"></div>

            </div>

        </div>

        <!-- agile -->

    </div>

    <!-- container -->

</footer>

<!---->

<div class="copyright">

    <div class="container">

        <div class="copyrighttop" data-aos="fade-left">

            <ul>

                <li>

                    <h4>Follow us on:</h4>

                </li>

                <li>

                    <a class="facebook" href="https://www.facebook.com/anehconference/"> <i class="fab fa-facebook-f"></i>

                    </a>

                </li>

                <li>

                    <a class="facebook" href="https://twitter.com/ANEHConference"> <i class="fab fa-twitter"></i>

                    </a>

                </li>

               

            </ul>

        </div>

        <!-- copyrighttop -->

        <div class="copyrightbottom" data-aos="fade-right">

            <p>© 2019 ANEH. | Design by <a href="http://bhc.edu.in/IT_Support/">IT Support</a>

            </p>

        </div>

        <!-- copyrightbottom-->

        <div class="clearfix"></div>

    </div>

    <!-- container -->

</div>

<!-- copyright-->

Views

882

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Nov 01, 2018 Nov 01, 2018

I dont know how the 'aos' animations work BUT it seems to me they dont fire until the div that they are associated with is in the browser viewport by around offset 150px. Do you remember setting anything up in your many files?

If you add height of 150px to the copyright div on the pages where the text is NOT floating in it will float in.

<div class="copyright" style="height: 150px;">

BUT that is not what you really want - you want the text to start to float as soon as the div comes into view. Anima

...

Votes

Translate

Translate
Community Expert ,
Oct 28, 2018 Oct 28, 2018

Copy link to clipboard

Copied

I suspect it is being commented out by the syntax between </footer> and <div class="copyright">

<!-- container -->

</footer>

<!---->

<div class="copyright">

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 28, 2018 Oct 28, 2018

Copy link to clipboard

Copied

No it is not commented..

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 29, 2018 Oct 29, 2018

Copy link to clipboard

Copied

<!----> should be <!-- -->

Edit: The reason why it works in index is because there is a properly conducted one after the wrongly constructed one.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 30, 2018 Oct 30, 2018

Copy link to clipboard

Copied

Hi Ben,

Do I need to remove the comment ? Please explain .I couldn't understand.

</div>

    <!-- container -->

</footer>

<!---->

<div class="copyright">

Thanks in advance.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 30, 2018 Oct 30, 2018

Copy link to clipboard

Copied

remove this:

<!---->

Paul-M - Community Expert

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 30, 2018 Oct 30, 2018

Copy link to clipboard

Copied

There should be a gap after the first two dashes and before tha last two dashes.

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

I did remove <!----> and also give gaps before and after the dashes...but didn't get the texts except in index page.

ANEH - 2019 | Home

Pls help.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

Try refreshing your browser. I see the copyright text now on the about page.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

Yes...While refreshing the text appears for some times and at the other time , i couldn't see ...Also in other pages , those text doesn't appear...

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 31, 2018 Oct 31, 2018

Copy link to clipboard

Copied

Suggest you fix your code errors on every page.

Showing results for http://bhc.edu.in/ANEH2019/committee.php - Nu Html Checker

There are a few references to nested comments which I suggest you fix so that these intermittent unexpected behaviours get cleaned up.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 01, 2018 Nov 01, 2018

Copy link to clipboard

Copied

There are 4 images that cause a long rendering time of your page as can be seen from the following image

This could be the cause of your problems.

Solution: resize your images to the size that shows in the browser. As an example, change the size of the QR-code to 160px x 160px

Wappler, the only real Dreamweaver alternative.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 01, 2018 Nov 01, 2018

Copy link to clipboard

Copied

It works for me on every page in every browser.

Chances are you've fixed it, or you're just dealing with a sticky cache that's holding onto older pages as you make changes.

Chrome is notorious for this.

If you're using Chrome when viewing the site...

1. Hit F12 to open the developer tools.
2. Click the Network heading
3. Click the check box for "Disable Cache"

4. Reload the page (with developer tools open)

If it appears correctly after doing this, Chrome was simply giving you the page from its cache.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Nov 01, 2018 Nov 01, 2018

Copy link to clipboard

Copied

I dont know how the 'aos' animations work BUT it seems to me they dont fire until the div that they are associated with is in the browser viewport by around offset 150px. Do you remember setting anything up in your many files?

If you add height of 150px to the copyright div on the pages where the text is NOT floating in it will float in.

<div class="copyright" style="height: 150px;">

BUT that is not what you really want - you want the text to start to float as soon as the div comes into view. Animations are probably not meant to be applied to narrow footer divs which contain one or two lines of information as the animation never gets an oppotunity to fire. Why its working on your homepage I don't know, the copyright is getting some offset height from some where, maybe.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Oct 30, 2018 Oct 30, 2018

Copy link to clipboard

Copied

Actually if you look here

You'll see errors / reference  'Saw <!-- within a comment'  ... Might be worth fixing some those errors ....

Paul-M - Community Expert

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Nov 07, 2018 Nov 07, 2018

Copy link to clipboard

Copied

LATEST

Thanks  a lot for all your suggestions and helps. I have removed the aos attributes.And now I could see the copyright text .

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines