Author Topic: Looking for the place to change two settings Saratoga-Weather Display template  (Read 963 times)

0 Members and 1 Guest are viewing this topic.

Offline SierraFoothills

  • Member
  • *
  • Posts: 34
    • Rail Road Flat Weather
I've been looking without success to find where I can change two settings in the USA version 27 May 2018 03:56pm PDT template and Weather Display plugin.

I'd like to change the hover home page link in the header from "/index.php" to "../index.php" and fix the page width to 980 pixels (modifying weather-screen-teal-narrow.css).

Thanks
mike
http://www.railroadflat.org/weather/wxindex.php

Offline SierraFoothills

  • Member
  • *
  • Posts: 34
    • Rail Road Flat Weather
I found where to fix the page width in the "#page" tag is the CSS file.

fix the page width to 980 pixels (modifying weather-screen-teal-narrow.css).



« Last Edit: August 01, 2018, 02:33:28 AM by SierraFoothills »

Offline saratogaWX

  • Administrator
  • Forecaster
  • *****
  • Posts: 9277
  • Saratoga, CA, USA Weather - free PHP scripts
    • Saratoga-Weather.org
The link is in header.php
Code: [Select]
      <h1 class="headerTitle">
        <a href="index.php" title="Browse to homepage"><?php echo langtransstr($SITE['organ']); ?></a>
      </h1>
You may find this helpful to see what pages are responsible for the common content on each page.
Ken True/Saratoga, CA, USA main site: saratoga-weather.org
Davis VP1+ FARS, Blitzortung RED, GRLevel3, WD, WL, VWS, Cumulus, Meteobridge
Free weather PHP scripts/website templates - update notifications on Twitter saratogaWXPHP

Offline SierraFoothills

  • Member
  • *
  • Posts: 34
    • Rail Road Flat Weather
The link is in header.php
Code: [Select]
      <h1 class="headerTitle">
        <a href="index.php" title="Browse to homepage"><?php echo langtransstr($SITE['organ']); ?></a>
      </h1>
You may find this helpful to see what pages are responsible for the common content on each page.

It was very helpful. Thanks
mike

 

anything