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

Search results

  1. D

    Mobile layout: Navigation on top or at the bottom?

    Now I understand: With the latest mobile view versions, navigation menus are supposed to appear after the content. Yes, that's correct: My customer prefers the menu to appear on top and he has fair arguments. That lead me to the idea to put another navigation module into the header, hiding it...
  2. D

    Turn off "mobile version"

    @ Parallels: In order to make WPB sites mobile friendly I also suggest to follow Web standards. If you validate any standard WPB site at http://validator.w3.org/mobile/ it will show you where there is some room from improvement.
  3. D

    site not saved on publish

    @ Parallels: Could you please give us an update on wheather anything has been implemented / what is planned?
  4. D

    Mobile layout: Navigation on top or at the bottom?

    Hello Egor, I am sorry to keep you busy with this but probably there was a misunderstanding. The problem is that the navigation menu on the mobile view changed from top to bottom with the WPB upgrade. The menu should be brought back to the top in order to make such a site mobile friendly...
  5. D

    Mobile layout: Navigation on top or at the bottom?

    Thank you, Egor. Yes, the navigation menu on top makes sense on mobile screens. Well done! Could you help me with these two questions? 1) How can it be changed for sites that were created prior to WPB 11.5? I tried with the custom CSS code .mobile-view #column1 { float: left !important; } but...
  6. D

    Mobile layout: Floated image affecting subsequent module - Bug?

    Egor, thank you for the workaround - which actually works (around) ;-)
  7. D

    Mobile layout: Navigation on top or at the bottom?

    Hi Egor, Thanks for your answer. Assuming there is a standard layout with a header, a sidebar on the left, a content area on the right and a footer: <div id="layout-header"></div> <div id="layout-content" class=""> <div id="columns"> <div id="column1" class="container...
  8. D

    Mobile layout: Floated image affecting subsequent module - Bug?

    Hello Egor, Thanks for your reply. I was able to reproduce the issue on a clean site. The URL will follow by PM. You will find two pages: On page #1 the floated image is in portrait orientation (orginal size: 300 x 349 pixel, resized to 240x279 pixel). This is where the issue with the...
  9. D

    Wrong document path on beta sites

    Hi Egor, The issue with absolute document paths still exists in WPB 11.5.12. Could you give me an update on bug #133091? Thank you.
  10. D

    Mobile layout: Navigation on top or at the bottom?

    On a mobile layout, the navigation menu appears on some sites on top and on others at the bottom of the main content. What does the location depend on?
  11. D

    Mobile layout: Floated image affecting subsequent module - Bug?

    Hi Egor, Thanks very much for checking. I removed the custom CSS code, published the site, emptied the cache on the iPhone 5 and reloaded the page: Now the thumbnails don't appear anymore, not even in landscape orientation. After replacing the image in the preceding Text&Images module...
  12. D

    Design editing: UI controls vs direct HTML/CSS edits

    Hello Custer, Is there any way to try it out online, like with Plesk 11 at https://plesk11.demo.parallels.com:8443/sitebuilder/Start ?
  13. D

    Turn off "mobile version"

    Hi Dmitry, Thank you for your info. I am glad the reports were useful.
  14. D

    Mobile layout: Floated image affecting subsequent module - Bug?

    Situation: - Parallels Presence Builder 11.5.12 - Mobile layout, iPhone - Website with a two column layout - Text&Image module in the main column, contains a left floated image - Just underneath of it: Gallery module with some images Problem: On an iPhone, the images of the gallery are...
  15. D

    Can we make logo a percentage instead of fixed size?

    The style of images on mobile devices is defined by WPB's default CSS file (/css/style.css): /* Text */ .mobile-view .widget-text img { height: auto; max-width: 100%; width: auto; } Hence, you could achieve the resizing by putting some code into the meta tags field of WPB's advanced...
  16. D

    Gallery thumbnails do not show whole photo

    coolemail2, is the issue the same as in this post?
  17. D

    Creating underlined links on hover

    David23, You can add the customised CSS code in the meta data field in the editor's settings section. PM me if you need further assistance.
  18. D

    Creating underlined links on hover

    To my knowledge the WPB editor does not provide any function for that. However, you can try something with HTML/Javascript - like you did - and upload the image files to your web space (make sure that the URLs are correct) or a solution with CSS. You will find coding samples here...
Back
Top