Page 1 of 1

Site not displaying properly on refresh

Posted: Tue Sep 24, 2024 10:25 am
by mesrine13
Hi ... love the program, but have been struggling for about a week.
Have uploaded my site to this address -

http://newwaveposters.com/

Very happy with the way it looks - but when you hit refresh, the ecwid store disappears and
a large gap appears at the bottom of the page (after the footer) Have tried adjusting the store,
The fullscreen carousel at the top and the footer settings.

Here are the files, including the project file and html index file. Hope you can help
mediafire link (2.26 mb)

https://www.mediafire.com/file/orzm9maa ... S.zip/file

Thanks

Re: Site not displaying properly on refresh

Posted: Tue Sep 24, 2024 10:37 am
by alan_sh
It does that with me too - but a Ctrl-F5 refresh (Firefox) brings it back. So, it may be nothing to do with WWB but something to do with caching at the server end (or some code in your page)

I haven't downloaded your code.

Alan

Re: Site not displaying properly on refresh

Posted: Tue Sep 24, 2024 11:48 am
by Pablo
It looks like a timing issue. It takes too long to load the content so the ewcid script times out.

Please try this:
1. Open Page HTML
2. Click 'Before </body>'
3. Copy /paste this code:

Code: Select all

<script>
  window._xnext_initialization_scripts=[{widgetType:"ProductBrowser", id:"EcwidShoppingCart1", arg:["views=grid(4, 6) list(24)", "categoriesPerRow=7", "categoryView=list", "searchView=grid", "id=EcwidShoppingCart1"]}];
</script>

Re: Site not displaying properly on refresh

Posted: Tue Sep 24, 2024 6:21 pm
by mesrine13
Thanks Alan ... baffled me that the page always loaded fine first time, but only went wrong when I hit refresh ...

Thanks Pablo ! ... that fix worked. Just hit refresh about 10 times just to see it work.

Great forum. Great prog. Cheers.