• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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