The following instructions on this page can only be administered by an Account-Manager of an account.

Alternatively, you can contract us for further individual adjustments. You can read more about this in Section 4 of this page.

Feel free to contact us about further questions.

1. How do I replace the logo atop the download page?

Replacing the logo atop the Download-Page

  1. Login into the Masterconsole
  2. Navigate to the Admin Panel (of your Account)
  3. Arrow 1: “Inbox and Publishing”
  4. Arrow 2: “Download page for published files”
  5. Arrow 3: “Public Page Banner”
  6. Click on “Durchsuchen..” (Arrow 4) to upload a logo of your choice (.jpg or .png)
  7. Click on “Save Changes” in the bottom left.
    You might have to wait up to 15 minutes for changes to take effect.

Returning to the default logo

  1. Click on the recycle-bin logo (Arrow 5: “Remove Image”)
    next to the logos file-name in the Master Console.
  2. Click on “Save Changes” in the bottom left.

2. How do I adjust the size of the logo atop the download page?

To adjust the Logo Size you have to insert the following CSS Code Snippet

  1. Login into the Masterconsole
  2. Navigate to the Admin Panel (of your Account)
  3. Arrow 1: “Inbox and Publishing”
  4. Arrow 2: “Download page for published files” Download Page Customization
  5. Locate the (Arrow 3) “Public Page Footer” text input field
  6. Paste the following text into it, like you can see on the picture above:

     

     

     

  7. You can adjust the image size by changing the “auto” in “img {height: auto;}”
    into a % or pixel (px) value.
    auto_value_location
    The default Teamdrive-Logo´s dimensions are 244px by 44px.
    For Example:

    img {height: 5%;}

    or

    img {height: 60px;}
  8. Click on “Save Changes”.
    You might have to wait up to 15 minutes for changes to take effect.

3. How do I add a Custom Footer Text into the Download-Page?

  1. Login into the Masterconsole
  2. Navigate to the Admin Panel (of your Account)
  3. Arrow 1: “Inbox and Publishing” Admin Console Download Page
  4. Arrow 2: “Download page for published files” Download Page Customization
  5. Locate the (Arrow 3) “Public Page Footer” text input field”
  6. Write or paste your desired custom footer text as the very first entry into the input field.
    Note: If you add any other text into the field,
    like for example the Logo-Adjustment-CSS-Code-Snippet,
    make sure your custom text is placed in front of the < /td>
  7. Click on “Save Changes”.
    You might have to wait up to 15 minutes for changes to take effect.

B) [Advanced:] You can wrap your custom footer in a element

For instructions see 3.A)
Wrapping you custom text as an html element allows custom CSS styling and inclusion of links.
For example:

  Custom Example Footer 

4. [Advanced:] How can I change the appearance of other elements of the Download-Page?

Info: Further customizing the Download-Page requires some skills in CSS.
For a fee of 150€ we can customize the Download-Page and Webportal for you.

You can paste CSS code into the “Public Page Footer” text input field to style html elements of the Download-Page

  1. Login into the Masterconsole
  2. Navigate to the Admin Panel (of your Account)
  3. “Inbox and Publishing”
  4. Arrow 2: “Download page for published files” Download Page Customization
  5. Arrow 3: “Locate the “Public Page Footer” text input field”
  6. To adjust colors of the Download-Page you can refrence the DL-Page_Styling_Documentation and remove the comments, or copy an Colorchange CSS Example Snippet
    that targets the relevant html elements. You will need you adjust the colors to your liking.
  7. Write or paste your customized CSS code into the input field.
    Note: If have a custom footer text make sure your custom footer text
    is placed in front of the < /td >
  8. Click on “Save Changes”.
    You might have to wait up to 15 minutes for changes to take effect.