Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Text under timer bar...where is it?

Featured Replies

I was able to modify all of the fonts to darker colors to go with my background, but where is the font code for what I have boxed in red? I think I changed all of the ffffff's in the ini. White on white just don't cut it. :blink:

wpiax6.jpg

Edited by Daddyjaxx

I would dearly love to help you but I can't see the section you boxed in red. You pasted the wrong part and we can only see the thumbnail :lol:

If it is for the timer that is actually coded into the timer section of wpi.htm in the themes folder.

  • Author

Sorry about that. It's where the text should be under the countdown bar:

wpimi6.jpg

This section is in WPI.htm in the theme folder.

<!-- Timer -->

<tr height="25%">

<td nowrap>

<div id="TimerLayer" align="center" style="position:absolute; width:100%; height:100%; z-index:100; display:none; overflow:hidden;">

<span style="vertical-align:bottom">

<font size="2" color="#FFFFFF" face="Arial">Here.

<strong>

<i>

<script type="text/javascript">

if (Timer)

document.write(getText(lblTimerTitle));

</script>

</i>

</strong>

</font>

<div id="TimerDisplay" class="timer">

 

</div>

<script type="text/javascript">

if (Timer)

{

document.write('<div id="Timer_bg" class="TimerBarBg" style="width:'+TimerWidth+'px; height:'+TimerHeight+'px; overflow:hidden;" align="left">');

document.write('<div id="Timer_bar" class="TimerBar" style="position:relative; top:0px; left:0px; width:0px; height:'+TimerHeight+'px; overflow:hidden;">');

document.all.TimerLayer.style.display = 'block';

startInterval();

}

else

stopInterval();

</script>

</div></div>

<font face="Arial" size="1" color="#FFFFFF">And Here.

<strong>

<i>

<script type="text/javascript">

if (Timer)

document.write(getText(lblTimerStop));

</script>

</i>

</strong>

</font>

</span>

</div>

</td>

</tr>

<!-- A little padding at the bottom -->

  • Author

Thanks a bunch. I can now see the text and I'm off and running.

wpihc5.jpg

I have another quick question. Why does it not install in the order I specify within the categories. I'm numbering them in the config, but it jumps around.

Make sure that 'Install by category' is not cheked in the Options page.

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.