• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Trouble in showing web page

In wp-config.php look for an entry define('CONCATENATE_SCRIPTS', false ); If it is set to "false" try setting it to "true". If it set to "true" try setting it to "false". If it is missing, add the line and try both (not at the same time, but one after the other). It may fix the issue.
 
In wp-config.php look for an entry define('CONCATENATE_SCRIPTS', false ); If it is set to "false" try setting it to "true". If it set to "true" try setting it to "false". If it is missing, add the line and try both (not at the same time, but one after the other). It may fix the issue.
I tryed but nothing. One second after loading page shows correctly and then again all bad.
 
I understand that for a second after loading the page all is shown correctly and then it changes to a distorted image. This can be caused by a JavaScript function that overwrites the CSS settings of the web page. If script concatenation is not the issue, I suggest to disable all plugins of your website and re-enable them step-by-step, always testing whether the issue persists after each step, in order to find the culprit. If disabling all plugins does not help, it can still be an issue with the theme or it can be a malicious software in the website.
 
I too also noticed that the page loads fine briefly before it goes wonky. I did noticed that as soon as the chat box loads is when the page formatting gets wonky so chances are that's more likely your problem?
 
Some Javascript (JS) on your page breaks all!

Disable JS in browser and you see the styles are shown correct, only some dynamic content like preloaded images missing.
 
@Raudpats You need to debug the JS of theme and page by Developer Tools of browser, with breakpoints until you catch the broken JS script, or the web agency of your website/shop.

Good luck.
 
Back
Top