Weather by You!

Templates and Projects support => Php templates => Topic started by: Spencer on November 18, 2012, 12:05:38 AM

Title: Adding the Solar Information to the Trends page - Cumulus 1.9.3
Post by: Spencer on November 18, 2012, 12:05:38 AM
I have managed to add the Solar graphs to my trends page on www.wallacess.id.au/weather.

The problem is it looks ugly as I am no php coder. 

Can anyone please give me a hint on how to centre the bottom graphs and extend the bottom of the shaded area.

All I have modified the attached 2 files as attached
Title: Re: Adding the Solar Information to the Trends page - Cumulus 1.9.3
Post by: Mr.Meteo on November 18, 2012, 07:26:07 AM
Hi Spencer,

For your modification, some things need attention:
1st thing, an image is missing: tempmsm.png

Also, in lib/gallery folder, you'll find file trends.css,
that file control graphs layout. Find in it a section starting with:
.ad-gallery .ad-thumbs .ad-thumb-list

Simply play with height and width in that section for sizing
for the new images addition.

Regards,
Jacques
Title: Re: Adding the Solar Information to the Trends page - Cumulus 1.9.3
Post by: Spencer on November 18, 2012, 11:29:37 PM
Thankyou very much for your help edited to read

      .ad-gallery .ad-thumbs .ad-thumb-list {
        width: 805px;
            height: 300px;
            margin: 0 auto;
        list-style: none;
      }

 ;D