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

Howto remove paralles logo?

A

ACID25

Guest
Hi

what i have to do if i want to remove the parallels logo from the site?????

THX IN ADVANCE
ACID25
 
I dont know if your licence allows, but it is in:

/usr/local/psa/admin/htdocs/skins/winxp.new.compact/images

def_parallels_logo.gif
 
Hi

thx for that hint but i changed the logo that you described but nothing happens...it shows always the parallels logo. :(

any ideas?

regards
ACID25
 
no i thin it the right skin winxp.compact or is this wrong?
 
Why would you want to remove the logo?

Don't you think Parallels deserves the free advertising considering the pittance you're paying them for the software? :)

It's also great to show the Parallels brand it's synonymous with quality and will only boost your own corporate image.
 
I'm actually surprised Parallels doesn't charge us extra to show their brand in our control panels. It's that valuable to us.
 
Did anyone notice how the logout button is conveniently located between their Ads, and so close together that you bound to notice the parrallel logo or mistakenly click it.
 
You have to edit the file:

/usr/local/psa/admin/htdocs/skins/winxp.new.compact/css/top/custom.css

Find this:

.withTopRightLogo {
margin-right: 170px;
}

and change with:

.withTopRightLogo {
margin-right: 0px;
}


find this:

#topRightLogo {
position: absolute;
right: 0px;
top: 0px;
}

and change with:

#topRightLogo {
position: absolute;
right: 0px;
top: 0px;
visibility: hidden;
}

and finally find:

#topTxtBanner {
display: -moz-inline-box;
display: inline-block;
padding-left: 16px;
padding-right: 7px;
text-align: left;
margin-top: 11px;
}

and change with:

#topTxtBanner {
display: -moz-inline-box;
display: inline-block;
padding-left: 16px;
padding-right: 7px;
text-align: left;
margin-top: 11px;
visibility: hidden;
}

You will have to do the same in every skin.
 
Thanks

Thanks, jnarvaez, your instructions were easy to follow and worked for me.

I ended up having to clear my browser cache before that Parallels logo would go away. After that, the copyright information was "sticking out" a bit to the left. I tried to line it up right, but I couldn't get it to move over to the right side, so I got rid of it completely by adding "visibility: hidden;" to the "#topCopyright" section.

It wouldn't be so bad if they at least made the effort to continue the "blue circles" image theme at the top through the Parallels logo, but instead it has an ugly white background that interrupts the flow.
 
It wouldn't be so bad if they at least made the effort to continue the "blue circles" image theme at the top through the Parallels logo

none of them is acceptable for a paid software.. we are not paying to serve ads are we?
 
Back
Top