site appearance while uploading it

Support Area Forums Foundation site appearance while uploading it

Viewing 9 posts - 1 through 9 (of 9 total)
URL to the page in question:
  • Author
    Posts
  • #6049
    Sharon Vaingast
    Participant

    HI,
    when the site is uploading, the donate bar appears four couple of seconds in the wrong place.
    Any idea how to fix it?

    http://womenofthewall.org.il/

    Thanks,
    Sharon

    #6056
    Bill Robbins
    Moderator

    You can specify a height for the top of the home page so everything will stay in place until all the images and the Facebook widget have finished loading. To do that, go to the Styling section of the theme options page and then paste this into the box at the bottom labeled “Custom CSS”

    
    #home-top {
    	height: 450px;
    }
    

    See if that doesn’t keep things in place while everything finishes loading.

    #6174
    Sharon Vaingast
    Participant

    Thanks! You’re great!

    #6262
    Sharon Vaingast
    Participant

    Hello again,
    It looks great on the mainpage but still not good on other pages of the site.
    http://www.womenofthewall.org.il

    Thanks,
    Sharon

    #6263
    Bill Robbins
    Moderator

    Sharon,

    I’m not sure that I follow you. What’s not working out on the inside pages?

    Take care,
    Bill

    #6267
    Sharon Vaingast
    Participant

    Hi again,

    When I do “refresh” on a page inside the site (not in the mainpage), I get to see footer for couple of seconds in the wrong place.

    How can I apply the:
    #home-top {
    height: 450px;
    }

    for the rest of the pages?

    Thanks,
    Sharon

    #6269
    Bill Robbins
    Moderator

    Sharon,

    OK I understand. On the home page we can add in the height of the top section since we know its dimensions. On an inside page though, we don’t know how tall the page will be so there’s not a very practical way to do that there. If a page/post has one paragraph it might be 300 pixels tall while another page with quite a bit of content or comments could be 5000 pixels tall. Since we don’t know how tall the content will be, we can’t set a value for it. I hope that makes sense. If you have any questions, let me know,

    Bill

    #6303
    Sharon Vaingast
    Participant

    Thank you for your time and pateince.

    #6314
    Bill Robbins
    Moderator

    Glad to help Sharon. Take care.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘site appearance while uploading it’ is closed to new replies.