Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author phbernard

    (@phbernard)

    This is not the only issue. On Windows Chrome, the favicon doesn’t appear, whereas it works with Windows Firefox.

    This is because of a div wrongly inserted in the head section of your pages. Some browsers (Chrome is one of them) consider the head section to be closed as soon as they encounter such markup, even if the closing </head> appears later. Therefore, all remaining markups are considers to be in the body, and favicon markups are not allowed here. So Chrome ignores them.

    Now you need to understand which plugin inserts this faulty div (or maybe this comes from the theme). It contains the string “Oops! It appears that you have disabled your Javascript…” so it might be because of the plugin that also blocks right-clicks.

    Thread Starter sigmundd

    (@sigmundd)

    It was the Plugin “WP Content Copy Protection”.
    I will also post the error there.

    Thanks for the help!

    Plugin Author phbernard

    (@phbernard)

    Great! This is the kind of error that is detected only by side effect (as you did) and the authors will never notice it. So thank you for reporting to them!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Chrome on Android not using Icon’ is closed to new replies.