x

My files keep disappearing from my published website????

I have some files in my website that are not showing after I published my site.

When I Edit my page I can see they are there, but aftere I publish the site and open from a brouser the site is there but not the files.

Can you help me to fix it?

1,096 Views
Message 1 of 9
Report
8 REPLIES 8

Hello! Is there a particular page or file you're seeing this happen with? We'll check up on it here and see what we can do to clear things up!

1,092 Views
Message 2 of 9
Report

I am having same problem at http://www.upperiscope.net.au/the-log---march-2017.html  Images not showing and documents "removed by owner"  Been having this problem for a while, annoying.

1,084 Views
Message 3 of 9
Report

@ausaubs:  I see your images and text....May be you may want to clear your browser cache and cookies.

1,075 Views
Message 4 of 9
Report

Have tried, not showing.  

1,062 Views
Message 5 of 9
Report
Square

I'm still seeing them, too - what browser are you using, @ausaubs? Maybe something in your browser is blocking them from loading.

1,051 Views
Message 6 of 9
Report

Hi,
I am having a issue when I publish my site.
http://elizabethzezaeportfolio.weebly.com

On two of my pages for my teaching portfolio I have lesson plans, pictures and lesson critique form. But when I hit publish only the lesson plan is visible and I can not see the other form or picture.

The two pages in question are:
http://elizabethzezaeportfolio.weebly.com/micro-lesson-first-year-professional-experience.html

and

http://elizabethzezaeportfolio.weebly.com/whole-class-lesson-first-year-practical.html

Are you able to help me as I need all the pictures and documents to be published.

Thanks

Liz

1,008 Views
Message 10 of 9
Report
Square

It looks like you have broken code on both of those pages, @zezan86.

For example, the first page has this:

<iframe src="https://docs.google.com/document/d/e/2PACX-1vSy48KFsBHsK4Q9Alq9wVsezFhXN-Fs__wbc8PJyK-P2EeeDY63MjUCjMHBZc09JxVWR1BeGQrhYKAV/pub?embedded=true"width=900 height=500

That's missing the closing > from the opening tag, and the closing tag entirely. It should be formatted like this:

<iframe src="https://docs.google.com/document/d/e/2PACX-1vSy48KFsBHsK4Q9Alq9wVsezFhXN-Fs__wbc8PJyK-P2EeeDY63MjUCjMHBZc09JxVWR1BeGQrhYKAV/pub?embedded=true"width=900 height=500></iframe>

If you fix both and re-publish it should work great on your live site.

996 Views
Message 10 of 9
Report

Thank you so much Adam it is all fixed and looks great now Smiley Happy 

Thank you again for the help. 

Liz 

985 Views
Message 10 of 9
Report