• Resolved Cornelis

    (@cornelis)


    I have added an image to my sidebar on https://www.orangepeel.co.nz but it only shows up on the homepage. On the other pages it shows the name of the image, not the actual image itself. How do I get it to show up on all pages?

    Thanks,

    Cornelis

Viewing 7 replies - 1 through 7 (of 7 total)
  • How do I get it to show up on all pages?

    By using a correct path…

    Thread Starter Cornelis

    (@cornelis)

    Hmmm, how do I do that? Is that in the stylesheet or the php?

    Weeell..if you added it, wouldn’t you know which file it was..?? You probably added it in the sidebar.php file right?

    You should have it in the CSS file.. for under the #sidebar section..or whatever..

    spencerp

    None of the above ??
    HTML.
    You put that image link there, but you used the wrong path…
    Probably something like:
    images/myimage.jpg
    Try with a slash:
    /images/myimage.jpg
    or better with an absolute path:
    yourdomain/whatever/images/myigae.jpg

    (The first one, without the slash will add the path AFTER the URI of the page where you are – that’s your problem)

    Ahh.. thanks moshu.. ?? =) I didn’t really look into anything on his/her site. Thanks for clarifying it.. ??

    spencerp

    Thread Starter Cornelis

    (@cornelis)

    Brilliant! That works perfectly. Thanks for that!

    Cornelis

    Glad to hear it works! ?? Can the status of this be changed to [Resolved] now, or..?

    spencerp

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Image in sidebar only shows up on homepage’ is closed to new replies.