• 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!
  • 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.

Bugs: Parallels Presence Builder 11.5.11

JCBerg

New Pleskian
Hi Parallels developers,

I have some bugs to report:
- Bug 1: Watermark works as expected in the Editor, however on the published website it is not working. To reproduce:
Step 1: Go to Design -> Colors (I have a Dutch version, so I do a translation)
See picture:
2.JPG
Step 2: Set "Background of website" to #FFFFFF
Step 3: Set "Background of the page" to red or something
Step 4: Set "Watermark" to #FFFFFF
Step 5: Publish and watch on the live site the background of the page overruling the watermark

- Bug 2: Automate length of the sidebars do work in the Editor as expected, but on the published website is does not. To reproduce:
Step 1: Go to Design -> Layout
See picture:
1.JPG
Step 2: Enable the option as shown on the picture above.
Step 3: Set minimal values for Left, Inhoud, and Right to whatever you want
Step 4: Publish and watch on the live site the sidebar have the minimal lenght. The page with content needs to be longer as the content of the sidebar of course.


That was it, hope you find them useful!
 
Also a quick fix for the watermark height:
Go to Settings -> Advanced -> Edit Meta data and add the following code:
<style>
#watermark {
background-color: #FFF;
}
</style>
<script>
siteBuilderJs(document).ready(function ($) {
var layoutHeight = $('#layout').height();
siteBuilderJs('#watermark').height(layoutHeight);
});
</script>
 
Last edited:
Hi Parallels developers,

Is the information I provided about the bug usefull?

Thanks, and have a good day!
 
Dear JCBerg, thank you very much for your feedback. Could you please add information about browser used and post the screens there the bugs themselves are depicted?
 
Hi Dmitry,

Any news on those bugs? They are still in the latest 11.x version.

About the browers: it is in all browsers. The screens are taken in the admin panel and nothing fancy is added.

Thanks,
 
Back
Top