Weather by You!

Templates and Projects support => Html Templates => Topic started by: aznetcowboy on April 02, 2013, 06:08:24 PM

Title: Header font
Post by: aznetcowboy on April 02, 2013, 06:08:24 PM
The "header" font on my Images page is different than the other pages. Rather than going to town on changing code in the <Head> section of the page, I thought it best to ask why the <Head> in images if different than the other pages. In the images page it reads as follows:
<head>    <meta http-equiv="" content="" />    <title>El Gheko Neighborhood Weather Station | Southern Arizona Pictures</title>    <meta name="" content="" />    <meta name="" content="" />    <link href="styles.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/styles.css)" rel="" type="" />    <link rel="" href="nivo-slider.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/nivo-slider.css)" type="" media="" />   <link rel="" type="" href="slides/lib/jquery.ad-gallery.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/slides/lib/jquery.ad-gallery.css)" />   <link rel="" type="" href="slides/lib/gallery.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/slides/lib/gallery.css)" />    <script type="" src="lib/jquery-1.4.3.min.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/lib/jquery-1.4.3.min.js)"></script>   <script type="" src="slides/lib/jquery.ad-gallery.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/slides/lib/jquery.ad-gallery.js)"></script>    <script type="" src="lib/jquery.nivo.slider.pack.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/lib/jquery.nivo.slider.pack.js)"></script>    <script type="">       $(window).load(function() {       $('#slider').nivoSlider();       });    </script>   <script type="">    /* <![CDATA[ */       $(function() {          var galleries = $('.ad-gallery').adGallery();       });    /* ]]> */    </script> </head>

In the other pages it reads as follows:

<head>    <meta http-equiv="" content="" />    <title>El Gheko Neighborhood Weather Station | Most recent observations</title>    <meta name="" content="" />    <meta name="" content="" />     <meta http-equiv="" content="" />    <link href="styles.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/styles.css)" rel="" type="" />    <link rel="" href="nivo-slider.css (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/nivo-slider.css)" type="" media="" />    <script type="" src="js/clockt.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/js/clockt.js)"></script>    <script type="" src="js/clockp.js (http://weatherbyyou.com/forum/view-source:http://www.elgheko.us/js/clockp.js)"></script> </head>

Hope this helps narrow down the difference in the header font.

Tom


Title: Re: Header font
Post by: Mr.Meteo on April 02, 2013, 06:38:59 PM
Hi Tom,

You're pretty observer! Problem is layout file for slideshow "engine"
your could find that file:

lib/slides/gallery.css

and simply delete this line:
font-family: "Lucida Grande","Lucida Sans Unicode","Lucida Sans",Verdana,Arial,sans-serif;

Regards,
Jacques
Title: Re: Header font
Post by: aznetcowboy on April 03, 2013, 03:04:47 PM
Jacques,

That took care of the problem. Thanks! be

Tom