Footer's link images shows only in home page (and one layout question)

  • Posted in : Readme
  • Linsoi
    Participant

    Hey, I’m having this kind of problem.
    I have added a text/html widget in a footer, where I would like to put small image links to my other sites. It’s working well when I’m on my main page, but when I click to any other pages, the link’s images get broken.

    Here is some screenshots:
    When home page: http://www.varjosointu.com/kuvat/screen4.jpg
    When other page: http://www.varjosointu.com/kuvat/screen5.jpg

    I have all my plugins deactivated, even deleted.

    Other thing which I was thinking. Am I able to add background image by some code? Or am I able to add some “when mouse over” code for header image if I would like it to react when mouse is over (change color, so basically second header image)

    Thank you for your help!

    serkan
    Moderator

    Hi @Linsoi;
    1) I would recommend you to use the text widget with html codes like this (don’t leave any space before this marks ” and > ;

    <div class="textwidget"><a href="https://www.facebook.com/linzuart " "target="_blank"><img src="http://www.varjosointu.com/wordpress/wp-content/uploads/2015/10/faceicon.jpg"></a><a href="http://sointukuvia.tumblr.com/ " "target="_blank"><img src="http://www.varjosointu.com/wordpress/wp-content/uploads/2015/10/tumbicon.jpg"></a></div >

    The link gets broken because the image url is not correct.

    2) This code for background image

    body  { background: url(../images/bg.png) center center repeat; }

    And also there is related topic with your other question but i am not quite expert with it. You can read the topic;
    http://stackoverflow.com/questions/14943302/change-logo-on-mouseover-in-wordpress
    Thanks a lot.

    Linsoi
    Participant

    Thanks a lot! I got the image links to work.

    And thanks for the code and link, how do I change the background code if I don’t want the background image to repeat?

    serkan
    Moderator

    Hi @Linsoi;
    If you don’t want to repeat it just delete center and repeat words from the code above.
    If you need more assistance, don’t hesitate to contact me.
    Cheers.

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register