• I have tried several different code suggestions I have found on here but nothing seems to work to get my footer image to show. I need some help, but I’m not sure what I need to post here to show you my current code. I got the header to work fine, but the footer is killing me

    https://www.aseatrempphotography.com

Viewing 9 replies - 1 through 9 (of 9 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    What code are you currently trying to get it working?

    Thread Starter trempphotos

    (@trempphotos)

    This is my most recent attempt. This is in the footer.php

    <div class="footerBanner">
           <a href="https://link1.com"><img src="https://www.aseatrempphotography.com/wp-content/uploads/2013/05/BLOG-FOOTER.png" alt="title" /></a>

    [Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    Thread Starter trempphotos

    (@trempphotos)

    And this in the stylesheet .footerBanner {
    margin: 0 auto;
    }

    There is no footer section in the stylesheet

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    There is no such element “<div class="footerBanner">” on your webpage.
    Right click on the page and select ‘View source’ and try searching for it.

    You’re going to need to set up a Child Theme if you want to modify PHP files too.

    There does not seem to be any footer code at all on your site Did you modify the theme files?

    Thread Starter trempphotos

    (@trempphotos)

    Yes but apparently all wrong. What is the correct way?

    See the link about Child Themes – that’s the only way to change a theme without having all your changes overwritten and lost when the theme is updated. You really don’t want to go there :/ .

    Thread Starter trempphotos

    (@trempphotos)

    I’m doing that right now. But I still don’t know the proper code to add the footer image.

    I would wait on that until you get the child theme going correctly…when you get to that point someone can help you with it.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘footer image’ is closed to new replies.