The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Search
Close
AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Compatibility probl...
 
Notifications
Clear all

Compatibility problems with WpDiscuz plugin

3 Posts
2 Users
0 Reactions
1,291 Views
(@p-a-semi)
Posts: 1
New Member
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 
[#4297]

On Firefox 45 there is error: document.querySelectorAll().forEach is not a function.

A simple polyfill fix is:

[code]
(function(){function I(O,p){if(p=Object.getPrototypeOf(O))p.forEach||(p.forEach=[].forEach)}try{I(document.querySelectorAll("body"));I(document.getElementsByClassName("site"))}catch(E){console&&console.error(E)}})();
[/code]

Clpx109103 crop

I've added it in class.WpdiscuzCore.php in frontendFiles function, but it was overwritten in next wpdiscuz upgrade, so I had to block upgrades temporarily...

Another problem in this version of Firefox is with padding:2% on input fields in /wp-content/plugins/wpdiscuz/themes/default/style.css?ver=7.3.19, which makes them completely unusable, because it calculates 2% from page height, and text has few pixels at center of line hiding all input...

Clpx109101 crop2b

 

And just a side-note, that bubble updates are very bad idea on web-site with 10000+ daily readers, it is not fast (on that server with slow database it was cca 1 second server-time per request) and it collapsed our server, when the wp-json request has been unblocked by provider... I already switched that off (removed in script and disabled in configuration) three weeks ago, but until this day multiple tens of users have opened pages from May and still bomb our server with /wp-json/wpdiscuz/v1/update? requests... I had to add filter at start of main index.php to reply them with fast 400... (so for now there is no more problem with that)


 
Posted : 21/06/2022 12:59 am
Asti
 Asti
(@asti)
Posts: 8257
Illustrious Member Support
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

We're going to check this. Please wait a bit. I'll update this topic ASAP. 


In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.

 
Posted : 21/06/2022 11:52 am
Asti
 Asti
(@asti)
Posts: 8257
Illustrious Member Support
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
 

This will be fixed in the next version. 


In case you want to say thank you! 🙂
We'd really appreciate if you leave a good review on the plugin page.
This is the best way to say thank you to this project and the support team.

 
Posted : 24/06/2022 2:42 pm