Tablao

Starter theme for WordPress.

Installation

Requirements

Tablao requires the following dependencies:

Quick Start

Clone or download this repository, change its name to something else (like, say, vandelay-industries), and then you'll need to do a five-step find and replace for the placeholders on all the theme files:

  1. Tablao : Replace with full name of client/site (Example: Vandelay Industries, Inc.)
  2. dd-tablao : Replace with a prefix for CSS classes and data atttributes Example: vandelay-ind) !!! Use dashes and alphanumeric only
  3. dd_tablao : Replace with a prefix for functions and variables in PHP and JavaScript (Example: vandelay_ind) !!! Use underscores and alphanumeric only
  4. duende-tablao : Replace with slug for client/site name (Example: vandelay-industries) !!! Use dashes and alphanumeric only
  5. DuendeTablao : Replace with a variable name for the theme's JavaScript object (Example: VandelayIndustries) !!! Use camel case

Setup

After installing Node.js and Grunt.js, cd into the theme directory and install the NPM modules:

$ npm install

After the packages are installed, you can use Grunt commands to compile the build files.

Commands

Watch

The default grunt command watches the .scss and .js files so that automatically compile when saved.

$ grunt

Compile production build

The following command not only compiles the build, but minifies and uglifies the code, as well.

$ grunt prod

Changelog

2.1.9 - Feb 2 2025

Enable copy_posts capability for Manager role.

2.1.8 - Jan 6 2025

  • Filter reset feature for DataTable and Accordion List blocks.
  • Filter desription feature for DataTable and Accordion List blocks.

2.1.7 - Dec 20 2024

  • New: DataTable Block.
  • Accordion Block updated to allow filtering by new List Item Tag taxonomy terms.
  • Disable swipe/drag on desktop for all modal slideshows. Enable text select on desktop for all slideshows.

2.1.6 - Dec 3 2024

  • Include custom post type PHP before taxonomies PHP.

2.1.5 - Nov 20 2024

  • Added Ninja Form submissions download capability for Managers.

2.1.4 - Oct 24 2024

  • Bug fix: Errors thrown before Theme Options are initially saved.

2.1.3 - Oct 21 2024

  • Remove unnecessary meta boxes from Dashboard.
  • Styling for password-protected page.
  • 404 "Not Found" page template.

2.1.2 - Oct 17 2024

  • Bug fix: Scroll padding issue for in-page nav.

2.1.1 - Oct 10 2024

  • Extended expiration time for Public Post Preview links.

2.1 - Sep 26 2024

  • Bug fix: In-page navigation transition animations not working.
  • Added Navbar Settings field group.

2.0 - Sep 23 2024

  • Rename theme to "Tablao".

1.5 - Sep 4 2024

  • Custom block bug fixes.
  • Bug fix (Gallery Lightbox block): Prevent modal trigger when dragging/swiping carousel.

1.4 - Aug 29 2024

  • CSS classnames to force column widths on Ninja Forms fields.

1.3 - Jul 18 2024

  • Bug fix: Team member link not opening modal.
  • Bug fix: Modal param function not firing in footer.php.
  • Trigger modal button on load with URL param.

1.2.19 - Jun 26 2024

  • Styling bug fixes.
  • Bug fix: Hero slideshow throws error when image is absent.

1.2.18 - Jun 18 2024

  • Bug fix: Google Search console issue with relative homepage URL on breadcrumbs home icon link.
  • Enable Yoast hook for og:title

1.2.17 - Jun 11 2024

  • Exclude custom post types and their taxonomies from Yoast XML sitemap.
  • Remove top margin on nested lists.

1.2.16 - Jun 9 2024

  • Granted Administrators custom post type capabilities.

1.2.15 - Jun 6 2024

  • Bug fix: User activation link PHP error.
  • New User Role: Manager.
  • Updated user roles and capabilies.
  • Removed Yoast SEO Manager and SEO Editor roles.
  • Removed oembed discovery links to force LinkedIn to use the meta og:title value instead.

1.2.14 - May 22 2024

  • Updates to chevron icon mixins.
  • Increase default slide duration for HTML Slideshow block.
  • Added Yoast hook to customize OpenGraph meta.
  • Duende brand fonts for block editor.
  • Color picker options for admin menu.
  • Admin menu ordering.

1.2.13 - May 2 2024

  • Updated admin styling.

1.2.12 - Apr 30 2024

  • "Made by Duende" link hard-coded into site footer.

1.2.11 - Apr 26 2024

  • Styling for x-large paragraph text.
  • Backend styling for admin blocks.

1.2.10 - Apr 24 2024

  • Consolidate modal button & modal link shortcodes and add "inline" attribute.

1.2.9 - Apr 22 2024

  • Bug fix: JavaScript object naming conflict for /js/team.js and /js/blocks/team-members.js.
  • Optional ID attribute for modal shortcodes.

1.2.8 - Apr 16 2024

  • members attribute no longer required for duende_team_members_modal shortcode.

1.2.7 - Apr 15 2024

  • Triggered modal inherits CSS class field from Modal post type and can be overwritten by CSS class field setting on the current page/post.
  • Bug fix: Glitch occurs during onscroll modal trigger transition animation.

1.2.6 - Apr 9 2024

  • Updated heading margins.
  • Styling for code/pre elements.
  • Modal Button shortcode no longer requires modal_id_attr attribute.

1.2.5 - Apr 4 2024

  • Bug fix: onload/onscroll modal triggers not working.

1.2.4 - Apr 2 2024

  • Bug fix: Navbar search field alignment issue when expanded.
  • Bug fix: Gallery Lightbox images do not appear when modal is opened.

1.2.3 - Mar 29 2024

  • Inline video modal link shortcode.
  • Inline iframe modal link shortcode.
  • Bug fix: Glitching occurs on page load in paragraphs that contain inline modal shortcodes.

1.2.2 - Mar 26 2024

  • Content Modal block is now Modal Button block and integrates the Modal custom post type.

1.2.19 - Mar 25 2024

  • Custom CSS and HTML fields for individual page/posts

1.2.18 - Mar 19 2024

  • Modal Link shortcode for adding inline text modal triggers.
  • Modal trigger link CSS class for triggering modals.
  • Bug fix: HTML Slideshow Block prev/next click targets should match area of slides.

1.2.17 - Mar 15 2024

  • Call To Action theme setting.
  • Bug fix: Should force 100% width for hero slideshow.
  • Bug fix: Prevent blockquote cite from inline wrapping.
  • CSS icon updates.
  • Mobile styling updates for Accordion List.
  • Caption field for Video Modal block.
  • Parameter trigger for modals.

1.2.16 - Feb 29 2024

  • Bug fix: Navbar item max-height media query causing issues on desktop screens.
  • Bug fix: Transparent option in ACF color picker not resulting in 'transparent' slug.
  • Bug fix: Footer links click targets are blocked.
  • Enable alignment for Content Modal trigger button.

1.2.15 - Feb 23 2024

  • Extend button styling to form button elements.

1.2.14 - Feb 19 2024

  • Page select option for Maintenance Mode settings.
  • Remove Comments link from admin sidebar.

1.2.13 - Feb 12 2024

  • Styling for full width sections with no margin.
  • Modal dialog styling.

1.2.12 - Feb 5 2024

  • Default (no title) page template
  • Bug fix: Breadcrumbs on Default page template should not include h1 tag.

1.2.11 - Feb 2 2024

  • Pattern: Two-column section with image

1.2.10 - Jan 30 2024

  • Maintenance Mode in Theme Settings.

1.2.9 - Jan 26 2024

  • Mobile only option for accordion list.

1.2.8 - Jan 24 2024

  • HTML Slideshow custom block.
  • Maintenance page template.
  • New lightbox styling for video modal.

1.2.7 - Jan 16 2024

  • Updated page-readme.php template

1.2.6 - Jan 11 2024

  • Onload/onscroll form modal functionality

1.2.5 - Jan 3 2024

  • Shortcode for generating a video modal button

1.2.4 - Dec 22 2023

  • Set dark color value on h3, h4, h5, h6 headings when nested inside single Post .entry-content
  • Bug fix: Align left/right full resolution image in blog post takes up entire column.

1.2.3 - Dec 18 2023

  • Adjusted line height for wrapping text on buttons.
  • Bug fix: Vertical alignment of images in lightbox on mobile.
  • Bug fix: Video mobile not working.

1.2.2 - Dec 14 2023

  • Shortcodes for Team Member modal carousel and Team Member link.
  • Bug fix: Mobile menu from being cut off below the fold.
  • Renamed .in-page-section class to .pattern-full-width-page-section.

1.2.1 - Dec 7 2023

  • Bug fix: Fix clip path overflow for portrait headshots.

1.2.0 - Nov 16 2023

  • Enabled search functionality in navbar
  • Templating for search, blog, archive, and 404
  • New blocks: Parallax Background, Two Column, Endslug, Team Members, Linked Box

1.1.9 - Aug 17 2023

  • Bug fix: Check that block[className] array is not empty in ACF blocks.settings.php

1.1.8 - Aug 17 2023

  • Added Grunt.js task, enqueue, and .scss for admin-styles.css

1.1.7 - Aug 17 2023

  • In enqueues, replace get_stylesheet_directory_uri() with get_template_directory_uri()

1.1.6 - Aug 14 2023

  • Adding transparent color value to Gutenberg palette

1.1.5 - Aug 3 2023

  • Bug fix: Hero Slideshow block: Slide image dips below fold

1.1.4 - Aug 2 2023

  • Added Changelog meta box to Dashboard

1.1.3 - Aug 1 2023

  • Bug fix: ajax-loader.gif console error
  • New: Image Box reusable block

1.1.2 - Jul 31 2023

  • Bug fix: Hero Slidshow block auto-advance not stopping on last slide

1.1.1 - Jul 31 2023

  • Styling update for in-page link sections
  • Styling fixes for Hero Slideshow block arrow/dot navigation
  • ACF settings for In-page Navbar page template

1.1 - Jul 25 2023

  • Improved Hero Slideshow block
  • New block: Gallery Lightbox
  • New block: Image Blockquote
  • New page template: Inline navbar
  • Updated navbar styling

1.0 - Jan 1 2022

  • Initial release