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

Display position of images are not consistent

Renko v

New Pleskian
Hi,

I'm using Presence Builder version 12.0.5 and i'm experiencing some strange reposition of the images on my site.

First i uploaded an image with the editor to my website header and checked it on my published page.
On my published page i noticed that the position of the image i uploaded is different then when i look in the editor.

To see the difference i uploaded two screenshots:

Image position in the editor:
Schermafbeelding 2014-05-19 om 14.04.33.png

Image position on the published page
Schermafbeelding 2014-05-19 om 14.04.48.png


I noticed a difference in the in the source of the editor and the published page css file.

This is the source of the editor (inline css)
<div class="header-image" id="ext-gen710" style="background-image: url(http://..../sites/f2/f28b7b7fc93453...nts/builtin/Header/alumni_02.jpg?1400496081); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; height: 345px; background-size: 867px 667px; background-position: 0px -102px;"></div>

This is the source of the published page css
height: 345px;
background-image: url(../attachments/Header/published_alumni_02.jpg);
border-radius: 0 0 0 0;
background-size: cover;
background-position: center center;

As you can see the editor does not render the position of the image to the published css file, instead the default values of the background-size and background-position is used.
( default = background-size: cover; and background-position: center center ). This default value is, i believe, the problem with the strange positioning of the image on the published page.

Can anyone confirm this "bug"? And is it possible to fix this?
Now the website is not consistent when building in the editor and publishing to my website.

I hope to hear from you soon!
With kind regards,
Renko
 
Last edited:
Hi,
Please try to change your site layout from "liquid" width to static width. This resolves issue?


Hi Egor,

Unfortunately, this was not the solution. I managed to take some more screenshots to (hopefully) make the problem more clear.
I've tested different themes but they all have the same issues when it comes to positioning of the images.

First screenshot : Fixed width.
example-1-fixed-width.jpg

Second screenshot : Fluid width (as you suggested)
example-2-fluid-width.jpg

The differences between the editor and the published website are:
1. Position of the image
2. The quality of the image

Are there any workarounds available for this issue, i don't think i'm the only one with this problem am i?
Please, if its possible, can you contact me directly (maybe call me) to fix this?

I hope to hear from you soon.
With kind regards,
Renko
 
Back
Top