• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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