Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Back End wordpress noob help – help me remove (wp supersized content)

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #175391
    Bones_Jones
    Participant

    hi guys,

    i added a wp-supersized plugin for home page on my web
    http://goo.gl/10jGis

    notice the content & footer area are placed above the supersized image.
    i can do this to remove the container

    .container.main, .gdl-container-color {
    display: none;
    }

    but if i do this this happens to every pages.

    well is there anyway i can just remove the footer & container just for the home page? or is there anyway i can place the supersized plugin inside of the container?

    or is there anyway to have images fill the width and height of the page(header would have to stay on top) without using the supersized image?

    any kind of advise will be appreciated!

    #175392
    Paulie_D
    Member

    The source order of the iframe dictates where it is appearing…you have it after the footer.

    You need to move it to before the footer in your HTML/PHP

    This is, I suspect more of a PHP/Template issue than a CSS one.

    #175407
    Bones_Jones
    Participant

    thx! but not sure how to move supersize content before the footer… not sure what dictates the order of these various php files…

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Back End’ is closed to new topics and replies.