• Resolved SooBahkDo

    (@soobahkdo)


    Hello,

    On our WP multisite network of sites using WPMUDEV’s Ultimate Branding plugin Login Image replacement module, when Jetpack Photon is activated, then the Login image displayed on the login page gets resized~squished to about the size of the default WordPress logo image, rather than the original image size.

    WPMUDV suggests: “…it seems that jetpack overwrites the CSS for the login page, and instead assigns the background-size as 80px instead of the zie of the actual image.”

    I have also confirmed that when Jetpack Photon is activated that it also breaks the thumbnail display of the plugin Special Recent Posts Pro

    https://wordpress.org/plugins/special-recent-posts/

    Both issues have also been reported to both plugin authors.

    Unfortunately, we will be unable to use Photon until these issues are resolved.

    Thanks,
    Phil Duncan

    https://wordpress.org/plugins/jetpack/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic 🚀

    Thanks for the reports!

    On our WP multisite network of sites using WPMUDEV’s Ultimate Branding plugin Login Image replacement module

    Could you post your site URL here, so I can have a look at how the custom login page is built?

    If you want it to remain private, you can also contact us via this contact form:
    http://jetpack.me/contact-support/

    I have also confirmed that when Jetpack Photon is activated that it also breaks the thumbnail display of the plugin Special Recent Posts Pro

    https://wordpress.org/plugins/special-recent-posts/

    I couldn’t reproduce when installing the plugin on a test site. The widget thumbnails do not use Photon in my tests. Could you give it another try, and make a screenshot of the issue while displaying your browser inspector, as explained here:
    https://webmasters.stackexchange.com/questions/8525/how-to-open-the-javascript-console-in-different-browsers

    You can use http://snag.gy/ to share your screenshots here.

    Thanks!

    Thread Starter SooBahkDo

    (@soobahkdo)

    Hello,

    The WPMUDEV team provided the following CSS fix for the incorrectly sized logo on the login form. This is the CSS which gets pasted into their Ultimate Branding Plugin’s custom CSS field.

    .login h1 a {
    width: 310px;
    background-size: 310px 70px;
    }

    The developer of Special Recent Posts released a new responsive version and a whole crop of new issues popped up that we never experienced with earlier versions of that plugin, so here is no point in me reporting on that conflict further until the new plugin version stabilizes for a while.

    Thanks,
    Phil D

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Photon Break Other Plugin Images’ is closed to new replies.