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

    (@jfarthing84)

    For the same reason that it doesn’t show up on any of your other pages: You’re using a relative path in the IMG tag. Use the absolute path instead.

    Thread Starter ExodiusUK

    (@exodiusuk)

    Hello, thanks for the reply, im using this:

    <img src=”wp-content/uploads/2012/08/logo.png”>

    would that not work? as for me it shows in the main site but not on the login area?

    Plugin Author Jeff Farthing

    (@jfarthing84)

    No, that is a relative path. An absolute path would be:

    <img src="http://innofly.co.uk/americadirect/wp-content/uploads/2012/08/logo.png" />

    FYI: This has nothing to do with TML.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Theme My Login] Logo doesnt show?’ is closed to new replies.