Welcome to TalkGraphics.com
Results 1 to 5 of 5
  1. #1
    Join Date
    Jun 2015
    Posts
    3

    Default WD 11, Sample HP

    Hi everybody,

    I bought the WD 11 to create a HP for my rock band. I made a first one, but I prefer to avoid a fix width.

    With German advertisement they gave a link to the following HP, unfortunately the "project file" is missing.

    http://go53zl.taskpilot-pages.com/hi...s_de/index.htm

    Do you know whether this "project file" is available for download and adaption?

    Thanks in advance.

    Helmut

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,499

    Default Re: WD 11, Sample HP

    The page you have linked to was designed to show the capabilities of WD11. It is not a template.

    However, there have been numerous requests for a similar template and so I would not be surprised to see on available in the future.

  3. #3
    Join Date
    Jun 2015
    Posts
    3

    Default Re: WD 11, Sample HP

    Hi Gary,

    thanks for your answer.

    Quote Originally Posted by gwpriester View Post
    The page you have linked to was designed to show the capabilities of WD11. It is not a template.
    Via HTML code it is likely possible to use "more capabilities". I'm not aware of it, and I didn't find a way to do it by the GUI. Of course I do not know how many "web variants" they used either, etc..

    I'm not a web designer but musician.

    Well I adapted an existing template, this must be sufficient for the first go.

    Thanks again, I'll be waiting for a new template.

    Cheers Helmut

  4. #4

    Default Re: WD 11, Sample HP

    Quote Originally Posted by .hs View Post
    Via HTML code it is likely possible to use "more capabilities". I'm not aware of it, and I didn't find a way to do it by the GUI. Of course I do not know how many "web variants" they used either, etc..
    You can add HTML code snippets via 'Placeholders'. But that demo website has not done so, it's pure Web Designer.
    They used three variants (you can check the CSS file ► http://go53zl.taskpilot-pages.com/hi...les/xr_all.css )
    Code:
    @media screen and (max-width: 579px) {
    .xr_mvp_3 {display: block;}
    .xr_mvp_2 {display: none;}
    .xr_mvp_1 {display: none;}
    .xr_pbd {margin-left: -200px;}
    #xr_xr {width: 400px; height: 5360px}
    .xr_page0 {width: 400px; top: 0px}
    }
    @media screen and (min-width: 580px) and (max-width: 939px) {
    .xr_mvp_3 {display: none;}
    .xr_mvp_2 {display: block;}
    .xr_mvp_1 {display: none;}
    .xr_pbd {margin-left: -380px;}
    #xr_xr {width: 760px; height: 5076px}
    .xr_page0 {width: 760px; top: 0px}
    }
    @media screen and (min-width: 940px) {
    .xr_mvp_3 {display: none;}
    .xr_mvp_2 {display: none;}
    .xr_mvp_1 {display: block;}
    .xr_pbd {margin-left: -560px;}
    #xr_xr {width: 1120px; height: 4904px}
    .xr_page0 {width: 1120px; top: 0px}
    }
    Last edited by steve.ledger; 14 June 2015 at 08:54 PM.

  5. #5
    Join Date
    Jun 2015
    Posts
    3

    Default Re: WD 11, Sample HP

    Hi Steve,

    thanks a lot.

    Cheers Helmut

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •