Viewing 13 replies - 1 through 13 (of 13 total)
  • Its a hover event. It is display:none by default and when hovered over CSS triggers it to be display:block. But this method is not reliable as it doesn’t work in IE…

    A better method is to simply use title tags in the img tag. An alternative is to use javascript…

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    so where can it be edited then? I really don’t remember how I did it to begin with…why is it only on my posts, but not my main page image?

    For any image you post up that you want the copyright on simply add a title attribute like <img src=”images/yourimage.jpg” alt=”Some Image” title=”Copyright © 2010 My Company” />

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    where do i add this? in html?
    i think before i must have changed the code somewhere…but i don’t know where

    What if you watermarked your images?

    Yes you add it to the html of the image you are posting…Do this in HTML mode…

    You can also watermark or put a copyright notice right into the base graphic with many graphic programs – I see that on the web on a regular basis. Then no HTML code and if someone saves the picture as a hint for Christmas or Birthday they still know where to find you.

    I guess this could go here…

    I’m trying to take the copyright text hover on the first picture and change it into a .png watermark I have. I’ve tried inserting an <img src…> tag but it just posts the text.

    If it’s not crazy hard I’d also like to apply it to every picture I insert into the post. I put logos in all the images here: https://walkstop.com/wordpress/?p=387 but if I could code it to only appear when the mouse hovers like the first picture, it’d be great.

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    thanks for all the replies!
    thats a great idea to watermark all my images. I am just so confused how I ever go this copyright on here now. I really like it, I just I would just like to know where I can edit the (c) 2010 Jessica. Because I remember choosing that I wanted it to just say “Jessica” I just don’t know where. & every image I continue to add has this appear on it, but my main page image, & I’ve even tried readding it.
    So I’ll try the html on the main image. thanks again for the help!

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    I cant’ get the html to work. I also noticed on my other images where the copyright is apprearing, this removed some of the right click options as well! I usually work on this too late at night & don’t remember how I did some stuff! Read too much & remember too little. I shoudl really write this all down!

    I’m not sure how to get it on your home page, but my guess is to find the code for the hover and figure out how it’s placed over the images it shows up on. Then copy that code onto your style.css.

    I have a Firefox extension called Firebug. It lets your right click anything in the webpage and it’ll take you straight to the code in the HTML or CSS. After that you can search for the code in your autofocus folder to see what php it’s coming from. It also lets you temporarily edit code on the fly to see what it’ll do to the webpage, then you just click refresh when you want a new start.

    If i didn’t have this i woudn’t be able to get anything done…

    Thread Starter heartstruckjewels

    (@heartstruckjewels)

    thanks so much! I’ll get that plugin then & see what I can come up with!

    Hello,
    Just checking to see if you ever found your answer to this?
    I have a similar question and can’t find where to edit this….
    Thanks for any help or guidance.

Viewing 13 replies - 1 through 13 (of 13 total)
  • The topic ‘Copyright’ is closed to new replies.