{"id":7063,"date":"2026-07-13T23:19:34","date_gmt":"2026-07-13T23:19:34","guid":{"rendered":"https:\/\/zlideshow.com\/stagingv1\/terms-of-service\/"},"modified":"2026-07-13T23:19:34","modified_gmt":"2026-07-13T23:19:34","slug":"terms-of-service","status":"publish","type":"page","link":"https:\/\/zlideshow.com\/es\/stagingv1\/terms-of-service\/","title":{"rendered":"Terms of Service"},"content":{"rendered":"<style>\n.zl-legal-page, .zl-legal-page * { box-sizing: border-box; }\n.zl-legal-page {\n  --purple: #2b004c;\n  --plum: #35105f;\n  --red: #e8332a;\n  --gold: #ffb536;\n  --teal: #76f0cf;\n  --paper: #fff6e6;\n  --ink: #181326;\n  --muted: #615875;\n  --line: rgba(31, 19, 53, .14);\n  background: linear-gradient(115deg, #fff3de 0%, #bdf4df 48%, #81efcf 100%);\n  color: var(--ink);\n  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, \"Segoe UI\", sans-serif;\n  letter-spacing: 0;\n}\n.zl-legal-shell { width: min(1040px, calc(100% - 36px)); margin: 0 auto; }\n.zl-legal-hero {\n  position: relative;\n  overflow: hidden;\n  padding: 82px 0 68px;\n  color: var(--purple);\n  background: linear-gradient(115deg, #fff3de 0%, #c8f5e5 52%, #8ff1d2 100%);\n}\n.zl-legal-hero::after {\n  content: \"\";\n  position: absolute;\n  inset: 0;\n  background:\n    radial-gradient(circle at 5% 12%, rgba(255, 255, 255, .62), transparent 26%),\n    linear-gradient(90deg, rgba(255, 246, 230, .8), rgba(255, 246, 230, .18));\n}\n.zl-legal-hero .zl-legal-shell { position: relative; z-index: 1; }\n.zl-legal-logo {\n  display: block;\n  width: min(490px, 82vw);\n  height: auto;\n  margin: 0 0 52px;\n}\n.zl-legal-kicker {\n  display: inline-flex;\n  align-items: center;\n  min-height: 34px;\n  padding: 0 12px;\n  border: 1px solid rgba(43, 0, 76, .18);\n  border-radius: 999px;\n  background: rgba(255,255,255,.68);\n  color: var(--purple);\n  font-size: 13px;\n  font-weight: 900;\n  text-transform: uppercase;\n}\n.zl-legal-hero h1 {\n  max-width: 760px;\n  margin: 20px 0 16px;\n  color: var(--purple);\n  font-size: 72px;\n  line-height: .96;\n  font-weight: 950;\n  letter-spacing: 0;\n}\n.zl-legal-hero p {\n  max-width: 700px;\n  margin: 0;\n  color: #37245a;\n  font-size: 20px;\n  line-height: 1.55;\n  font-weight: 650;\n}\n.zl-legal-meta {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 26px;\n}\n.zl-legal-pill {\n  display: inline-flex;\n  align-items: center;\n  min-height: 34px;\n  padding: 0 12px;\n  border-radius: 999px;\n  color: #fff;\n  background: var(--red);\n  border: 1px solid rgba(229, 51, 42, .24);\n  font-size: 13px;\n  font-weight: 900;\n  text-transform: uppercase;\n}\n.zl-legal-band { padding: 72px 0; background: rgba(255, 249, 236, .72); }\n.zl-legal-grid {\n  display: grid;\n  grid-template-columns: minmax(0, 300px) minmax(0, 1fr);\n  gap: 28px;\n  align-items: start;\n}\n.zl-legal-toc {\n  position: sticky;\n  top: 112px;\n  padding: 22px;\n  background: #fff;\n  border: 3px solid var(--purple);\n  border-radius: 8px;\n  box-shadow: 0 12px 28px rgba(31, 19, 53, .08);\n}\n.zl-legal-toc h2 {\n  margin: 0 0 14px;\n  color: var(--purple);\n  font-size: 18px;\n  line-height: 1.15;\n  font-weight: 950;\n}\n.zl-legal-toc a {\n  display: block;\n  padding: 10px 0;\n  color: var(--muted);\n  border-top: 1px solid var(--line);\n  font-size: 14px;\n  font-weight: 800;\n  text-decoration: none;\n}\n.zl-legal-toc a:hover { color: var(--red); }\n.zl-legal-sections { display: grid; gap: 18px; }\n.zl-legal-card {\n  padding: 28px;\n  background: #fff;\n  border: 2px solid rgba(43, 0, 76, .14);\n  border-radius: 8px;\n  box-shadow: 0 12px 28px rgba(31, 19, 53, .06);\n}\n.zl-legal-card h2 {\n  margin: 0 0 12px;\n  color: var(--purple);\n  font-size: 30px;\n  line-height: 1.08;\n  font-weight: 950;\n  letter-spacing: 0;\n}\n.zl-legal-card p {\n  margin: 0;\n  color: var(--muted);\n  font-size: 17px;\n  line-height: 1.72;\n  font-weight: 580;\n}\n.zl-legal-card p + p { margin-top: 13px; }\n.zl-legal-callout {\n  display: grid;\n  gap: 12px;\n  padding: 30px;\n  color: #fff;\n  background: var(--red);\n  border-radius: 8px;\n  box-shadow: 0 18px 44px rgba(229, 51, 42, .24);\n}\n.zl-legal-callout h2 {\n  margin: 0;\n  color: #fff;\n  font-size: 34px;\n  line-height: 1.05;\n  font-weight: 950;\n}\n.zl-legal-callout p {\n  margin: 0;\n  color: rgba(255,255,255,.76);\n  font-size: 17px;\n  line-height: 1.62;\n  font-weight: 650;\n}\n.zl-legal-actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 10px;\n  margin-top: 8px;\n}\n.zl-legal-button {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 44px;\n  padding: 0 18px;\n  border-radius: 8px;\n  color: #fff;\n  background: var(--purple);\n  font-size: 14px;\n  font-weight: 950;\n  text-decoration: none;\n  text-transform: uppercase;\n}\n.zl-legal-button.secondary {\n  color: var(--purple);\n  background: #fff;\n}\n@media (max-width: 900px) {\n  .zl-legal-hero { padding: 74px 0 60px; }\n  .zl-legal-hero h1 { font-size: 52px; }\n  .zl-legal-grid { grid-template-columns: 1fr; }\n  .zl-legal-toc { position: static; }\n}\n@media (max-width: 560px) {\n  .zl-legal-shell { width: min(100% - 28px, 1040px); }\n  .zl-legal-hero h1 { font-size: 40px; }\n  .zl-legal-logo { margin-bottom: 36px; }\n  .zl-legal-hero p { font-size: 18px; }\n  .zl-legal-card { padding: 22px; }\n  .zl-legal-card h2 { font-size: 25px; }\n  .zl-legal-button { width: 100%; }\n}\n<\/style>\n<p><main class=\"zl-legal-page\"><\/p>\n<section class=\"zl-legal-hero\">\n<div class=\"zl-legal-shell\">\n      <img decoding=\"async\" class=\"zl-legal-logo\" src=\"https:\/\/zlideshow.com\/wp-content\/uploads\/2025\/09\/ZLogo-2-standard-v6-4000w-copy-scaled.png\" alt=\"Zlideshow\"><br \/>\n      <span class=\"zl-legal-kicker\">Zlideshow Terms<\/span><\/p>\n<h1>Terms of Service<\/h1>\n<p>Simple rules for viewing, sharing, uploading, and participating in Zlideshow event experiences.<\/p>\n<div class=\"zl-legal-meta\">\n        <span class=\"zl-legal-pill\">Last updated May 3, 2026<\/span><br \/>\n        <span class=\"zl-legal-pill\">Event media service<\/span>\n      <\/div>\n<\/p><\/div>\n<\/section>\n<section class=\"zl-legal-band\">\n<div class=\"zl-legal-shell zl-legal-grid\">\n<aside class=\"zl-legal-toc\" aria-label=\"Terms of Service sections\">\n<h2>Terms of Service<\/h2>\n<p>        <a href=\"#general-use\">General Use<\/a><br \/>\n<a href=\"#event-participation-guidelines\">Event Participation Guidelines<\/a><br \/>\n<a href=\"#user-uploads-content-responsibility\">User Uploads and Content Responsibility<\/a><br \/>\n<a href=\"#event-host-zlideshow-rights\">Event Host and Zlideshow Rights<\/a><br \/>\n<a href=\"#service-availability\">Service Availability<\/a><br \/>\n<a href=\"#contact-questions\">Contact and Questions<\/a><br \/>\n      <\/aside>\n<div class=\"zl-legal-sections\">\n<section class=\"zl-legal-card\" id=\"general-use\">\n<h2>General Use<\/h2>\n<p>Zlideshow provides event media and participation services, including guest photo uploads, video clips, live text crawl messages, surveys, sponsor slides, and event display experiences. You agree to use Zlideshow only for lawful, appropriate, event-related purposes. Basic viewing of event pages does not require a login.<\/p>\n<\/section>\n<section class=\"zl-legal-card\" id=\"event-participation-guidelines\">\n<h2>Event Participation Guidelines<\/h2>\n<p>If you participate in a Zlideshow event, you should submit only content that is appropriate for the event and respectful of the host, guests, venue, sponsors, and participants. Do not upload or submit content that is abusive, threatening, harassing, hateful, misleading, unlawful, sexually explicit, invasive of privacy, or unrelated to the event.<\/p>\n<\/section>\n<section class=\"zl-legal-card\" id=\"user-uploads-content-responsibility\">\n<h2>User Uploads and Content Responsibility<\/h2>\n<p>Guests and users are responsible for the photos, videos, messages, survey responses, and other content they choose to upload or submit. By submitting content, you confirm that you have the right to share it and that it may be used as part of the applicable event experience.<\/p>\n<\/section>\n<section class=\"zl-legal-card\" id=\"event-host-zlideshow-rights\">\n<h2>Event Host and Zlideshow Rights<\/h2>\n<p>Event hosts and the Zlideshow team may review, approve, decline, remove, edit, crop, sequence, or otherwise manage submitted event content to keep the event experience appropriate and useful. Zlideshow may also limit access, remove content, or disable participation features when needed for safety, quality, legal, or operational reasons.<\/p>\n<\/section>\n<section class=\"zl-legal-card\" id=\"service-availability\">\n<h2>Service Availability<\/h2>\n<p>Zlideshow works to provide fast, useful event media experiences, but timing and availability may depend on event conditions, internet access, file size, device compatibility, production needs, and other factors outside of Zlideshow&#8217;s control. Service details may vary by event package or custom agreement.<\/p>\n<\/section>\n<section class=\"zl-legal-card\" id=\"contact-questions\">\n<h2>Contact and Questions<\/h2>\n<p>Questions about these terms, event setup, or service details can be sent to info@zlideshow.com or discussed by phone at 954.507.0857.<\/p>\n<\/section>\n<section class=\"zl-legal-callout\">\n<h2>Need help with an event?<\/h2>\n<p>Use the test-site menu to keep exploring, or contact Zlideshow directly for event setup questions.<\/p>\n<div class=\"zl-legal-actions\">\n            <a class=\"zl-legal-button\" href=\"mailto:info@zlideshow.com\">Email Zlideshow<\/a><br \/>\n            <a class=\"zl-legal-button secondary\" href=\"\/es\/stagingv1\/privacy-policy\/\">Continue browsing<\/a>\n          <\/div>\n<\/section><\/div>\n<\/p><\/div>\n<\/section>\n<p><\/main><\/p>","protected":false},"excerpt":{"rendered":"<p>Zlideshow Terms Terms of Service Simple rules for viewing, sharing, uploading, and participating in Zlideshow event experiences. Last updated May 3, 2026 Event media service Terms of Service General Use Event Participation Guidelines User Uploads and Content Responsibility Event Host and Zlideshow Rights Service Availability Contact and Questions General Use Zlideshow provides event media and [&hellip;]<\/p>\n","protected":false},"author":8,"featured_media":0,"parent":7051,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-7063","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/zlideshow.com\/es\/wp-json\/wp\/v2\/pages\/7063","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zlideshow.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/zlideshow.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/zlideshow.com\/es\/wp-json\/wp\/v2\/users\/8"}],"replies":[{"embeddable":true,"href":"https:\/\/zlideshow.com\/es\/wp-json\/wp\/v2\/comments?post=7063"}],"version-history":[{"count":0,"href":"https:\/\/zlideshow.com\/es\/wp-json\/wp\/v2\/pages\/7063\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/zlideshow.com\/es\/wp-json\/wp\/v2\/pages\/7051"}],"wp:attachment":[{"href":"https:\/\/zlideshow.com\/es\/wp-json\/wp\/v2\/media?parent=7063"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}