Quantcast
Team logo shortcuts not working on mobile - by U_R_M_A on 2017-06-15 20:10:13
U_R_M_A on 2017-06-15 20:10:13
27 Posts
Since 12 years ago

In our league NEFL, we can no longer tap on the team logos at the top of the page as a shortcut to the team page on mobile device. What's the fix?

Warmaster91 on 2017-06-16 16:58:11
78 Posts
Since 11 years ago

Your links aren't working at all, whether it be computer or phone. You need to fix the links in the league header portion of the admin panel.

U_R_M_A on 2017-06-16 17:17:46
27 Posts
Since 12 years ago

This is what I have in there now... did my links get screwed up somewhere?

<img width="960" src="http://i.imgur.com/6esKAlD.jpg" usemap="#teams" border="0"/>    <MAP NAME="Teams">
        <AREA SHAPE="RECT" COORDS="20,  10, 58,  37" HREF="/nefl/team/BUF" target="_self" title="Bills">
        <AREA SHAPE="RECT" COORDS="63,  10, 101, 37" HREF="/nefl/team/MIA" target="_self" title="Dolphins">
        <AREA SHAPE="RECT" COORDS="106, 10, 144, 37" HREF="/nefl/team/NE" target="_self" title="Patriots">
        <AREA SHAPE="RECT" COORDS="149, 10, 187, 37" HREF="/nefl/team/NYJ" target="_self" title="Jets">
        <AREA SHAPE="RECT" COORDS="199, 10, 237, 37" HREF="/nefl/team/BAL" target="_self" title="Ravens">
        <AREA SHAPE="RECT" COORDS="242, 10, 280, 37" HREF="/nefl/team/CIN" target="_self" title="Bengals">
        <AREA SHAPE="RECT" COORDS="285, 10, 323, 37" HREF="/nefl/team/CLE" target="_self" title="Browns">
        <AREA SHAPE="RECT" COORDS="328, 10, 366, 37" HREF="/nefl/team/PIT" target="_self" title="Steelers">
        <AREA SHAPE="RECT" COORDS="20,  44, 58,  70" HREF="/nefl/team/HOU" target="_self" title="Texans">
        <AREA SHAPE="RECT" COORDS="63,  44, 101, 70" HREF="/nefl/team/IND" target="_self" title="Colts">
        <AREA SHAPE="RECT" COORDS="106, 44, 144, 70" HREF="/nefl/team/JAX" target="_self" title="Jaguars">
        <AREA SHAPE="RECT" COORDS="149, 44, 187, 70" HREF="/nefl/team/TEN" target="_self" title="Marshals">
        <AREA SHAPE="RECT" COORDS="199, 44, 237, 70" HREF="/nefl/team/DEN" target="_self" title="Broncos">
        <AREA SHAPE="RECT" COORDS="242, 44, 280, 70" HREF="/nefl/team/KC" target="_self" title="Chiefs">
        <AREA SHAPE="RECT" COORDS="285, 44, 323, 70" HREF="/nefl/team/OAK" target="_self" title="Raiders">
        <AREA SHAPE="RECT" COORDS="328, 44, 366, 70" HREF="/nefl/team/SD" target="_self" title="Chargers">
        <AREA SHAPE="RECT" COORDS="573, 10, 611, 37" HREF="/nefl/team/DAL" target="_self" title="Cowboys">
        <AREA SHAPE="RECT" COORDS="616, 10, 654, 37" HREF="/nefl/team/NYG" target="_self" title="Giants">
        <AREA SHAPE="RECT" COORDS="659, 10, 697, 37" HREF="/nefl/team/PHI" target="_self" title="Eagles">
        <AREA SHAPE="RECT" COORDS="702, 10, 740, 37" HREF="/nefl/team/WAS" target="_self" title="Redskins">
        <AREA SHAPE="RECT" COORDS="752, 10, 790, 37" HREF="/nefl/team/CHI" target="_self" title="Bears">
        <AREA SHAPE="RECT" COORDS="795, 10, 833, 37" HREF="/nefl/team/DET" target="_self" title="Lions">
        <AREA SHAPE="RECT" COORDS="838, 10, 876, 37" HREF="/nefl/team/GB" target="_self" title="Packers">
        <AREA SHAPE="RECT" COORDS="881, 10, 919, 37" HREF="/nefl/team/MIN" target="_self" title="Vikings">
        <AREA SHAPE="RECT" COORDS="573, 44, 611, 70" HREF="/nefl/team/ATL" target="_self" title="Falcons">
        <AREA SHAPE="RECT" COORDS="616, 44, 654, 70" HREF="/nefl/team/CAR" target="_self" title="Panthers">
        <AREA SHAPE="RECT" COORDS="659, 44, 697, 70" HREF="/nefl/team/NO" target="_self" title="Saints">
        <AREA SHAPE="RECT" COORDS="702, 44, 740, 70" HREF="/nefl/team/TB" target="_self" title="Buccaneers">
        <AREA SHAPE="RECT" COORDS="752, 44, 790, 70" HREF="/nefl/team/ARI" target="_self" title="Cardinals">
        <AREA SHAPE="RECT" COORDS="795, 44, 833, 70" HREF="/nefl/team/SEA" target="_self" title="Seahawks">
        <AREA SHAPE="RECT" COORDS="838, 44, 876, 70" HREF="/nefl/team/SF" target="_self" title="49ers">
        <AREA SHAPE="RECT" COORDS="881, 44, 919, 70" HREF="/nefl/team/LA" target="_self" title="Rams">
</MAP>

Warmaster91 on 2017-06-17 01:05:55
78 Posts
Since 11 years ago

That looks slightly different from the default but I assume that would work. Did you edit it yourself?

Could be coding entered elsewhere is causing an issue with the page.

You might need to copy down your code for the different layout sections and then restore it to default - then slowly add parts back to figure out what screwed it up.

Warmaster91 on 2017-06-17 01:08:56
78 Posts
Since 11 years ago

Each of the area links on mine are similar to the below:

<area title="Rams" target="_self" href="/eyesontheprize/team/LA" coords="880, 44, 922, 71" shape="RECT">

Could try editing one to be the same as the default just to make sure it's not a syntax error of some kind.

U_R_M_A on 2017-06-17 02:56:18
27 Posts
Since 12 years ago

I'll give that a shot, thanks!

poohty_t on 2017-06-25 15:00:12
2043 Posts
Since 12 years ago

@URMA I believe the issue is where you have  <MAP NAME="Teams">  the word teams needs to be  all lower cased.

U_R_M_A on 2017-06-25 18:33:17
27 Posts
Since 12 years ago

Thanks poohty, I ended up going back to default and made changes from there. Curious if that what was causing it tho.

poohty_t on 2017-07-07 17:58:49
2043 Posts
Since 12 years ago

i believe  ( but could be wrong) it has to do with some update to chrome.

Make sure you have read the forum rules before posting