Reload of the page

6 replies · opened Jan 10, 2017

GGreggBazinJan 10, 2017

Hi there,

I have an issue with my page: when I open it, the content appears 2 or 3 seconds (depending of your connexion speed) and the page reload itself with the loader.

Here is an example: http://p4948.phpnet.org/00-demo5/?fm=854

When I delete the line 86 the proble is solved:
<script type="text/javascript" src="js/plugins.js"></script>

Can you have a look please?

Thanks in advance for your help and your time.

Gregg

JjuanchpJan 10, 2017

I had the same issue, but I can not remember the code that I changed to solve it, but I did it. You can try changing the script line before or after the other js files declaration.

JC

GGreggBazinJan 10, 2017

Thank you JC for your help and your reactivity.

It's "partially" working successfully if I insert the no-transition class but I would like to find what exactly is the problem. It should be cleaner to have the loader working fine.

Any advice from the Team ? I've seen your suggestion on this post (http://support.semicolonweb.com/forums/topic/problems-with-the-loader-of-the-page/) but I can't find what I did wrong.
Thanks in advance.

Gregg

SSemicolon WebSTAFFJan 12, 2017

Hello,

We could find two Issues on your Page in respect to this!

  1. Move the js/jquery.js and js/plugins.js from <head> to the bottom of the Page as in the Default Files.

  2. You have the following Inline CSS Code on your Page which is causing the Display Issue:

#wrapper {
    opacity: 0.70 !important;
}

Removing this CSS will fix this issue. Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

GGreggBazinJan 29, 2017

Thanks for your answer, I found how to resolve it with your explanation!

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard