Current date/time is May 11th 2024, 8:42 am

Search found 2 matches for 011a90

Help needed with Custom Footer code

Occultist wrote:That template is honestly quite a mess. It loads the entire bootstrap library, a bootstrap javascript file(no idea what it is supposed to do), jquery(a different version than the one already loaded by the forum, probably because bootstrap needs it in some way), the fontawesome library and an external css file. That's way more than is needed for something this simple. The only part that you need to keep from these is the fontawesome library, which you will need to add in your overall_header template, before the
Code:
<head>
tag closes. I remade the html structure of the template:
Code:
<footer>
<div class="footer-col"><a href="http://www.nederlandheelt.nl"><img src="https://i.servimg.com/u/f25/18/42/86/22/scre1110.png"/></a></div>
<div class="footer-col">
<span class="col-title">Pagina's</span>
<a href="http://www.nederlandheelt.nl/h1-home">Home</a><a href="http://www.nederlandheelt.nl/register">Registreer</a><a href="http://www.nederlandheelt.nl/h12-nh-blogs">Blogs</a><a href="http://www.nederlandheelt.nl/h10-over-ons">Over ons</a><a href="http://www.nederlandheelt.nl/h9-instanties">Instanties</a><a href="http://www.nederlandheelt.nl/h3-nieuws-feed">Nieuws</a><a href="http://www.nederlandheelt.nl/h22-partners">Partners</a>
</div>
<div class="footer-col">
<span class="col-title">Literatuur</span>
<a href="http://www.nederlandheelt.nl/h15-kinderboeken">Kinderboeken</a><a href="http://www.nederlandheelt.nl/h16-jongerenboeken">Jongerenboeken</a><a href="http://www.nederlandheelt.nl/h17-volwassenenboeken">Volwassenenboeken</a><a href="http://www.nederlandheelt.nl/h18-hulpverlenersboeken">Hulpverlenersboeken</a>
</div>
<div class="footer-col">
<span class="col-title">Portalen</span>
<a href="http://www.nederlandheelt.nl/portal">Info</a><a href="http://www.nederlandheelt.nl/portal?pid=10">Inspiratie</a><a href="http://www.nederlandheelt.nl/portal?pid=3">Laatste Nieuws</a><a href="http://www.nederlandheelt.nl/portal?pid=7">Ontspanning</a><a href="http://www.nederlandheelt.nl/t1-regelgeving">Reglement</a><a href="http://www.nederlandheelt.nl/portal?pid=9">Statistieken</a><a href="http://www.nederlandheelt.nl/h2-algemene-voorwaarden">Voorwaarden</a>
</div>
<div class="footer-col">
<span class="footer-socials">
<a href="https://twitter.com/NederlandHeelt" target="_blank"><i class="fa fa-twitter" title="Twitter"></i></a>
<a href="http://nederlandheelt.blogspot.nl/" target="_blank" class="pencil-square-o"><i class="fa fa-pencil-square-o" title="Blogger"></i></a>
<a href="https://www.facebook.com/ned.heelt" target="_blank" class="facebook"><i class="fa fa-facebook" title="Facebook"></i></a>
<a href="https://www.linkedin.com/in/nederlandheelt" target="_blank" class="linkedin"><i class="fa fa-linkedin" title="LinkedIn"></i></a>
<a href="https://nederlandheelt.wordpress.com/" target="_blank" class="wordpress"><i class="fa fa-wordpress" title="Wordpress"></i></a>
<a href="https://www.youtube.com/user/NederlandHeelt" target="_blank" class="youtube"><i class="fa fa-youtube" title="YouTube"></i></a>
</span>
<a href="http://www.nederlandheelt.nl/portal?pid=8" class="footer-contact">Contact</a>
</div>
<div class="footer-copyright">:copyright: 2013 Nederland Heelt | Alle rechten voorbehouden</div>
</footer>

You can replace the old code with this one in the template. I can redo the design after that, or help you if you want to do it yourself.

Also, I'll leave these color codes here:#011a90, #04A2FB, #59B300. These are the footer main color and the colors for the contact button so we can easily access them after you replace the old code.


Thank you very much @Occultist Smile I will certainly give this a try and let you know if it worked as soon as I'm done
by TonnyKamper
on September 19th 2019, 10:38 am
 
Search in: Scripts Problems Archives
Topic: Help needed with Custom Footer code
Replies: 31
Views: 1725

Help needed with Custom Footer code

That template is honestly quite a mess. It loads the entire bootstrap library, a bootstrap javascript file(no idea what it is supposed to do), jquery(a different version than the one already loaded by the forum, probably because bootstrap needs it in some way), the fontawesome library and an external css file. That's way more than is needed for something this simple. The only part that you need to keep from these is the fontawesome library, which you will need to add in your overall_header template, before the
Code:
<head>
tag closes. I remade the html structure of the template:
Code:
<footer>
<div class="footer-col"><a href="http://www.nederlandheelt.nl"><img src="https://i.servimg.com/u/f25/18/42/86/22/scre1110.png"/></a></div>
<div class="footer-col">
<span class="col-title">Pagina's</span>
<a href="http://www.nederlandheelt.nl/h1-home">Home</a><a href="http://www.nederlandheelt.nl/register">Registreer</a><a href="http://www.nederlandheelt.nl/h12-nh-blogs">Blogs</a><a href="http://www.nederlandheelt.nl/h10-over-ons">Over ons</a><a href="http://www.nederlandheelt.nl/h9-instanties">Instanties</a><a href="http://www.nederlandheelt.nl/h3-nieuws-feed">Nieuws</a><a href="http://www.nederlandheelt.nl/h22-partners">Partners</a>
</div>
<div class="footer-col">
<span class="col-title">Literatuur</span>
<a href="http://www.nederlandheelt.nl/h15-kinderboeken">Kinderboeken</a><a href="http://www.nederlandheelt.nl/h16-jongerenboeken">Jongerenboeken</a><a href="http://www.nederlandheelt.nl/h17-volwassenenboeken">Volwassenenboeken</a><a href="http://www.nederlandheelt.nl/h18-hulpverlenersboeken">Hulpverlenersboeken</a>
</div>
<div class="footer-col">
<span class="col-title">Portalen</span>
<a href="http://www.nederlandheelt.nl/portal">Info</a><a href="http://www.nederlandheelt.nl/portal?pid=10">Inspiratie</a><a href="http://www.nederlandheelt.nl/portal?pid=3">Laatste Nieuws</a><a href="http://www.nederlandheelt.nl/portal?pid=7">Ontspanning</a><a href="http://www.nederlandheelt.nl/t1-regelgeving">Reglement</a><a href="http://www.nederlandheelt.nl/portal?pid=9">Statistieken</a><a href="http://www.nederlandheelt.nl/h2-algemene-voorwaarden">Voorwaarden</a>
</div>
<div class="footer-col">
<span class="footer-socials">
<a href="https://twitter.com/NederlandHeelt" target="_blank"><i class="fa fa-twitter" title="Twitter"></i></a>
<a href="http://nederlandheelt.blogspot.nl/" target="_blank" class="pencil-square-o"><i class="fa fa-pencil-square-o" title="Blogger"></i></a>
<a href="https://www.facebook.com/ned.heelt" target="_blank" class="facebook"><i class="fa fa-facebook" title="Facebook"></i></a>
<a href="https://www.linkedin.com/in/nederlandheelt" target="_blank" class="linkedin"><i class="fa fa-linkedin" title="LinkedIn"></i></a>
<a href="https://nederlandheelt.wordpress.com/" target="_blank" class="wordpress"><i class="fa fa-wordpress" title="Wordpress"></i></a>
<a href="https://www.youtube.com/user/NederlandHeelt" target="_blank" class="youtube"><i class="fa fa-youtube" title="YouTube"></i></a>
</span>
<a href="http://www.nederlandheelt.nl/portal?pid=8" class="footer-contact">Contact</a>
</div>
<div class="footer-copyright">:copyright: 2013 Nederland Heelt | Alle rechten voorbehouden</div>
</footer>

You can replace the old code with this one in the template. I can redo the design after that, or help you if you want to do it yourself.

Also, I'll leave these color codes here:{#}011a90{/#}, {#}04A2FB{/#}, {#}59B300{/#}. These are the footer main color and the colors for the contact button so we can easily access them after you replace the old code.
by Guest
on September 19th 2019, 10:27 am
 
Search in: Scripts Problems Archives
Topic: Help needed with Custom Footer code
Replies: 31
Views: 1725

Back to top

Jump to: