• Resolved missadventures

    (@missadventures)


    Hi there,

    I want to embed my google calendar in one of my static pages. But, when I do, all the other features on the page – sidebar, header & footer – disappear. The embedded html (with iframe code) worked for me once before. But I had a problem with my blog and had to start over from scratch.

    Anyone have any advice. Here’s the page where I’m having trouble: http://italofile.com/?page_id=4

    Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • No one is answering my post either, so I thought I’d give yours a go.
    Prob not the best solution,

    First strip off table elements from embedded calendar.

    Put it in a div instead.

    <div id=”goog”><iframe></div>

    Move whole thing

    Insert just above your footer div…

    In your style sheet

    #goog {
    position:absolute;
    top:130px;
    left:250px; }

    Good luck Paul

    Thread Starter missadventures

    (@missadventures)

    Hi, Paul. Unfortunately, that solution didn’t work. Thanks for trying!

    If anyone else has any ideas, I’d like to add something to this query:

    It looks like the header now shows up on the page. But the sidebar and footer are missing when I use the embedded google calendar.

    So frustrating!

    Hi again missadventures.

    Check this.
    http://central12.com/pg41.htm

    put your calendar in a div

    I changed sidebar from
    text align right to left,

    added div to search box and floated left

    moved position of top ad.
    Not sure how this will effect your other pages.
    Looks ok in ie and firefox
    Once again. good luck. Paul

    Thread Starter missadventures

    (@missadventures)

    Just a quick reply to let you know that I got this figured out. Simply change your theme and the embedded calendar works! 🙂

    Nice one, look forward to seeing where your travels take you.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Embedded Google Calendar = No Sidebars on Page’ is closed to new replies.