Viewing 8 replies - 16 through 23 (of 23 total)
  • Plugin Author zackperdue

    (@zackperdue)

    Broken image icon means that the browser cant find the image using the given url. Upload the image using the wordpress uploader in the media tab on the left hand menu, then when the box pops up telling you info about the image, choose the full path to the image (near the bottom) and copy that then go to the theme logo plugin and paste it then save. Done. ??

    Hey Zack. I realised that my logo shows border on some other browsers than Firefox 4. I need to remove that border, how can we do that?

    Plugin Author zackperdue

    (@zackperdue)

    If you give me a link to the site, i may be able to give better help with that. but my first guess, is that you need to add a css rule for your logo image.

    Im not sure what classes or ids you have on your logo, but you want to do something like this:

    #logo{
    border: none;
    }

    and you want #logo to refer to the <img> itself.

    Let me know if this works.

    Yes its exactly worked! Thanks for the support man, its really a nice plugin.

    Hi,
    How do you change the size of the logo? It seems to scale out no matter how small I make before I upload it to the library.
    Thanks!

    Plugin Author zackperdue

    (@zackperdue)

    You can use the built in image editing functionality within wordpress. After the image is uploaded, it will display and next to it there will be some buttons that allow it to be modified using rotate, crop, or scale. Try using the scale button. I believe its on the right.

    I’ve tried that earlier and you can watch yourself mltfastigheter.se.
    That part should be 1/4 or 1/3 of that size.
    /Mats

    Plugin Author zackperdue

    (@zackperdue)

    I see your problem.

    There is a css rule making the image stretch to 100% of the width of its parent.

    On line 530 of style.css find “#branding img” and remove: width: 100%;

    That fixed the problem for me.

    I hope this helped.

    ____________________
    Dont forget to follow me on twitter @zackperdue
    https://zackperdue.com
    https://ziggidycreative.com
    https://thisisepic.com

Viewing 8 replies - 16 through 23 (of 23 total)
  • The topic ‘[Plugin: Theme Logo] Installation Issue’ is closed to new replies.