Browse Source

dos:Remove GIF as a test

Henrique 'Foca' Iamarino 1 year ago
parent
commit
c73717a01d
4 changed files with 23 additions and 43 deletions
  1. 6 13
      dos/patterns/header-archive.php
  2. 4 11
      dos/patterns/header-pages.php
  3. 3 10
      dos/patterns/header.php
  4. 10 9
      dos/theme.json

+ 6 - 13
dos/patterns/header-archive.php

@@ -6,13 +6,12 @@
  * Inserter: no
  */
 ?>
-
 <!-- wp:group {"backgroundColor":"background","layout":{"type":"default"}} -->
 <div class="wp-block-group has-background-background-color has-background"><!-- wp:group {"style":{"border":{"color":null,"style":null,"width":null,"top":[],"right":[],"bottom":{"color":"var:preset|color|primary","style":"dashed","width":"1px"},"left":[]},"spacing":{"padding":{"bottom":"1.4rem","top":"1.4rem","right":"2rem","left":"2rem"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
 <div class="wp-block-group" style="border-bottom-color:var(--wp--preset--color--primary);border-bottom-style:dashed;border-bottom-width:1px;padding-top:1.4rem;padding-right:2rem;padding-bottom:1.4rem;padding-left:2rem"><!-- wp:group {"style":{"spacing":{"blockGap":"1.4rem","margin":{"top":"0px","bottom":"0px"}},"layout":{"selfStretch":"fixed","flexSize":"75%"}},"layout":{"type":"flex","orientation":"vertical"}} -->
 <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->
-<div class="wp-block-group"><!-- wp:image {"id":252,"width":12,"height":25,"scale":"cover","sizeSlug":"full","linkDestination":"custom"} -->
-<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-block_default.gif" alt="" class="wp-image-252" style="object-fit:cover;width:12px;height:25px" width="12" height="25"/></figure>
+<div class="wp-block-group"><!-- wp:image {"width":"12px","height":"25px","scale":"cover","sizeSlug":"full","linkDestination":"custom"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-block_default.gif" alt="<?php echo __('', 'dos');?>" class="" style="object-fit:cover;width:12px;height:25px"/></figure>
 <!-- /wp:image -->
 
 <!-- wp:site-title {"style":{"typography":{"lineHeight":"1.5"}}} /--></div>
@@ -21,30 +20,24 @@
 <!-- wp:site-tagline {"style":{"typography":{"fontSize":"1.2rem"}}} /--></div>
 <!-- /wp:group -->
 
-<!-- wp:group {"style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"}} -->
-<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:image {"id":254,"width":19,"height":25,"sizeSlug":"full","linkDestination":"custom"} -->
-<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-menu_default.gif" alt="" class="wp-image-254" style="width:19px;height:25px" width="19" height="25"/></figure>
-<!-- /wp:image -->
-
 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"vertical"},"style":{"typography":{"fontSize":"1.2rem","textTransform":"uppercase"},"spacing":{"blockGap":"0px"}}} /--></div>
-<!-- /wp:group --></div>
 <!-- /wp:group -->
 
 <!-- wp:group {"style":{"border":{"color":null,"style":null,"width":null,"top":[],"right":[],"bottom":{"color":"var:preset|color|primary","style":"dashed","width":"1px"},"left":[]},"spacing":{"padding":{"bottom":"1.4rem","top":"1.4rem","right":"2rem","left":"2rem"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5em"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left","verticalAlignment":"center"}} -->
 <div class="wp-block-group" style="border-bottom-color:var(--wp--preset--color--primary);border-bottom-style:dashed;border-bottom-width:1px;margin-top:0px;margin-bottom:0px;padding-top:1.4rem;padding-right:2rem;padding-bottom:1.4rem;padding-left:2rem"><!-- wp:site-title {"style":{"spacing":{"blockGap":"1.4rem","margin":{"top":"0px","bottom":"0px"}},"layout":{"selfStretch":"fit","flexSize":null},"typography":{"lineHeight":"1"}}} /-->
 
 <!-- wp:paragraph {"style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"}},"typography":{"lineHeight":"1"}}} -->
-<p style="margin-top:0px;margin-bottom:0px;line-height:1">/</p>
+<p style="margin-top:0px;margin-bottom:0px;line-height:1"><?php echo __('/', 'dos');?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:paragraph {"style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"}},"typography":{"lineHeight":"1"}}} -->
-<p style="margin-top:0px;margin-bottom:0px;line-height:1"><?php echo esc_html__( 'Archive', 'dos' ); ?></p>
+<p style="margin-top:0px;margin-bottom:0px;line-height:1"><?php echo __('Archive', 'dos');?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:paragraph {"style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"}},"typography":{"lineHeight":"1"}}} -->
-<p style="margin-top:0px;margin-bottom:0px;line-height:1">/</p>
+<p style="margin-top:0px;margin-bottom:0px;line-height:1"><?php echo __('/', 'dos');?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:query-title {"type":"archive","style":{"typography":{"lineHeight":"1"}}} /--></div>
 <!-- /wp:group --></div>
-<!-- /wp:group -->
+<!-- /wp:group -->

+ 4 - 11
dos/patterns/header-pages.php

@@ -6,13 +6,12 @@
  * Inserter: no
  */
 ?>
-
 <!-- wp:group {"backgroundColor":"background","layout":{"type":"default"}} -->
 <div class="wp-block-group has-background-background-color has-background"><!-- wp:group {"style":{"border":{"color":null,"style":null,"width":null,"top":[],"right":[],"bottom":{"color":"var:preset|color|primary","style":"dashed","width":"1px"},"left":[]},"spacing":{"padding":{"bottom":"1.4rem","top":"1.4rem","right":"2rem","left":"2rem"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
 <div class="wp-block-group" style="border-bottom-color:var(--wp--preset--color--primary);border-bottom-style:dashed;border-bottom-width:1px;padding-top:1.4rem;padding-right:2rem;padding-bottom:1.4rem;padding-left:2rem"><!-- wp:group {"style":{"spacing":{"blockGap":"1.4rem","margin":{"top":"0px","bottom":"0px"}},"layout":{"selfStretch":"fixed","flexSize":"75%"}},"layout":{"type":"flex","orientation":"vertical"}} -->
 <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->
-<div class="wp-block-group"><!-- wp:image {"id":252,"width":12,"height":25,"scale":"cover","sizeSlug":"full","linkDestination":"custom"} -->
-<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-block_default.gif" alt="" class="wp-image-252" style="object-fit:cover;width:12px;height:25px" width="12" height="25"/></figure>
+<div class="wp-block-group"><!-- wp:image {"width":"12px","height":"25px","scale":"cover","sizeSlug":"full","linkDestination":"custom"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-block_default.gif" alt="<?php echo __('', 'dos');?>" class="" style="object-fit:cover;width:12px;height:25px"/></figure>
 <!-- /wp:image -->
 
 <!-- wp:site-title {"style":{"typography":{"lineHeight":"1.5"}}} /--></div>
@@ -21,22 +20,16 @@
 <!-- wp:site-tagline {"style":{"typography":{"fontSize":"1.2rem"}}} /--></div>
 <!-- /wp:group -->
 
-<!-- wp:group {"style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"}} -->
-<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:image {"id":254,"width":19,"height":25,"sizeSlug":"full","linkDestination":"custom"} -->
-<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-menu_default.gif" alt="" class="wp-image-254" style="width:19px;height:25px" width="19" height="25"/></figure>
-<!-- /wp:image -->
-
 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"vertical"},"style":{"typography":{"fontSize":"1.2rem","textTransform":"uppercase"},"spacing":{"blockGap":"0px"}}} /--></div>
-<!-- /wp:group --></div>
 <!-- /wp:group -->
 
 <!-- wp:group {"style":{"border":{"color":null,"style":null,"width":null,"top":[],"right":[],"bottom":{"color":"var:preset|color|primary","style":"dashed","width":"1px"},"left":[]},"spacing":{"padding":{"bottom":"1.4rem","top":"1.4rem","right":"2rem","left":"2rem"},"margin":{"top":"0px","bottom":"0px"},"blockGap":"0.5em"}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"left","verticalAlignment":"center"}} -->
 <div class="wp-block-group" style="border-bottom-color:var(--wp--preset--color--primary);border-bottom-style:dashed;border-bottom-width:1px;margin-top:0px;margin-bottom:0px;padding-top:1.4rem;padding-right:2rem;padding-bottom:1.4rem;padding-left:2rem"><!-- wp:site-title {"style":{"spacing":{"blockGap":"1.4rem","margin":{"top":"0px","bottom":"0px"}},"layout":{"selfStretch":"fit","flexSize":null},"typography":{"lineHeight":"1"}}} /-->
 
 <!-- wp:paragraph {"style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"}},"typography":{"lineHeight":"1"}}} -->
-<p style="margin-top:0px;margin-bottom:0px;line-height:1">/</p>
+<p style="margin-top:0px;margin-bottom:0px;line-height:1"><?php echo __('/', 'dos');?></p>
 <!-- /wp:paragraph -->
 
 <!-- wp:post-title {"level":1,"isLink":true,"style":{"typography":{"lineHeight":"1"}}} /--></div>
 <!-- /wp:group --></div>
-<!-- /wp:group -->
+<!-- /wp:group -->

+ 3 - 10
dos/patterns/header.php

@@ -6,13 +6,12 @@
  * Inserter: no
  */
 ?>
-
 <!-- wp:group {"backgroundColor":"background","layout":{"type":"default"}} -->
 <div class="wp-block-group has-background-background-color has-background"><!-- wp:group {"style":{"border":{"color":null,"style":null,"width":null,"top":[],"right":[],"bottom":{"color":"var:preset|color|primary","style":"dashed","width":"1px"},"left":[]},"spacing":{"padding":{"bottom":"1.4rem","top":"1.4rem","right":"2rem","left":"2rem"}}},"layout":{"type":"flex","flexWrap":"nowrap","justifyContent":"space-between","verticalAlignment":"top"}} -->
 <div class="wp-block-group" style="border-bottom-color:var(--wp--preset--color--primary);border-bottom-style:dashed;border-bottom-width:1px;padding-top:1.4rem;padding-right:2rem;padding-bottom:1.4rem;padding-left:2rem"><!-- wp:group {"style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"}},"layout":{"selfStretch":"fixed","flexSize":"75%"}},"layout":{"type":"flex","orientation":"vertical"}} -->
 <div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:group {"style":{"spacing":{"blockGap":"1rem"}},"layout":{"type":"flex","flexWrap":"nowrap","verticalAlignment":"center"}} -->
-<div class="wp-block-group"><!-- wp:image {"id":252,"width":12,"height":25,"scale":"cover","sizeSlug":"full","linkDestination":"custom"} -->
-<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-block_default.gif" alt="" class="wp-image-252" style="object-fit:cover;width:12px;height:25px" width="12" height="25"/></figure>
+<div class="wp-block-group"><!-- wp:image {"width":"12px","height":"25px","scale":"cover","sizeSlug":"full","linkDestination":"custom"} -->
+<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-block_default.gif" alt="<?php echo __('', 'dos');?>" class="" style="object-fit:cover;width:12px;height:25px"/></figure>
 <!-- /wp:image -->
 
 <!-- wp:site-title {"style":{"typography":{"lineHeight":"1.5"}}} /--></div>
@@ -21,12 +20,6 @@
 <!-- wp:site-tagline {"style":{"typography":{"fontSize":"1.2rem"}}} /--></div>
 <!-- /wp:group -->
 
-<!-- wp:group {"style":{"spacing":{"blockGap":"2rem","margin":{"top":"0px","bottom":"0px"}}},"layout":{"type":"flex","orientation":"vertical","justifyContent":"right"}} -->
-<div class="wp-block-group" style="margin-top:0px;margin-bottom:0px"><!-- wp:image {"id":254,"width":19,"height":25,"sizeSlug":"full","linkDestination":"custom"} -->
-<figure class="wp-block-image size-full is-resized"><img src="<?php echo esc_url( get_stylesheet_directory_uri() ); ?>/assets/images/blink-menu_default.gif" alt="" class="wp-image-254" style="width:19px;height:25px" width="19" height="25"/></figure>
-<!-- /wp:image -->
-
 <!-- wp:navigation {"overlayMenu":"never","layout":{"type":"flex","setCascadingProperties":true,"justifyContent":"right","orientation":"vertical"},"style":{"typography":{"fontSize":"1.2rem","textTransform":"uppercase"},"spacing":{"blockGap":"0px"}}} /--></div>
 <!-- /wp:group --></div>
-<!-- /wp:group --></div>
-<!-- /wp:group -->
+<!-- /wp:group -->

+ 10 - 9
dos/theme.json

@@ -279,6 +279,7 @@
 		},
 		"typography": {
 			"customFontSize": true,
+			"defaultFontSizes": false,
 			"dropCap": true,
 			"fluid": true,
 			"fontFamilies": [
@@ -682,37 +683,37 @@
 			"h1": {
 				"typography": {
 					"fontSize": "1.2rem",
-					"lineHeight": 1.4
+					"lineHeight": 1.3999999999999999
 				}
 			},
 			"h2": {
 				"typography": {
 					"fontSize": "1.2rem",
-					"lineHeight": 1.4
+					"lineHeight": 1.3999999999999999
 				}
 			},
 			"h3": {
 				"typography": {
 					"fontSize": "1.2rem",
-					"lineHeight": 1.4
+					"lineHeight": 1.3999999999999999
 				}
 			},
 			"h4": {
 				"typography": {
 					"fontSize": "1.2rem",
-					"lineHeight": 1.4
+					"lineHeight": 1.3999999999999999
 				}
 			},
 			"h5": {
 				"typography": {
 					"fontSize": "1.2rem",
-					"lineHeight": 1.4
+					"lineHeight": 1.3999999999999999
 				}
 			},
 			"h6": {
 				"typography": {
 					"fontSize": "1.2rem",
-					"lineHeight": 1.4
+					"lineHeight": 1.3999999999999999
 				}
 			},
 			"heading": {
@@ -722,7 +723,7 @@
 				"typography": {
 					"fontFamily": "var(--wp--preset--font-family--rubik)",
 					"fontWeight": "400",
-					"lineHeight": 1.4,
+					"lineHeight": 1.3999999999999999,
 					"textTransform": "uppercase"
 				}
 			},
@@ -736,7 +737,7 @@
 					"text": "var(--wp--preset--color--primary)"
 				},
 				"typography": {
-					"lineHeight": 1.4
+					"lineHeight": 1.3999999999999999
 				}
 			}
 		},
@@ -765,6 +766,6 @@
 			"name": "footer"
 		}
 	],
-	"version": 2,
+	"version": 3,
 	"$schema": "https://schemas.wp.org/trunk/theme.json"
 }