• Resolved dragonbonetattoo

    (@dragonbonetattoo)


    I got the images displayed in my footer correctly using a simple text widget. Looked great, then I reloaded the page and Presto! Only one of the images is showing. When I inspect the element, I see the images in the code, just not on the webpage. What am I missing? URL:
    http://www.soulriverfilm.com

Viewing 6 replies - 1 through 6 (of 6 total)
  • Probably a Theme template file in use that does not call get_footer()

    To test WordPress default functionality, always use default unedited theme and no plugins.

    Thread Starter dragonbonetattoo

    (@dragonbonetattoo)

    I had added the a href function to the images, attempting to get them to act as links. For example:
    <a href="http://www.oakley.com" title="Oakley"></a>
    I was missing the titles on the other images, so adding in titles fixed the display issue. Now it won’t link to the specified URL. Probably missing something super obvious.

    Can you provide a screenshot of this issue to us?

    The images do not appear to be inside the anchor tags:

    <a title="Oakley" href="http://www.oakley.com"></a>
    <img width="257" height="67" src="http://soulriverfilm.com/wp-content/uploads/2013/05/oakley-logo1.png">

    Thread Starter dragonbonetattoo

    (@dragonbonetattoo)

    You were absolutely right about the anchor tags. You both have been so helpful on this project. Thanks!

    So this topic ran across multiple domains? Oh..he wanted to know how to hide a domain link in an image…got it…

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘All of footer HTML not showing’ is closed to new replies.