www.manualslib.com Open in urlscan Pro
192.243.63.140  Public Scan

URL: https://www.manualslib.com/manual/1777145/Delta-7945.html
Submission: On February 04 via manual from US — Scanned from DE

Form analysis 12 forms found in the DOM

<form class="navbar-form mainsearch" role="search" id="search_form">
  <div class="form-group">
    <input type="search" class="form-control" placeholder="Search for manual" id="typehead" name="keyword" value="">
    <button type="submit" class="btn btn-lib-search"><svg class="icon ">
        <use href="/public/img/solid.svg?hash=02tV5u6#search"></use>
      </svg></button>
  </div>
</form>

POST #

<form action="#" method="post" class="add-bookmark-form">
  <!--suppress HtmlFormInputWithoutLabel -->
  <input maxlength="255" class="form-control bookmark-name-field" name="bookmark_name" value="" type="text" placeholder="Bookmark name">
  <button type="submit" class="btn btn-primary"> Add </button>
  <span style="font-size: 12px; color: gray"> Manual will be automatically added to "My Manuals" </span>
</form>

<form class="pages_form" action="">
  <span>page</span>
  <input required="" id="current-page-input" value="1" class="form-control" title="Current page" type="text">
  <span class="pof">of</span>
  <span>17</span>
  <button id="go-to-page" type="submit" style="margin-left: 3px;" class="btn btn-primary btn-sm"> Go </button>
</form>

<form class="pages_form" action="">
  <input id="page-input-mobile" value="1" class="form-control" title="Current page" type="text">
  <!--suppress HtmlFormInputWithoutLabel -->
  <select id="page-select">
    <option selected="" value="/manual/1777145/Delta-7945.html#manual">page 1</option>
    <option value="/manual/1777145/Delta-7945.html?page=2#manual">page 2 - Warning</option>
    <option value="/manual/1777145/Delta-7945.html?page=3#manual">page 3 - Toddler bed</option>
    <option value="/manual/1777145/Delta-7945.html?page=4#manual">page 4 - Parts</option>
    <option value="/manual/1777145/Delta-7945.html?page=5#manual">page 5</option>
    <option value="/manual/1777145/Delta-7945.html?page=6#manual">page 6 - Section 1: Crib Assembly</option>
    <option value="/manual/1777145/Delta-7945.html?page=7#manual">page 7</option>
    <option value="/manual/1777145/Delta-7945.html?page=8#manual">page 8</option>
    <option value="/manual/1777145/Delta-7945.html?page=9#manual">page 9</option>
    <option value="/manual/1777145/Delta-7945.html?page=10#manual">page 10</option>
    <option value="/manual/1777145/Delta-7945.html?page=11#manual">page 11</option>
    <option value="/manual/1777145/Delta-7945.html?page=12#manual">page 12 - Section 2: Toddler Bed Conversion</option>
    <option value="/manual/1777145/Delta-7945.html?page=13#manual">page 13</option>
    <option value="/manual/1777145/Delta-7945.html?page=14#manual">page 14 - Section 3: Full Size Bed Conversion</option>
    <option value="/manual/1777145/Delta-7945.html?page=15#manual">page 15</option>
    <option value="/manual/1777145/Delta-7945.html?page=16#manual">page 16 - Warranty</option>
    <option value="/manual/1777145/Delta-7945.html?page=17#manual">page 17 - Table of Contents</option>
  </select>
  <span class="pof">/</span>
  <span>17</span>
</form>

POST

<form action="" method="post" id="fulltext-form">
  <input value="" placeholder="Search in this manual" type="text" id="term" class="form-control">
  <a class="seacher" id="fulltext-search" href="#">
                        <svg class="icon "><use href="/public/img/solid.svg?hash=02tV5u6#search"></use></svg>                    </a>
</form>

<form class="ppp__search-form">
  <!-- TODO Set multi language string -->
  <input class="ppp__search-form__input" type="text" placeholder="Search in table of contents">
  <button class="ppp__search-form__submit" type="submit"><svg class="icon ">
      <use href="/public/img/solid.svg?hash=02tV5u6#search"></use>
    </svg></button>
</form>

<form class="ppp__search-form">
  <!-- TODO Set multi language string -->
  <input class="ppp__search-form__input" type="text" placeholder="Search in table of contents">
  <button class="ppp__search-form__submit" type="submit"><svg class="icon ">
      <use href="/public/img/solid.svg?hash=02tV5u6#search"></use>
    </svg></button>
</form>

<form action="" class="form">
  <input type="text" placeholder="Search in table of contents">
  <div class="search" type="submit"><svg class="icon ">
      <use href="/public/img/solid.svg?hash=02tV5u6#search"></use>
    </svg></div>
</form>

POST

<form method="post" action="">
  <div class="modal-body">
    <input type="hidden" name="action" value="rename_bookmark">
    <input id="id_bookmark_for_renaming" type="hidden" name="bookmark_id">
    <input class="form-control" id="bookmark-name-field-for-renaming" name="bookmark_name" type="text" placeholder="Enter bookmark name" maxlength="45">
  </div>
  <div class="modal-footer">
    <div style="text-align:center;">
      <input name="submit" type="submit" class="btn btn-success" value="Rename" id="rename-bookmark-submit">
      <button data-dismiss="modal" aria-hidden="true" class="btn btn-danger"> Cancel </button>
    </div>
  </div>
</form>

POST

<form method="post" action="">
  <div class="modal-footer">
    <div style="text-align:center;">
      <input type="hidden" name="bookmark_id" value="">
      <input type="hidden" name="user" value="">
      <input type="hidden" name="action" value="delete_bookmark">
      <button data-dismiss="modal" aria-hidden="true" class="btn btn-success"> Cancel </button>
      <button type="submit" class="btn btn-danger"> Delete </button>
    </div>
  </div>
</form>

POST

<form method="post" action="">
  <div class="modal-footer">
    <div style="text-align:center;">
      <input type="hidden" name="action" value="delete_manual">
      <input type="hidden" name="manual_id" value="1777145">
      <button data-dismiss="modal" aria-hidden="true" class="btn btn-success"> Cancel </button>
      <button type="submit" class="btn btn-danger"> Delete </button>
    </div>
  </div>
</form>

POST /auth

<form action="/auth" method="post">
  <div class="form-group">
    <svg class="icon ">
      <use href="/public/img/solid.svg?hash=02tV5u6#users"></use>
    </svg> <input type="text" name="login_form[login]" value="" class="form-control" required="" placeholder="Login or e-mail">
  </div>
  <div class="form-group">
    <svg class="icon ">
      <use href="/public/img/solid.svg?hash=02tV5u6#key"></use>
    </svg> <input type="password" name="login_form[password]" value="" class="form-control" required="" placeholder="Password">
  </div>
  <div style="text-align:center;">
    <button type="submit" class="btn btn-success btn-block btn-enter sign-btn">
      <svg class="icon sign-icon">
        <use href="/public/img/solid.svg?hash=02tV5u6#lock"></use>
      </svg> <span class="sign-text">Sign In</span>
    </button>
    <div class="form-group signing-or">
      <span>OR</span>
    </div>
    <button class="btn fbtn btn-block btn-enter sign-btn" rel="nofollow" title="Facebook login" onclick="window.open('/facebookLogin','window','width=480,height=200,resizable,scrollbars,toolbar,menubar');return false;" href="/facebookLogin">
      <svg class="icon sign-icon">
        <use href="/public/img/solid.svg?hash=02tV5u6#facebook-square"></use>
      </svg> <span class="sign-text"> Sign in with Facebook </span>
    </button>
    <button class="btn gbtn btn-block btn-enter sign-btn google-auth" rel="nofollow" title="Google login" onclick="window.open('/googleLogin/action/url','window','width=480,height=600,resizable,scrollbars,toolbar,menubar');return false;"
      href="/googleLogin/action/url">
      <svg aria-hidden="true" class="svg-icon native iconGoogle" width="18" height="18" viewBox="0 0 18 18">
        <g>
          <path d="M16.51 8H8.98v3h4.3c-.18 1-.74 1.48-1.6 2.04v2.01h2.6a7.8 7.8 0 0 0 2.38-5.88c0-.57-.05-.66-.15-1.18z" fill="#4285F4"></path>
          <path d="M8.98 17c2.16 0 3.97-.72 5.3-1.94l-2.6-2a4.8 4.8 0 0 1-7.18-2.54H1.83v2.07A8 8 0 0 0 8.98 17z" fill="#34A853"></path>
          <path d="M4.5 10.52a4.8 4.8 0 0 1 0-3.04V5.41H1.83a8 8 0 0 0 0 7.18l2.67-2.07z" fill="#FBBC05"></path>
          <path d="M8.98 4.18c1.17 0 2.23.4 3.06 1.2l2.3-2.3A8 8 0 0 0 1.83 5.4L4.5 7.49a4.77 4.77 0 0 1 4.48-3.3z" fill="#EA4335"></path>
        </g>
      </svg>
      <span class="sign-text">Sign in with Google</span>
    </button>
  </div>
</form>

Text Content

WE VALUE YOUR PRIVACY

We and our partners store and/or access information on a device, such as cookies
and process personal data, such as unique identifiers and standard information
sent by a device for personalised ads and content, ad and content measurement,
and audience insights, as well as to develop and improve products. With your
permission we and our partners may use precise geolocation data and
identification through device scanning. You may click to consent to our and our
partners’ processing as described above. Alternatively you may access more
detailed information and change your preferences before consenting or to refuse
consenting. Please note that some processing of your personal data may not
require your consent, but you have a right to object to such processing. Your
preferences will apply to this website only. You can change your preferences at
any time by returning to this site or visit our privacy policy.
MORE OPTIONSAGREE

Sign In Upload
Download Table of Contents
Add to my manuals
Delete from my manuals
Share
URL of this page:
HTML Link:
Facebook Twitter Email Gmail LinkedIn AddThis 0Share

Bookmark this page
Add Manual will be automatically added to "My Manuals"

Print this page
× Bookmark added
× Added to my manuals
 1. Manuals
 2. Brands
 3. Delta Manuals
 4. Baby & Toddler Furniture
 5. 7945
 6. Manual




DELTA 7945 MANUAL

4 in 1 crib
Hide thumbs

1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

16
Table Of Contents
17
 * page of 17 Go
   page 1page 2 - Warningpage 3 - Toddler bedpage 4 - Partspage 5page 6 -
   Section 1: Crib Assemblypage 7page 8page 9page 10page 11page 12 - Section 2:
   Toddler Bed Conversionpage 13page 14 - Section 3: Full Size Bed
   Conversionpage 15page 16 - Warrantypage 17 - Table of Contents / 17
 * Contents
 * Table of Contents
 * Bookmarks



Advertisement



QUICK LINKS

Download this manual
Table of Contents

 * 
   Warning
 * 
   Toddler Bed
 * 
   Notes on Assembly
 * 
   Notes on Use
 * 
   Notes on Care and Maintenance
 * 
   Parts
 * 
   Section 1: Crib Assembly
 * 
   Section 2: Toddler Bed Conversion
 * 
   Section 3: Full Size Bed Conversion
 * 
   Warranty


4 in 1 Crib
THIS PRODUCT IS NOT INTENDED FOR INSTITUTIONAL OR COMMERCIAL USE.
Consumer Care:
www.DeltaChildren.com
Delta Children's Products
114 West 26th Street
New York, NY 10001
Tele.212-645-9033
Conforms to
ASTM F1169-10a Full
Size Crib & F1821
Safety Standards
To register your product for important safety alerts and updates to your product
please
visit www.DeltaChildren.com and click on Product Registration.
MAY 27, 2013, 24289, R0
Read all instructions before assembly and use.
KEEP INSTRUCTIONS FOR FUTURE USE.
ADULT ASSEMBLY REQUIRED
Due to the presence of small parts during assembly, keep out of
reach of children until assembly is complete.
Style #:
___________
Lot:
___________
Date:
___________
When contacting Delta Consumer Care please reference
the above information. Before contacting Delta Consumer
Care please ensure that the information above matches the
information found on the label on the Crib End bottom rail,
please reference the information found on the product
when contacting Delta Consumer Care.
B
REV
FACTORY
©2013 DELTA ENTERPRISE CORP.
Table of Contents
Previous Page
Next Page
 * 1
 * 2
 * 3
 * 4
 * 5

Advertisement



Table of Contents






RELATED MANUALS FOR DELTA 7945

 * Baby & Toddler Furniture Delta 7888 Instruction Manual
   4 in 1 crib (19 pages)
 * Baby & Toddler Furniture Delta 7686 Instruction Manual
   (17 pages)
 * Baby & Toddler Furniture Delta 7052 Assembly Instructions Manual
   4 in 1 crib (16 pages)
 * Baby & Toddler Furniture Delta Mission 7532 Manual
   Changer with casters (14 pages)
 * Baby & Toddler Furniture Delta 6902 Instruction Manual
   Liberty deluxe crib (17 pages)
 * Baby & Toddler Furniture Delta CHAIR DESK Assembly Instructions And User's
   Manual
   (4 pages)
 * Baby & Toddler Furniture Delta GLIDING BASSINET 27201 Assembly Instructions
   Adult Assembly Required
   (13 pages)

 * Baby & Toddler Furniture Delta LX PLAYARD Assembly Instructions Manual
   (17 pages)
 * Baby & Toddler Furniture Delta Glenwood 6312 Manual
   Crib (14 pages)
 * Baby & Toddler Furniture Delta 36x36 Funtime Play Pen Assembly Instructions
   Manual
   (8 pages)
 * Baby & Toddler Furniture Delta 25201 Instructions Manual
   Rocking bassinet rbfv3 (14 pages)
 * Baby & Toddler Furniture Delta 27202 Instruction Manual
   Gliding bassinet (12 pages)
 * Baby & Toddler Furniture Delta 4 in 1 Crib Quick Start Manual
   (18 pages)
 * Baby & Toddler Furniture Delta 25001 TBV1 Manual
   Travel bassinet (8 pages)

SUMMARY OF CONTENTS FOR DELTA 7945

 * Page 1 New York, NY 10001 Tele.212-645-9033 FACTORY When contacting Delta
   Consumer Care please reference the above information. Before contacting Delta
   Consumer Care please ensure that the information above matches the
   information found on the label on the Crib End bottom rail,...
 * Page 2 Securely tighten loose bolts and other fasteners. Do not use crib if
   any parts are missing, damaged or broken. Contact Delta Children's Products
   for replacement parts and instructional literature if needed. Do not
   substitute parts.
 * Page 3 - Do not scratch or chip the finish. - Inspect the product
   periodically, contact Delta Children's Products for replacement parts or
   questions. - Do not store the product or any parts in extreme temperatures
   and conditions such as a hot attic or a damp, cold basement.


 * PAGE 4: TABLE OF CONTENTS
   
   PARTS: MAKE SURE THAT ALL PRE-ASSEMBLED PARTS ARE TIGHT. A. Top Rail x 2 Part
   # 21058 B. Back Side x 1 D. Right Rear Leg x 1 Part # 24282 Part # 24284 C.
   Left Rear Leg x 1 Part # 24283 PRODUCT LABEL WARNING LABEL...


 * PAGE 5: TABLE OF CONTENTS
   
   PARTS: HARDWARE KIT IS PART #21068 FOR COLOR 100 OR #21070 FOR COLOR 604. SEE
   FRONT COVER. M. M6 x 100 mm Bolt x 2 Part # 5477 No drills necessary. Do not
   use power screwdriver. N. M6 x 90 mm Bolt x 4 Flat Head Screwdriver Part #
   5475 (not supplied)
 * Page 6 Section 1: Crib Assembly Step 1 Parts and tools required to complete
   step. H. Right Front Leg x 1 D. Right Rear Leg x 1 M4 Allen Wrench Supplied
   WARNING LABEL PRODUCT LABEL F. Right Crib End x 1 R. M6 x 60 mm Bolt x 2 E.
 * Page 7 Section 1: Crib Assembly Step 2 Parts and tools required to complete
   step. A. Top Rail x 1 M4 Allen Wrench Supplied V . M6x17mm Barrel Nut x 4 U.
   M4x30 mm Metal Pin x 2 B. Back Side x 1 S.


 * PAGE 8: PART
   
   Section 1: Crib Assembly Step 3 Parts and tools required to complete step. K.
   Stabilizer Bar x 1 M4 Allen Wrench Supplied V . M6x17mm Barrel Nut x 2 U.
   M4x30 mm Metal Pin x 2 From Step 2 R. M6 x 60 mm Bolt x 2 Attach (1)
   Stabilizer Bar (Part K) to the assembly from step 2 using (2) M4x30 mm Metal
   Pins (Part U), (2) M6x60 mm Bolts (Part R) and (2) M6x17mm Barrel Nuts (Part
   V).
 * Page 9 Section 1: Crib Assembly Step 4 Parts and tools required to complete
   step. M4 Allen Wrench Supplied T. M6 x 15 mm Bolt x 4 L. Mattress Support x 1
   From Step 3 Attach the Mattress Support (Part L) in all corners using (1)
   M6x15mm Bolt (Part T) in each corner. Tighten with the M4 Allen Wrench.
 * Page 10 Section 1: Crib Assembly Step 5 Parts and tools required to complete
   step. A. Top Rail x 1 M4 Allen Wrench Supplied U. M4x30 mm Metal Pin x 2 J.
   Front Side x 1 S. M6 x 40 mm Bolt x 2 From Step 4 V .
 * Page 11 New York, NY 10001 Tele.212-645-9033 FACTORY When contacting Delta
   Consumer Care please reference the above information. Before contacting Delta
   Consumer Care please ensure that the information above matches the
   information found on the label on the Crib End bottom rail,...
 * Page 12 Section 2: Toddler Bed Conversion Step 1 Parts and tools required to
   complete step. M4 Allen Wrench Supplied Remove the Top Rail and Front Side
   installed in Step 5 of Section 1 Crib Assembly.
 * Page 13 Stabilizer bar must be used when converted to a toddler bed. A
   toddler bed guardrail is available for this crib. Please see your crib
   retailer, visit www.DeltaChildren.com or contact Delta Consumer Care for more
   information. This crib uses Delta Style # 0082 Guardrail.
 * Page 14 Section 3: Full Size Bed Conversion Step 1 Parts and tools required
   to complete step. M4 Allen Wrench Supplied You have the option to convert the
   crib to a Full Size Bed. Simply follow steps in reverse order to disassemble
   the crib. Remove the Rear Legs from the Left Crib End and Right Crib End with
   the M4 Allen Wrench as shown.
 * Page 15 Attach Bed Frame to the Headboard (From Section 3 Step 1) and
   Footboard (From Section 3 Step 1) using (8) M6x15mm Bolts (Part T). Follow
   all instructions supplied with the Bed Frame. Note: Bed Frame system is not
   included, See your furniture or mattress retailer. Contact Delta Children's
   Products for information or with questions.
 * Page 16 Delta. To register your product for important safety alerts and
   updates to your product please visit www.DeltaChildren.com...

TABLE OF CONTENTS




PRINT

Print page 1 Print document (17 pages)

RENAME THE BOOKMARK

Cancel

DELETE BOOKMARK?

Cancel Delete

DELETE FROM MY MANUALS?

Cancel Delete
manualslib



Our app is now available on Google Play
 * About Us
 * F.A.Q.
 * What Our Users Say
 * Press & Media

 * Contacts
 * Advertise with Us

 * DMCA Policy
 * Privacy Policy
 * Cookie Policy
 * Terms of Use
 * GDPR Settings

 * Brands
 * manualslib.de
 * manualslib.es
 * manualslib.fr
 * Our partner tr-ex.me

LOGIN

Sign In
OR
Sign in with Facebook Sign in with Google
Don't have an account? Sign up!  
Restore password

UPLOAD MANUAL

Upload from disk
Upload from URL
Thank you for your help!