{"id":2888,"date":"2024-10-15T10:56:19","date_gmt":"2024-10-15T17:56:19","guid":{"rendered":"https:\/\/fullerstreet.com\/?page_id=2888"},"modified":"2025-01-28T14:55:25","modified_gmt":"2025-01-28T21:55:25","slug":"essential","status":"publish","type":"page","link":"https:\/\/fullerstreet.com\/home\/360-event-management\/essential\/","title":{"rendered":"ESSENTIAL PACKAGE Demo Estimate"},"content":{"rendered":"

\"Fuller<\/span><\/div><\/div><\/div><\/div><\/div>
<\/div><\/div>

PACKAGE 1: THE ESSENTIAL<\/h2><\/div>

PACKAGE 1: THE ESSENTIAL<\/h3><\/div>
<\/div><\/div>\n\n\n \n \n PDF Viewer<\/title>\n\n <!-- PDF.js library -->\n <script src=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/pdf.js\/2.10.377\/pdf.min.js\"><\/script>\n\n <!-- Custom CSS for styling -->\n <style>\n #pdf-viewer-wrapper {\n display: flex;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n margin: 0 auto;\n width: 100%;\n max-width: 800px;\n }\n\n #pdf-viewer-container {\n width: 100%;\n max-width: 100%;\n text-align: center;\n margin-bottom: 10px;\n }\n\n canvas {\n display: block;\n margin: 0 auto;\n max-width: 100%;\n }\n\n #controls {\n display: flex;\n justify-content: center;\n align-items: center;\n gap: 10px;\n margin-bottom: 20px;\n }\n\n #controls button {\n padding: 8px 15px;\n background-color: white;\n color: #f15a24;\n border: 2px solid #f15a24;\n border-radius: 4px;\n cursor: pointer;\n }\n\n #controls button:hover {\n background-color: #f15a24;\n color: white;\n }\n\n #zoom {\n width: 60px;\n padding: 5px;\n border: 1px solid #ccc;\n border-radius: 4px;\n }\n\n #zoom:focus {\n outline: none;\n border-color: #f15a24;\n }\n\n span {\n font-family: Arial, sans-serif;\n font-size: 16px;\n }\n <\/style>\n<\/head>\n<body>\n\n<div id=\"pdf-viewer-wrapper\">\n <div id=\"pdf-viewer-container\"><\/div>\n <div id=\"controls\">\n <button id=\"prev-page\" onclick=\"prevPage()\">\u25c0 Previous<\/button>\n <span>Page: <span id=\"page-num\"><\/span> \/ <span id=\"page-count\"><\/span><\/span>\n <button id=\"next-page\" onclick=\"nextPage()\">Next \u25b6<\/button>\n <input type=\"number\" id=\"zoom\" value=\"100\" onchange=\"setZoom()\" title=\"Zoom\">%\n <button id=\"download\" onclick=\"downloadPDF()\">Download PDF<\/button>\n <\/div>\n<\/div>\n\n<!-- JavaScript to render PDF and handle page flip, zoom, etc. -->\n<script>\n const url = 'https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-360-Solutions-Demo-Estimate-ESSENTIAL-PACKAGE-1.2.pdf'; \/\/ Replace with the path to your PDF file\n const pdfFileName = url.substring(url.lastIndexOf('\/') + 1); \/\/ Extracts file name from URL\n let pdfDoc = null, pageNum = 1, scale = 2.0; \/\/ Set initial scale to 200% (2.0)\n\n const canvas = document.createElement('canvas');\n document.getElementById('pdf-viewer-container').appendChild(canvas);\n const ctx = canvas.getContext('2d');\n\n \/\/ Load PDF\n pdfjsLib.getDocument(url).promise.then(function (pdf) {\n pdfDoc = pdf;\n document.getElementById('page-count').textContent = pdf.numPages;\n renderPage(pageNum);\n });\n\n \/\/ Render a page\n function renderPage(num) {\n pdfDoc.getPage(num).then(function (page) {\n const viewport = page.getViewport({ scale: scale });\n canvas.height = viewport.height;\n canvas.width = viewport.width;\n\n const renderContext = {\n canvasContext: ctx,\n viewport: viewport\n };\n page.render(renderContext);\n document.getElementById('page-num').textContent = num;\n });\n }\n\n \/\/ Next\/Previous page functions\n function prevPage() {\n if (pageNum > 1) {\n pageNum--;\n renderPage(pageNum);\n }\n }\n\n function nextPage() {\n if (pageNum < pdfDoc.numPages) {\n pageNum++;\n renderPage(pageNum);\n }\n }\n\n \/\/ Zoom function (adjust so 100% is actually 200% in scale)\n function setZoom() {\n let zoomInput = document.getElementById('zoom').value;\n scale = (zoomInput \/ 100) * 2; \/\/ Double the input to match scale\n renderPage(pageNum);\n }\n\n \/\/ Download function\n function downloadPDF() {\n const link = document.createElement('a');\n link.href = url;\n link.download = pdfFileName; \/\/ Uses the actual PDF file name\n link.click();\n }\n<\/script>\n\n<\/body>\n<\/html>\n<\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-3 fusion-flex-container nonhundred-percent-fullwidth non-hundred-percent-height-scrolling\" style=\"--awb-background-position:left bottom;--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:0%;--awb-padding-right:0px;--awb-padding-bottom:0%;--awb-padding-left:0px;--awb-padding-top-medium:0px;--awb-padding-bottom-medium:0px;--awb-padding-top-small:0px;--awb-margin-top:0px;--awb-margin-bottom:0%;--awb-margin-top-small:0px;--awb-margin-bottom-small:0px;--awb-background-color:#b3b3b3;--awb-flex-wrap:wrap;\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-content-wrap\" style=\"max-width:1404px;margin-left: calc(-4% \/ 2 );margin-right: calc(-4% \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-2 fusion_builder_column_1_1 1_1 fusion-flex-column fusion-column-inner-bg-wrapper\" style=\"--awb-inner-bg-size:cover;--awb-width-large:100%;--awb-margin-top-large:0px;--awb-spacing-right-large:1.92%;--awb-margin-bottom-large:0px;--awb-spacing-left-large:1.92%;--awb-width-medium:100%;--awb-order-medium:0;--awb-spacing-right-medium:1.92%;--awb-spacing-left-medium:1.92%;--awb-width-small:100%;--awb-order-small:0;--awb-spacing-right-small:1.92%;--awb-margin-bottom-small:0px;--awb-spacing-left-small:1.92%;\"><span class=\"fusion-column-inner-bg hover-type-none\"><a class=\"fusion-column-anchor\" href=\"https:\/\/fullerstreet.com\/manage-my-event\/\"><span class=\"fusion-column-inner-bg-image\"><\/span><\/a><\/span><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-image-element \" style=\"--awb-caption-title-font-family:var(--h2_typography-font-family);--awb-caption-title-font-weight:var(--h2_typography-font-weight);--awb-caption-title-font-style:var(--h2_typography-font-style);--awb-caption-title-size:var(--h2_typography-font-size);--awb-caption-title-transform:var(--h2_typography-text-transform);--awb-caption-title-line-height:var(--h2_typography-line-height);--awb-caption-title-letter-spacing:var(--h2_typography-letter-spacing);\"><span class=\" fusion-imageframe imageframe-none imageframe-2 hover-type-none\"><a class=\"fusion-no-lightbox\" href=\"https:\/\/fullerstreet.com\/manage-my-event\/\" target=\"_self\" aria-label=\"Fuller Street Manage My Event Footer\"><img decoding=\"async\" width=\"2560\" height=\"729\" alt=\"Fuller Street - Los Angeles Custom Fabrication and Event Management Company\" src=\"https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-Manage-My-Event-Footer.jpg\" data-orig-src=\"https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-Manage-My-Event-Footer.jpg\" class=\"lazyload img-responsive wp-image-3213\" srcset=\"data:image\/svg+xml,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%272560%27%20height%3D%27729%27%20viewBox%3D%270%200%202560%20729%27%3E%3Crect%20width%3D%272560%27%20height%3D%27729%27%20fill-opacity%3D%220%22%2F%3E%3C%2Fsvg%3E\" data-srcset=\"https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-Manage-My-Event-Footer-200x57.jpg 200w, https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-Manage-My-Event-Footer-400x114.jpg 400w, https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-Manage-My-Event-Footer-600x171.jpg 600w, https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-Manage-My-Event-Footer-800x228.jpg 800w, https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-Manage-My-Event-Footer-1200x342.jpg 1200w, https:\/\/fullerstreet.com\/wp-content\/uploads\/2025\/01\/Fuller-Street-Manage-My-Event-Footer.jpg 2560w\" data-sizes=\"auto\" data-orig-sizes=\"(max-width: 900px) 100vw, (max-width: 640px) 100vw, 2560px\" \/><\/a><\/span><\/div><\/div><\/div><\/div><\/div><div class=\"fusion-fullwidth fullwidth-box fusion-builder-row-4 fusion-flex-container fusion-parallax-none nonhundred-percent-fullwidth non-hundred-percent-height-scrolling lazyload\" style=\"--awb-border-radius-top-left:0px;--awb-border-radius-top-right:0px;--awb-border-radius-bottom-right:0px;--awb-border-radius-bottom-left:0px;--awb-padding-top:9%;--awb-padding-bottom:10%;--awb-margin-bottom:0%;--awb-background-image:linear-gradient(180deg, hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc( var(--awb-color8-a) - 25% )) 0%,rgba(3,3,3,0.39) 80%);;--awb-background-size:cover;--awb-flex-wrap:wrap;\" data-bg=\"https:\/\/fullerstreet.com\/wp-content\/uploads\/2023\/10\/Fuller-Street-Los-Angeles-Fabrication-Compay-29-Rooms-Chicago-tattoo-parlor-600x450.jpg\" data-bg-gradient=\"linear-gradient(180deg, hsla(var(--awb-color8-h),var(--awb-color8-s),var(--awb-color8-l),calc( var(--awb-color8-a) - 25% )) 0%,rgba(3,3,3,0.39) 80%)\" ><div class=\"fusion-builder-row fusion-row fusion-flex-align-items-flex-start fusion-flex-justify-content-center fusion-flex-content-wrap\" style=\"max-width:calc( 1350px + 0px );margin-left: calc(-0px \/ 2 );margin-right: calc(-0px \/ 2 );\"><div class=\"fusion-layout-column fusion_builder_column fusion-builder-column-3 fusion_builder_column_2_3 2_3 fusion-flex-column fusion-animated\" style=\"--awb-bg-size:cover;--awb-width-large:66.666666666667%;--awb-margin-top-large:0px;--awb-spacing-right-large:calc( 0 * calc( 100% - 0px ) );--awb-margin-bottom-large:0px;--awb-spacing-left-large:calc( 0 * calc( 100% - 0px ) );--awb-width-medium:100%;--awb-spacing-right-medium:0px;--awb-spacing-left-medium:0px;--awb-width-small:100%;--awb-spacing-right-small:0px;--awb-spacing-left-small:0px;\" data-animationType=\"fadeInUp\" data-animationDuration=\"1.0\" data-animationOffset=\"top-into-view\"><div class=\"fusion-column-wrapper fusion-column-has-shadow fusion-flex-justify-content-flex-start fusion-content-layout-column\"><div class=\"fusion-title title fusion-title-3 fusion-no-small-visibility fusion-sep-none fusion-title-center fusion-title-text fusion-title-size-two\" style=\"--awb-font-size:60px;\"><h2 class=\"fusion-title-heading title-heading-center fusion-responsive-typography-calculated\" style=\"margin:0;font-size:1em;--fontSize:60;line-height:1;text-shadow:5px 2px 10px var(--awb-color8);\">Imagine what we can create together.<\/h2><\/div><div class=\"fusion-title title fusion-title-4 fusion-no-medium-visibility fusion-no-large-visibility fusion-sep-none fusion-title-center fusion-title-text fusion-title-size-two\" style=\"--awb-font-size:50px;\"><h2 class=\"fusion-title-heading title-heading-center fusion-responsive-typography-calculated\" style=\"margin:0;font-size:1em;--fontSize:50;line-height:1;text-shadow:5px 2px 10px var(--awb-color8);\">Imagine what we can create together.<\/h2><\/div><\/div><\/div><\/div><\/div><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":1802,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"100-width.php","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"class_list":["post-2888","page","type-page","status-publish","hentry"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/pages\/2888","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/comments?post=2888"}],"version-history":[{"count":10,"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/pages\/2888\/revisions"}],"predecessor-version":[{"id":3218,"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/pages\/2888\/revisions\/3218"}],"up":[{"embeddable":true,"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/pages\/1802"}],"wp:attachment":[{"href":"https:\/\/fullerstreet.com\/wp-json\/wp\/v2\/media?parent=2888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}