Enhance platform row block with new animation options and gallery support

- Added new attributes for dashboard, device, TV stick, camera, never goes dark, and branded animations in the platform row block.
- Implemented HTML structures for various animations including dashboard, device, TV stick, and branded displays.
- Integrated a media uploader for selecting images for a TV slideshow.
- Updated the editor controls to manage new animation settings and gallery images.

Update enqueue scripts for new animation functionalities

- Enqueued scripts for gallery TV slideshow and video editor timeline animator.

Revise theme color palette for improved aesthetics

- Changed primary color scheme to a new vibrant palette for light and dark modes.

Adjust button styles to reflect new primary color

- Updated button background color to match the new primary color in theme settings.

Modify theme JSON to align with new color definitions

- Updated color definitions in theme.json to reflect the new primary color scheme for both light and dark modes.
This commit is contained in:
Matt Batchelder
2026-02-22 11:14:51 -05:00
21 changed files with 3425 additions and 361 deletions

View File

@@ -1,13 +1,12 @@
<?php
/**
/*
* Title: Resources
* Slug: ots-signs/page-resources
* Categories: oribi-pages
* Keywords: resources, documentation, guides, knowledge base, support
* Post Types: page
* Slug: resources
* Post Type: page
*/
?>
<!-- wp:oribi/page-hero-animated {"label":"Resources","title":"Guides, Docs \u0026 Tools","description":"Everything you need to set up, manage, and get the most out of your digital signage — all in one place."} /-->
return <<<'ORIBI_SYNC_CONTENT'
<!-- wp:oribi/page-hero-animated {"label":"Resources","title":"Guides, Docs u0026 Tools","description":"Everything you need to set up, manage, and get the most out of your digital signage — all in one place."} /-->
<!-- wp:oribi/link-section {"variant":"normal","label":"Getting Started","heading":"Hit the Ground Running","lead":"From first login to first screen, these resources walk you through every step.","columns":3} -->
<!-- wp:oribi/link-card {"iconType":"fontawesome","faIcon":"fas fa-book","title":"Quick Start Guide","description":"Set up your first screen, configure your CMS, and publish content — step by step, start to finish.","linkText":"Read the Guide","linkUrl":"/contact"} /-->
@@ -40,3 +39,4 @@
<!-- /wp:oribi/link-section -->
<!-- wp:oribi/cta-banner {"heading":"Need a Hand?","text":"Our team is happy to walk you through any part of the platform, help with content, or answer questions one-on-one.","btnText":"Contact Us","btnUrl":"/contact"} /-->
ORIBI_SYNC_CONTENT;