• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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