- Posts: 21
- Thank you received: 0
refresh link to have the page
-
studisciamanici
Inactive member - Topic Author
- Member
Less
More
10 years 4 months ago #41341
by studisciamanici
refresh link to have the page was created by studisciamanici
Very often With a fresh browser visit - the first page view of
studisciamanici.it/index.php
is blank. But it appears when I press reload.
I'm experiencing also issues on the graphics, but when I reload the page the issue disappears.
The problem should be the template has some sort of 'ajax pre-loading' routine built in I guess its not working properly. Is it possible to disable this option? ... any other solution you have is welcome.
Thank you for your help.
I'm experiencing also issues on the graphics, but when I reload the page the issue disappears.
The problem should be the template has some sort of 'ajax pre-loading' routine built in I guess its not working properly. Is it possible to disable this option? ... any other solution you have is welcome.
Thank you for your help.
Please Log in to join the conversation.
-
studisciamanici
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
10 years 4 months ago #41346
by studisciamanici
Replied by studisciamanici on topic refresh link to have the page
I've found the answer on the forum, I selected 'no' on use ajax loader option in the template setting.
Please Log in to join the conversation.
-
studisciamanici
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
10 years 4 months ago #41353
by studisciamanici
Replied by studisciamanici on topic refresh link to have the page
I'm sorry, to visit the home page
www.studisciamanici.it/index.php
I still need to refresh the page the first time I type the address, otherwise the home page remains blank.
Now the Ajax loader is no.
Thank you for your help.
Now the Ajax loader is no.
Thank you for your help.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #41354
by ivan.milic
Replied by ivan.milic on topic refresh link to have the page
I get:
Error 500!
/index.php
Internal Server Error!
Error 500!
/index.php
Internal Server Error!
Please Log in to join the conversation.
-
studisciamanici
Inactive member - Topic Author
- Member
Less
More
- Posts: 21
- Thank you received: 0
10 years 4 months ago #41355
by studisciamanici
Replied by studisciamanici on topic refresh link to have the page
Maybe I was working on it. Usually shows only a blank page. Please try again. Thank you.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 4 months ago #41358
by ivan.milic
Replied by ivan.milic on topic refresh link to have the page
Move this code you have in index.php of template:
just above closing of body tag: </body>
Code:
<script>
jQuery(document).ready(function(){
jQuery('*:conatins("_:default")').remove();
});
</script>
just above closing of body tag: </body>
The following user(s) said Thank You: studisciamanici
Please Log in to join the conversation.
Time to create page: 0.081 seconds