Site not displaying properly on refresh

All WYSIWYG Web Builder support issues that are not covered in the forums below.
Forum rules
IMPORTANT NOTE!!

DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.



PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901

MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Post Reply
mesrine13
 
 
Posts: 4
Joined: Tue Sep 24, 2024 9:32 am

Site not displaying properly on refresh

Post 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
alan_sh
 
 
Posts: 1755
Joined: Tue Jan 01, 2019 5:50 pm

Re: Site not displaying properly on refresh

Post 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
User avatar
Pablo
 
Posts: 22491
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Site not displaying properly on refresh

Post 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>
mesrine13
 
 
Posts: 4
Joined: Tue Sep 24, 2024 9:32 am

Re: Site not displaying properly on refresh

Post 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.
Post Reply