From eab30f7bb15317e61d3e24991b93b382b6a7bc39 Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Mon, 28 Oct 2024 15:29:28 +0100 Subject: [PATCH 1/2] Alternative FAQ pattern. --- patterns/text-faqs.php | 109 +++++++++++++++++++++++++---------------- 1 file changed, 66 insertions(+), 43 deletions(-) diff --git a/patterns/text-faqs.php b/patterns/text-faqs.php index 016a7cc2..e7b60eb5 100644 --- a/patterns/text-faqs.php +++ b/patterns/text-faqs.php @@ -21,54 +21,77 @@

- -
- -
- - -

- -
- + +
+ +
+ +
+ +

+ - -
- - -

- -
- + +

+ +
+ +
+ - -
- - -

- -
- + +
+ +
+ +

+ - -
- - -

- -
- + +

+ +
+ +
+ +
+ + + +
+ +
+ +
+ +

+ + + +

+ +
+ +
+ + + +
+ +
+ +

+ - -
- - -

- -
- + +

+ +
+ +
+
- +
From 4787c1340e24fe64570d21d52968340a96a72f38 Mon Sep 17 00:00:00 2001 From: Juan Aldasoro Date: Mon, 28 Oct 2024 17:51:07 +0100 Subject: [PATCH 2/2] Apply suggestions from code review. --- patterns/text-faqs.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patterns/text-faqs.php b/patterns/text-faqs.php index e7b60eb5..d8184f8d 100644 --- a/patterns/text-faqs.php +++ b/patterns/text-faqs.php @@ -5,7 +5,7 @@ * Categories: text, about * Keywords: faq, about, frequently asked questions * Viewport width: 1400 - * Description: A FAQs section with a FAQ heading and list of toggle questions and answers. + * Description: A FAQs section with a FAQ heading and list of questions and answers. * * @package WordPress * @subpackage Twenty_Twenty_Five