• I have search and search and search, yet no success. The ones I came by only state the problems only to come back and say ‘resolved’ without actually giving details how it was resolved.

    I use Gameday WordPress theme and when I log on to my website on chrome or mozila on my phone the page loads and displays the images but after it finishes loading, the images appear broken (chrome) or do not show at all (Mozila)

    Please I need help on how to fix this. Some say it is retina.js problem theme and WP conflict but HOW DO I GO ON TO FIX IT? Thank you. The website is https://www.acegoals.com You can check it out yourself on a mobile phone

Viewing 5 replies - 1 through 5 (of 5 total)
  • I use, samsung galaxy s4, chrome browser.
    And there is no problem with the images.

    Not in androids default browser either.
    Maybe only in safari?

    Okey, it took a while but no I can see it too. the images is gone.

    You have to find what making this happened, before you can solve it.
    Try to make the retina.js include as a comment and see if that works.

    It should be in the functions.php, a line that looks something like:
    wp_enqueue_script(‘retina’);

    Thread Starter flepzes

    (@flepzes)

    Thanks webbhelp. I can see the: wp_enqueue_script(‘retina’); but what next should I do? I am not that techy… Please help…! Thanks

    Thread Starter flepzes

    (@flepzes)

    Please I still need help. What should I do with wp_enqueue_script(‘retina’);

    add 2 / before the row, makes it as a comment, and it will not be executed:
    Like this:

    //wp_enqueue_script('retina');

    When you done that, save and test if it still happeneds.
    If it doesn’t. Then you found the problem.
    Solution: I am saying this without much knowledge of your situation but you may have it disabled and you will not notice any difference.

    OR
    You may try updating to a newer version of retina.

    But first av all, make it a comment, and tell me if that works =)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Images Do Not load properly on Mobile Website’ is closed to new replies.