• Brent

    (@brenthanifl)


    Everywhere but the homepage images will appear along side the featured slider image ex:http://www.oceanresourceteam.org/about/board/. I cannot find these images anywhere and would like to delete them. I have tried saving them to find out their titles but all I can save is their link location. Any ideas on how to get rid of these?

Viewing 9 replies - 1 through 9 (of 9 total)
  • If I’m understanding your question — it’s the images above the slideshow? Those are background images here:

    <div id="imagecontainer" class="header-image-container" style="background:url(http://www.oceanresourceteam.org/wp-content/themes/atahualpa/images/header/IMG_1479.jpg.pagespeed.ce.xB9yeTtRoM.jpg) top center no-repeat">

    Looks like part of the theme.

    Thread Starter Brent

    (@brenthanifl)

    Can I just delete it in the style sheets? Where did you find this?

    It’s set inline in the HTML code so you’d need to remove it there. But it looks like you have this CSS in the head section – so you could try changing the height to zero

    div.header-image-container {
        height: 150px;
        margin: 0;
        padding: 0;
        position: relative;
    }

    But you’ve made SO many major changes that it’s hard to know what will work…

    Found it using Firebug addon for Firefox — it’s a really useful tool for CSS and other development work.

    Thread Starter Brent

    (@brenthanifl)

    Thanks a lot for your help!

    Thread Starter Brent

    (@brenthanifl)

    I’m still unclear where this code is located.

    The CSS code is in the head section of the page — there is a bunch of CSS code there — I don’t know where it is coming from however — maybe a plug-in or custom CSS?? Using View Source, it’s on line 36 starting with this:

    <style type="text/css">body ...  long line of code

    Go to the theme options header area and remove the %image from the ‘configure header area’ options. It helps to look at the theme options.

    Thread Starter Brent

    (@brenthanifl)

    Thanks juggledad that worked.

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Unwanted images keep showing up in my featured sliderf’ is closed to new replies.