Get the most out of your Centmin Mod LEMP stack
Become a Member

icomoo not loading on main site

Discussion in 'Bug Reports' started by JarylW, Oct 7, 2015.

  1. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    As above

     

    Attached Files:

  2. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    which browser or mobile device ? browser version ?

    thanks :)
     
  3. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    This is the problamatic part

    Code:
    <a href="your-link-on-nav.html" class="has-submenu">
    Example Link
    <span class="sub-arrow">...</span>
    ::after
    </a>
    Code:
    @media only screen and (max-width: 767px)
    .has-submenu:after {
        color: #ffc400;
        content: "\e114";
        font-family: 'icomoon';
        font-size: 22px;
        position: absolute;
        right: 20px;
    }
     

    Attached Files:

  4. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    what's your mobile screen resolution ?
     
  5. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    1080 x 1920. Does it show down arrow for you? Because with whatever device I simulate with no down arrow.
     
  6. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    try now i updated my localfont.css
     
  7. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    Still same.
     
  8. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    might need to clear browser cache too
     
  9. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    Yea I'm aware with steps needed for that. Did so with google incognito, then cleared cache, then another browser. same..

    EDIT; changed title it's icomoo not fontawesome woops
     
  10. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    try now and see :)
     
  11. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    still no difference.
     
  12. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    i'm not seeing it myself so not sure how to test it ?

    what are you using to simulate the device and parameters used ?
     
  13. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    Truth be told it's still works it's just that there's a box with an X there on my phone.

    The content css is not being rendered for some reason. Is it being done with javascript that you might have defered?

    Edit: No it's just the selector. Just the icomoon font not loading.
     

    Attached Files:

    Last edited: Oct 8, 2015
  14. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    okay that's a clue, just excluded icomoon font's css from ngx_pagespeed processing
    Code:
    pagespeed Disallow */css/icons-set8.css*;
    try now
     
  15. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    Still same. How do you see it in your mobile? you see nothing (without the box with a cross)? or do you see the proper icomoon?
     
  16. eva2000

    eva2000 Administrator Staff Member

    53,507
    12,132
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,675
    Local Time:
    12:55 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    turns up properly on my Samsung S2 and Zopo ZP999 mobiles in Chrome
     
  17. JarylW

    JarylW Active Member

    216
    41
    28
    Jun 19, 2014
    Singapore
    Ratings:
    +103
    Local Time:
    10:55 AM
    Hmm I don't know then. Can you show me with a screenshot what I'm supposed to see?