Make WordPress Themes

Changeset 223033 for twentytwentyfour


Ignore:
Timestamp:
04/02/2024 08:12:29 PM (20 months ago)
Author:
themedropbox
Message:

New version of Twenty Twenty-Four - 1.1

Location:
twentytwentyfour/1.1
Files:
17 edited
1 copied

Legend:

Unmodified
Added
Removed
  • twentytwentyfour/1.1/functions.php

    r207544 r223033  
    195195
    196196        register_block_pattern_category(
    197             'page',
    198             array(
    199                 'label'       => _x( 'Pages', 'Block pattern category' ),
    200                 'description' => __( 'A collection of full page layouts.' ),
     197            'twentytwentyfour_page',
     198            array(
     199                'label'       => _x( 'Pages', 'Block pattern category', 'twentytwentyfour' ),
     200                'description' => __( 'A collection of full page layouts.', 'twentytwentyfour' ),
    201201            )
    202202        );
  • twentytwentyfour/1.1/parts/header.html

    r207544 r223033  
    1616        <!-- /wp:group -->
    1717
    18         <!-- wp:navigation {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}}} /-->
     18        <!-- wp:group {"layout":{"type":"flex","flexWrap":"wrap","justifyContent":"left"}} -->
     19        <div class="wp-block-group">
     20            <!-- wp:navigation {"layout":{"type":"flex","justifyContent":"right","orientation":"horizontal"},"style":{"spacing":{"margin":{"top":"0"},"blockGap":"var:preset|spacing|20"},"layout":{"selfStretch":"fit","flexSize":null}}} /-->
     21        </div>
     22        <!-- /wp:group -->
    1923    </div>
    2024    <!-- /wp:group -->
  • twentytwentyfour/1.1/patterns/footer.php

    r207544 r223033  
    4646                        <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'About', 'twentytwentyfour' ); ?>"} -->
    4747
    48                         <!-- wp:navigation-link {"label":"Team","url":"#"} /-->
    49                         <!-- wp:navigation-link {"label":"History","url":"#"} /-->
    50                         <!-- wp:navigation-link {"label":"Careers","url":"#"} /-->
     48                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Team', 'twentytwentyfour' ); ?>","url":"#"} /-->
     49                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'History', 'twentytwentyfour' ); ?>","url":"#"} /-->
     50                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Careers', 'twentytwentyfour' ); ?>","url":"#"} /-->
    5151
    5252                        <!-- /wp:navigation -->
     
    6969                        <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'Privacy', 'twentytwentyfour' ); ?>"} -->
    7070
    71                         <!-- wp:navigation-link {"label":"Privacy Policy","url":"#"} /-->
    72                         <!-- wp:navigation-link {"label":"Terms and Conditions","url":"#"} /-->
    73                         <!-- wp:navigation-link {"label":"Contact Us","url":"#"} /-->
     71                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Privacy Policy', 'twentytwentyfour' ); ?>","url":"#"} /-->
     72                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Terms and Conditions', 'twentytwentyfour' ); ?>","url":"#"} /-->
     73                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Contact Us', 'twentytwentyfour' ); ?>","url":"#"} /-->
    7474
    7575                        <!-- /wp:navigation -->
     
    9191                        <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","orientation":"vertical"},"style":{"typography":{"fontStyle":"normal","fontWeight":"400"},"spacing":{"blockGap":"var:preset|spacing|10"}},"fontSize":"small","ariaLabel":"<?php esc_attr_e( 'Social Media', 'twentytwentyfour' ); ?>"} -->
    9292
    93                         <!-- wp:navigation-link {"label":"Facebook","url":"#"} /-->
    94                         <!-- wp:navigation-link {"label":"Instagram","url":"#"} /-->
    95                         <!-- wp:navigation-link {"label":"Twitter/X","url":"#"} /-->
     93                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Facebook', 'twentytwentyfour' ); ?>","url":"#"} /-->
     94                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Instagram', 'twentytwentyfour' ); ?>","url":"#"} /-->
     95                        <!-- wp:navigation-link {"label":"<?php esc_html_e( 'Twitter/X', 'twentytwentyfour' ); ?>","url":"#"} /-->
    9696
    9797                        <!-- /wp:navigation -->
  • twentytwentyfour/1.1/patterns/hidden-portfolio-hero.php

    r207544 r223033  
    1414<div class="wp-block-group alignwide">
    1515    <!-- wp:heading {"level":1,"align":"wide","style":{"typography":{"lineHeight":"1.2"}},"fontSize":"xx-large"} -->
    16     <h1 class="wp-block-heading alignwide has-xx-large-font-size" style="line-height:1.2"><?php echo wp_kses_post( __( 'I’m <em>Leia Acosta</em>, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.' ) ); ?></h1>
     16    <h1 class="wp-block-heading alignwide has-xx-large-font-size" style="line-height:1.2"><?php echo wp_kses_post( __( 'I’m <em>Leia Acosta</em>, a passionate photographer who finds inspiration in capturing the fleeting beauty of life.', 'twentytwentyfour' ) ); ?></h1>
    1717    <!-- /wp:heading -->
    1818</div>
  • twentytwentyfour/1.1/patterns/page-about-business.php

    r207544 r223033  
    33 * Title: About
    44 * Slug: twentytwentyfour/page-about-business
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
  • twentytwentyfour/1.1/patterns/page-home-blogging.php

    r207544 r223033  
    33 * Title: Blogging home
    44 * Slug: twentytwentyfour/page-home-blogging
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: page, starter
    77 * Post Types: page, wp_template
  • twentytwentyfour/1.1/patterns/page-home-business.php

    r207544 r223033  
    33 * Title: Business home
    44 * Slug: twentytwentyfour/page-home-business
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
  • twentytwentyfour/1.1/patterns/page-home-portfolio-gallery.php

    r207544 r223033  
    33 * Title: Portfolio home image gallery
    44 * Slug: twentytwentyfour/page-home-gallery
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
  • twentytwentyfour/1.1/patterns/page-home-portfolio.php

    r207544 r223033  
    33 * Title: Portfolio home with post featured images
    44 * Slug: twentytwentyfour/page-home-portfolio
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
  • twentytwentyfour/1.1/patterns/page-newsletter-landing.php

    r207544 r223033  
    33 * Title: Newsletter landing
    44 * Slug: twentytwentyfour/page-newsletter-landing
    5  * Categories: call-to-action, page, featured
     5 * Categories: call-to-action, twentytwentyfour_page, featured
    66 * Keywords: starter
    77 * Block Types: core/post-content
  • twentytwentyfour/1.1/patterns/page-portfolio-overview.php

    r207544 r223033  
    33 * Title: Portfolio project overview
    44 * Slug: twentytwentyfour/page-portfolio-overview
    5  * Categories: page, featured
     5 * Categories: twentytwentyfour_page, featured
    66 * Keywords: starter
    77 * Block Types: core/post-content
  • twentytwentyfour/1.1/patterns/page-rsvp-landing.php

    r207544 r223033  
    33 * Title: RSVP landing
    44 * Slug: twentytwentyfour/page-rsvp-landing
    5  * Categories: page
     5 * Categories: twentytwentyfour_page
    66 * Keywords: starter
    77 * Block Types: core/post-content
  • twentytwentyfour/1.1/readme.txt

    r207544 r223033  
    22Contributors: wordpressdotorg
    33Requires at least: 6.4
    4 Tested up to: 6.4
     4Tested up to: 6.5
    55Requires PHP: 7.0
    6 Stable tag: 1.0
     6Stable tag: 1.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    1313
    1414== Changelog ==
     15
     16= 1.1 =
     17* Released: April 2, 2024
     18
     19https://wordpress.org/documentation/article/twenty-twenty-four-changelog/#Version_1.1
    1520
    1621= 1.0 =
     
    3439GNU General Public License for more details.
    3540
     41
     42This theme bundles the following third-party resources:
     43
     44=== Fonts ===
     45
     46Cardo Font
     47Copyright (c) 2002-2011, David J. Perry (hospes02@scholarsfonts.net)
     48License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
     49Source: http://scholarsfonts.net
     50
     51Instrument Sans Font
     52Copyright 2022 The Instrument Sans Project Authors.
     53License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
     54Source: https://github.com/Instrument/instrument-sans
     55
     56Inter Font
     57Copyright 2020 The Inter Project Authors.
     58License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
     59Source: https://github.com/rsms/inter
     60
     61Jost Font
     62Copyright 2020 The Jost Project Authors.
     63License: SIL Open Font License, 1.1, https://opensource.org/licenses/OFL-1.1
     64Source: https://github.com/indestructible-type/Jost
     65
    3666=== Images ===
     67
    3768License: CC0 https://creativecommons.org/publicdomain/zero/1.0/
    3869
  • twentytwentyfour/1.1/style.css

    r207544 r223033  
    66Description: Twenty Twenty-Four is designed to be flexible, versatile and applicable to any website. Its collection of templates and patterns tailor to different needs, such as presenting a business, blogging and writing or showcasing work. A multitude of possibilities open up with just a few adjustments to color and typography. Twenty Twenty-Four comes with style variations and full page designs to help speed up the site building process, is fully compatible with the site editor, and takes advantage of new design tools introduced in WordPress 6.4.
    77Requires at least: 6.4
    8 Tested up to: 6.4
     8Tested up to: 6.5
    99Requires PHP: 7.0
    10 Version: 1.0
     10Version: 1.1
    1111License: GNU General Public License v2 or later
    1212License URI: http://www.gnu.org/licenses/gpl-2.0.html
  • twentytwentyfour/1.1/styles/ember.json

    r207544 r223033  
    88                {
    99                    "colors": [
    10                         "#FF3C00",
    11                         "#F4F0E6"
     10                        "#D73301",
     11                        "#F9F8F5"
    1212                    ],
    1313                    "slug": "duotone-2",
     
    7979            "palette": [
    8080                {
    81                     "color": "#F4F0E6",
     81                    "color": "#F9F8F5",
    8282                    "name": "Base",
    8383                    "slug": "base"
    8484                },
    8585                {
    86                     "color": "#FF3C00",
     86                    "color": "#D73301",
    8787                    "name": "Contrast / 2",
    8888                    "slug": "contrast-2"
  • twentytwentyfour/1.1/theme.json

    r207544 r223033  
    248248                    "fontFamily": "Iowan Old Style, Apple Garamond, Baskerville, Times New Roman, Droid Serif, Times, Source Serif Pro, serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol",
    249249                    "name": "System Serif",
    250                     "slug": "system-Serif"
     250                    "slug": "system-serif"
    251251                }
    252252            ],
     
    796796                    "outline": {
    797797                        "color": "var(--wp--preset--color--contrast)",
    798                         "offset": "2px",
    799                         "style": "dotted",
    800                         "width": "1px"
     798                        "offset": "2px"
    801799                    },
    802800                    "border": {
     
    909907            "fontWeight": "400",
    910908            "lineHeight": "1.55"
    911         }
     909        },
     910        "css": ":where(.wp-site-blocks *:focus){outline-width:2px;outline-style:solid}"
    912911    },
    913912    "templateParts": [
     
    942941            "name": "page-with-sidebar",
    943942            "postTypes": ["page"],
    944             "title": "Page With Sidebar"
     943            "title": "Page with Sidebar"
    945944        },
    946945        {
    947946            "name": "page-wide",
    948947            "postTypes": ["page"],
    949             "title": "Page with wide Image"
     948            "title": "Page with Wide Image"
    950949        },
    951950        {
Note: See TracChangeset for help on using the changeset viewer.