Another Loop for preloader

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Another Loop for preloader

Re: Another Loop for preloader

by DjPorkchop73 » Fri Jan 15, 2021 4:22 pm

Ok sounds good. I will hold off on upgrading my website until I hear back further.

Re: Another Loop for preloader

by axew3 » Fri Jan 15, 2021 2:58 pm

but i'm not still completely sure that it is the unique problem, working on v6 code this night and rewriting something on overall_footer.html code and page-forum, so all should be fixed. I will reply asap

Re: Another Loop for preloader

by DjPorkchop73 » Fri Jan 15, 2021 2:38 pm

So far this has been working out fine for me. I have only hit a loop once since last night working on the website. I am wondering if that is just the nature of the beast when dealing working with iFrames?

On the 1 single time I was able to click right out of it and never again did I go into another loop like prior to replacing the file. So far so good I would say. Now I am almost confident enough to upgrade my install to the newest version of the plugin. :)

I appreciate the help on this matter. It drove me really crazy for 2 weeks at least looking for the issue. O never considered looking into jquery. :oops:

Re: Another Loop

by axew3 » Fri Jan 15, 2021 8:26 am

It is a preloader problem that is not removed after the page has been loaded.
So, looking to all what involved into this problem, i just discovered that this line:

Code: Select all

jQuery(window).load(function() {
into page-forum is obsolete on jQuery, and it should be replaced by:

Code: Select all

jQuery(window).on(\"load\",function(){
so this is the new page-forum:
rename as required and substitute into your active template folder
page-forum.zip
(4.7 KiB) Downloaded 119 times

Re: Another Loop

by DjPorkchop73 » Wed Jan 13, 2021 10:39 pm

Usernames and emails are spot on as they were prior to the serer change. All was normal and working as you created the plugin prior to the server move. I believe it cookie related as well but for the life of me I can not solve it. 2 weeks of trying I think I am just running myself in circles now. ;)

I will provide account details for you. I appreciate you taking a look.

Re: Another Loop

by axew3 » Wed Jan 13, 2021 10:29 pm

The loop is related to cookie issue normally, so it is nothing that go to compromise nothing but user's experience of course.

So you are still on 2.3.9.
Remember that before to update to 2.4.0, you'll have to be sure that all usernames/email pairs are the same, because if not wrong you manage integration leaving users to login/register and change email in phpBB.
2.4.0 works by email now, and it change something respect 2.3.9.

See related WP to phpBB way OR phpBB to WP way (your case) :
https://www.axew3.com/w3/2020/12/wp-w3a ... wordpress/

so you are on 2.3.9 and the only thing changed is the server you say.
mh do not come out nothing in mind, send me credentials of an user via pm, normal user at moment will be sufficient, but send me an admin both sides, so i can check settings also in a while if you want

Top