diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-forums-homepage.php
index d229ba9f5..3c2d24f37 100644
|
|
|
|
| 14 | 14 | |
| 15 | 15 | <div class="themes-plugins"> |
| 16 | 16 | |
| 17 | | <h3><?php _e( 'Themes and Plugins', 'wporg-forums' ); ?></h3> |
| | 17 | <h2 class="heading"><?php _e( 'Themes and Plugins', 'wporg-forums' ); ?></h2> |
| 18 | 18 | <p><?php |
| 19 | 19 | /* translators: 1: Theme Directory URL, 2: Appearance icon, 3: Plugin Directory URL, 4: Plugins icon */ |
| 20 | 20 | printf( __( 'Looking for help with a specific <a href="%1$s">%2$s theme</a> or <a href="%3$s">%4$s plugin</a>? Head to the theme or plugin\'s page and find the "View support forum" link to visit the theme or plugin\'s individual forum.', 'wporg-forums' ), |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-forum-homepage.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/bbpress/loop-single-forum-homepage.php
index bf7e41bef..83b274dcb 100644
|
|
|
|
| 1 | 1 | <div id="bbp-forum-<?php bbp_forum_id(); ?>" <?php bbp_forum_class( bbp_get_forum_id(), array( '' ) ); ?>> |
| 2 | 2 | |
| 3 | | <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><h3><?php bbp_forum_title(); ?></h3></a> |
| | 3 | <a class="bbp-forum-title" href="<?php bbp_forum_permalink(); ?>" title="<?php bbp_forum_title(); ?>"><h2 class="heading"><?php bbp_forum_title(); ?></h2></a> |
| 4 | 4 | |
| 5 | 5 | <p><?php bbp_forum_content(); ?></p> |
| 6 | 6 | |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/front-page.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/front-page.php
index d81109cd1..ae8493e03 100644
|
|
|
get_header(); ?> |
| 20 | 20 | <hr> |
| 21 | 21 | |
| 22 | 22 | <div id="helphub-forum-link" class="text-center"> |
| 23 | | <h3><?php esc_html_e( 'Support Forums', 'wporg-forums' ); ?></h3> |
| | 23 | <h2 class="heading"><?php esc_html_e( 'Support Forums', 'wporg-forums' ); ?></h2> |
| 24 | 24 | |
| 25 | 25 | <p> |
| 26 | 26 | <span> |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/page-homepage.php
index 05ea8d831..135f32248 100644
|
|
|
get_header(); ?> |
| 29 | 29 | /* translators: dashicon class name for 'Welcome to Support' section. Do not translate into your own language. */ |
| 30 | 30 | esc_attr_e( 'dashicons-sos', 'wporg-forums' ); |
| 31 | 31 | ?>"></span> |
| 32 | | <h3><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h3> |
| | 32 | <h2 class="heading"><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h2> |
| 33 | 33 | <p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot.', 'wporg-forums' ); ?></p> |
| 34 | 34 | <p><?php _e( '<a href="https://wordpress.org/support/welcome/">Get started</a>', 'wporg-forums' ); ?></p> |
| 35 | 35 | </div> |
| … |
… |
get_header(); ?> |
| 40 | 40 | /* translators: dashicon class name for 'Documentation' section. Do not translate into your own language. */ |
| 41 | 41 | esc_attr_e( 'dashicons-portfolio', 'wporg-forums' ); |
| 42 | 42 | ?>"></span> |
| 43 | | <h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3> |
| | 43 | <h2 class="heading"><?php _e( 'Documentation', 'wporg-forums' ); ?></h2> |
| 44 | 44 | <p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p> |
| 45 | 45 | <p><?php _e( '<a href="https://wordpress.org/support/">Explore documentation</a>', 'wporg-forums' ); ?></p> |
| 46 | 46 | </div> |
| … |
… |
get_header(); ?> |
| 51 | 51 | /* translators: dashicon class name for 'Get Involved' section. Do not translate into your own language. */ |
| 52 | 52 | esc_attr_e( 'dashicons-hammer', 'wporg-forums' ); |
| 53 | 53 | ?>"></span> |
| 54 | | <h3><?php _e( 'Get Involved', 'wporg-forums' ); ?></h3> |
| | 54 | <h2 class="heading"><?php _e( 'Get Involved', 'wporg-forums' ); ?></h2> |
| 55 | 55 | <p><?php _e( 'The Support Handbook is great for tips, tricks, and advice regarding giving the best support possible.', 'wporg-forums' ); ?></p> |
| 56 | 56 | <p><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Explore the Handbook</a>', 'wporg-forums' ); ?></p> |
| 57 | 57 | </div> |
| … |
… |
get_header(); ?> |
| 74 | 74 | |
| 75 | 75 | <section class="clear helpful-links"> |
| 76 | 76 | <div> |
| 77 | | <h3><?php _e( 'Helpful Links', 'wporg-forums' ); ?></h3> |
| | 77 | <h2 class="heading"><?php _e( 'Helpful Links', 'wporg-forums' ); ?></h2> |
| 78 | 78 | <ul class="meta-list"> |
| 79 | 79 | <li><?php _e( '<a href="https://wordpress.org/support/article/new_to_wordpress_-_where_to_start/">New to WordPress — Where to Start</a>', 'wporg-forums' ); ?></li> |
| 80 | 80 | <li><?php _e( '<a href="https://wordpress.org/support/article/faq-installation/">Frequently Asked Questions about Installing WordPress</a>', 'wporg-forums' ); ?></li> |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/site/_bbpress.scss
index ceca363a9..b37e083b9 100644
|
|
|
$paginationBreakPoint: "600px"; |
| 46 | 46 | text-decoration: none; |
| 47 | 47 | } |
| 48 | 48 | |
| 49 | | h3 { |
| | 49 | h3, |
| | 50 | .heading { |
| 50 | 51 | font-size: 1.4rem; |
| 51 | 52 | margin-bottom: 0; |
| 52 | 53 | margin-top: 0; |
| 53 | 54 | } |
| 54 | 55 | |
| | 56 | .heading { |
| | 57 | color: #23282d; |
| | 58 | } |
| | 59 | |
| 55 | 60 | p { |
| 56 | 61 | color: #666; |
| 57 | 62 | } |
| … |
… |
select { |
| 847 | 852 | max-width: 20rem; |
| 848 | 853 | margin: 0 auto 4rem; |
| 849 | 854 | |
| 850 | | h3 { |
| | 855 | h3, |
| | 856 | .heading { |
| 851 | 857 | margin-top: 1rem; |
| 852 | 858 | } |
| 853 | 859 | |
| … |
… |
select { |
| 925 | 931 | } |
| 926 | 932 | } |
| 927 | 933 | |
| 928 | | h3 { |
| | 934 | h3, |
| | 935 | .heading { |
| 929 | 936 | font-size: 1.4rem; |
| 930 | 937 | margin-bottom: 0; |
| 931 | 938 | margin-top: 0; |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_headings.scss wordpress.org/public_html/wp-content/themes/pub/wporg-support/sass/typography/_headings.scss
index 9d3c4814c..e85fd765e 100644
|
|
|
h2 { |
| 28 | 28 | font-weight: 300; |
| 29 | 29 | } |
| 30 | 30 | |
| 31 | | h3 { |
| | 31 | h3, |
| | 32 | .heading { |
| 32 | 33 | font-size: ms( 4 ); |
| 33 | 34 | font-weight: 400; |
| 34 | 35 | } |
diff --git wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php wordpress.org/public_html/wp-content/themes/pub/wporg-support/template-parts/bbpress-front.php
index b901879c3..7c7b742ce 100644
|
|
|
|
| 22 | 22 | esc_attr_e( 'dashicons-sos', 'wporg-forums' ); |
| 23 | 23 | ?> |
| 24 | 24 | "></span> |
| 25 | | <h3><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h3> |
| | 25 | <h2 class="heading"><?php _e( 'Welcome to Support', 'wporg-forums' ); ?></h2> |
| 26 | 26 | <p><?php _e( 'Our community-based Support Forums are a great place to learn, share, and troubleshoot.', 'wporg-forums' ); ?></p> |
| 27 | 27 | <p><?php _e( '<a href="https://wordpress.org/support/welcome/">Get started</a>', 'wporg-forums' ); ?></p> |
| 28 | 28 | </div> |
| … |
… |
|
| 35 | 35 | esc_attr_e( 'dashicons-portfolio', 'wporg-forums' ); |
| 36 | 36 | ?> |
| 37 | 37 | "></span> |
| 38 | | <h3><?php _e( 'Documentation', 'wporg-forums' ); ?></h3> |
| | 38 | <h2 class="heading"><?php _e( 'Documentation', 'wporg-forums' ); ?></h2> |
| 39 | 39 | <p><?php _e( 'Your first stop where you\'ll find information on everything from installing to creating plugins.', 'wporg-forums' ); ?></p> |
| 40 | 40 | <p><?php _e( '<a href="https://wordpress.org/support/">Explore documentation</a>', 'wporg-forums' ); ?></p> |
| 41 | 41 | </div> |
| … |
… |
|
| 48 | 48 | esc_attr_e( 'dashicons-hammer', 'wporg-forums' ); |
| 49 | 49 | ?> |
| 50 | 50 | "></span> |
| 51 | | <h3><?php _e( 'Get Involved', 'wporg-forums' ); ?></h3> |
| | 51 | <h2 class="heading"><?php _e( 'Get Involved', 'wporg-forums' ); ?></h2> |
| 52 | 52 | <p><?php _e( 'The Support Handbook is great for tips, tricks, and advice regarding giving the best support possible.', 'wporg-forums' ); ?></p> |
| 53 | 53 | <p><?php _e( '<a href="https://make.wordpress.org/support/handbook/">Explore the Handbook</a>', 'wporg-forums' ); ?></p> |
| 54 | 54 | </div> |