Author Topic: Adding the Solar Information to the Trends page - Cumulus 1.9.3  (Read 2198 times)

Offline Spencer

  • Jr. Member
  • **
  • Posts: 15
    • Wallaceville Weather
Adding the Solar Information to the Trends page - Cumulus 1.9.3
« 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

Offline Mr.Meteo

  • Administrator
  • Hero Member
  • *****
  • Posts: 1120
    • http://www.meteostours.ca
Re: Adding the Solar Information to the Trends page - Cumulus 1.9.3
« Reply #1 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
Please, consider supporting this site 

Offline Spencer

  • Jr. Member
  • **
  • Posts: 15
    • Wallaceville Weather
Re: Adding the Solar Information to the Trends page - Cumulus 1.9.3
« Reply #2 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