• here

    (@here)


    Two of three references to an image are being rewritted to the cdn subdomain, but the third is getting missed. Strange behavior.

    code in theme:

    <li><a href="https://feeds.feedburner.com/example/" rel="nofollow"><img src="https://example.com/wp-content/themes/example/images/topRss.png" border="0" title="Subscribe via RSS" width="22" height="22" onMouseOver="this.src='https://example.com/wp-content/themes/example/images/topRssHover.png'" onMouseOut="this.src='https://example.com/wp-content/themes/example/images/topRss.png'"></a></li>

    code after page load:

    <li><a href="https://feeds.feedburner.com/example/" rel="nofollow"><img src="https://cdn.example.com/wp-content/themes/example/images/topRss.png" border="0" title="Subscribe via RSS" width="22" height="22" onMouseOver="this.src='https://cdn.example.com/wp-content/themes/example/images/topRssHover.png'" onMouseOut="this.src='https://example.com/wp-content/themes/example/images/topRss.png'"></a></li>

    isolation of the three urls after page load / w3tc processing:

    https://cdn.example.com/wp-content/themes/example/images/topRss.png
    https://cdn.example.com/wp-content/themes/example/images/topRssHover.png
    https://example.com/wp-content/themes/example/images/topRss.png

    Any help appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter here

    (@here)

    All three of these should be rewritten by the plugin as specified in cdn settings. It is missing the onMouseOut images reliably, as described above. Frederick, you out there?

    Since the creation of this topic this issue should have been resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: W3 Total Cache] incomplete cdn rewrites with onmouseover and onmouseout’ is closed to new replies.