Problème sur cellulaire

Any questions related to version 2 or version 3 should be ask here. / Toutes les questions sur la version 2 ou la version 3 devraient être demandées ici.
Post Reply
pat5619
New in Town / Le Ptit Nouveau
Posts: 11
Joined: Tue Mar 29, 2011 11:28 am

Problème sur cellulaire

Post by pat5619 »

Bonjour,

J’ai un problème pour voir le temps de glace des joueurs dans le scoreboard sur mon iPhone. Ça ne s’affiche pas dans le team stats.

Aussi, dans la section schedule de mon équipe, je ne vois pas les dates des parties sur mon cellulaire.

Merci
SimonT
STHS Owner / Propriétaire du STHS
Posts: 14757
Joined: Sat Oct 08, 2005 4:18 pm
Location: Montreal, Canada
Contact:

Re: Problème sur cellulaire

Post by SimonT »

Est-ce que je peux voir ton site web?
-SimonT
Forum Administrator / Administrateur du Forum
STHS Owner / Propriètaire du STHS
English V2 & V3 Manual - Manuel V2 & V3 Français
ESHL.ca
The Passion One / Le Passionné
Posts: 194
Joined: Sun Sep 23, 2018 9:05 am

Re: Problème sur cellulaire

Post by ESHL.ca »

Salut Simon,

Ce DG est dans ma ligue, je lui ai expliqué pour le calendrier que c'est une question de css qui coupe la section date. Par contre, pour ce qui est des scoreboard, j'ai rien toucher au priorité d'affichage et effectivement, on ne voit pas le temps de glace.

http://eshl.ca/ESHL-83.php
SimonT
STHS Owner / Propriétaire du STHS
Posts: 14757
Joined: Sat Oct 08, 2005 4:18 pm
Location: Montreal, Canada
Contact:

Re: Problème sur cellulaire

Post by SimonT »

Si ce n'est pas le site web de base du STHS, je ne peux pas le corrigé.
-SimonT
Forum Administrator / Administrateur du Forum
STHS Owner / Propriètaire du STHS
English V2 & V3 Manual - Manuel V2 & V3 Français
ESHL.ca
The Passion One / Le Passionné
Posts: 194
Joined: Sun Sep 23, 2018 9:05 am

Re: Problème sur cellulaire

Post by ESHL.ca »

Les boxscore ne peuvent être modifier, donc c'est le site web de base du STHS
SimonT
STHS Owner / Propriétaire du STHS
Posts: 14757
Joined: Sat Oct 08, 2005 4:18 pm
Location: Montreal, Canada
Contact:

Re: Problème sur cellulaire

Post by SimonT »

1) Tu l'as modifié avec du CSS.
2) De mon coté, avec mon vieux iPhone, la page fonctionne bien incluant le TeamStat si on mets le téléphone en mode Portrait.
-SimonT
Forum Administrator / Administrateur du Forum
STHS Owner / Propriètaire du STHS
English V2 & V3 Manual - Manuel V2 & V3 Français
Showtime Hockey
The Passion One / Le Passionné
Posts: 189
Joined: Fri Sep 16, 2016 3:16 pm
Location: Quebec, QC.
Contact:

Re: Problème sur cellulaire

Post by Showtime Hockey »

Regarde ici,

Code: Select all

<table class="STHSPHPBoxScoreTeamStat_Table tablesorter" ><thead><tr>
<th data-priority="critical" title="Player Name" class="STHSW140Min">Player Name</th>
<th data-priority="4" title="Position" class="STHSW25">POS</th>
<th data-priority="critical" title="Goals" class="STHSW25">G</th>
<th data-priority="critical" title="Assists" class="STHSW25">A</th>
<th data-priority="critical" title="Points" class="STHSW25">P</th>
<th data-priority="2" title="Plus/Minus" class="STHSW25">+/-</th>
<th data-priority="1" title="Penalty Minutes" class="STHSW25">PIM</th>
<th data-priority="2" title="Hits" class="STHSW25">HIT</th>
<th data-priority="2" title="Shots" class="STHSW25">SHT</th>
<th data-priority="3" title="Shots Blocked" class="STHSW25">SB</th>
<th data-priority="3" title="Minutes Played" class="STHSW35">MP</th>
<th data-priority="4" title="Power Play Minutes Played" class="STHSW35">PP MP</th>
<th data-priority="4" title="Power Play Shots" class="STHSW35">PP SHT</th>
<th data-priority="6" title="Penalty Kill Minutes Played" class="STHSW35">PK MP</th>
<th data-priority="6" title="Penalty Kill Shots" class="STHSW35">PK SHT</th>
<th data-priority="5" title="Face offs Percentage" class="STHSW35">FO%</th>
<th data-priority="5" title="Face offs Taken" class="STHSW35">FOT</th>
</tr></thead>
Les data-priority vont s'affiché en priorité lorsque ton écran sera diminué (comme sur un cellulaire par exemple). Regarde plutot vers tes scripts ou sinon les bonnes vieilles pages Legacy des game recaps font toujours la job. Simple & efficace :P

Cheers!
Image
ESHL.ca
The Passion One / Le Passionné
Posts: 194
Joined: Sun Sep 23, 2018 9:05 am

Re: Problème sur cellulaire

Post by ESHL.ca »

Showtime Hockey wrote: Wed Oct 16, 2019 5:07 pm Regarde ici,

Code: Select all

<table class="STHSPHPBoxScoreTeamStat_Table tablesorter" ><thead><tr>
<th data-priority="critical" title="Player Name" class="STHSW140Min">Player Name</th>
<th data-priority="4" title="Position" class="STHSW25">POS</th>
<th data-priority="critical" title="Goals" class="STHSW25">G</th>
<th data-priority="critical" title="Assists" class="STHSW25">A</th>
<th data-priority="critical" title="Points" class="STHSW25">P</th>
<th data-priority="2" title="Plus/Minus" class="STHSW25">+/-</th>
<th data-priority="1" title="Penalty Minutes" class="STHSW25">PIM</th>
<th data-priority="2" title="Hits" class="STHSW25">HIT</th>
<th data-priority="2" title="Shots" class="STHSW25">SHT</th>
<th data-priority="3" title="Shots Blocked" class="STHSW25">SB</th>
<th data-priority="3" title="Minutes Played" class="STHSW35">MP</th>
<th data-priority="4" title="Power Play Minutes Played" class="STHSW35">PP MP</th>
<th data-priority="4" title="Power Play Shots" class="STHSW35">PP SHT</th>
<th data-priority="6" title="Penalty Kill Minutes Played" class="STHSW35">PK MP</th>
<th data-priority="6" title="Penalty Kill Shots" class="STHSW35">PK SHT</th>
<th data-priority="5" title="Face offs Percentage" class="STHSW35">FO%</th>
<th data-priority="5" title="Face offs Taken" class="STHSW35">FOT</th>
</tr></thead>
Les data-priority vont s'affiché en priorité lorsque ton écran sera diminué (comme sur un cellulaire par exemple). Regarde plutot vers tes scripts ou sinon les bonnes vieilles pages Legacy des game recaps font toujours la job. Simple & efficace :P

Cheers!
Merci je vais regarder sa!
Post Reply