Making WordPress.org


Ignore:
Timestamp:
12/14/2017 11:30:48 PM (7 years ago)
Author:
coffee2code
Message:

W.org Showcase: Make theme responsive.

  • Changes left sidebar to hamburger menu slide-out for smaller viewports.
  • Removes slider for smaller viewports.
  • Updates jQuery Cycle slideshow library to Cycle2.
  • Various styling tweaks for responsiveness.

Props xkon, coffee2code.
Fixes #1173.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/wordpress.org/public_html/wp-content/themes/pub/wporg-showcase/single.php

    r2377 r6273  
    5555                        <?php comments_template(); ?>
    5656                    </div><!-- .col-5 -->
    57                     <div class="col-13">
    58                         <p class="button"><a href="http://<?php get_site_domain( false ); ?>"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p>
    59 
    60                         <h4><?php _e( 'Rating', 'wporg-showcase' ); ?></h4>
    61                         <?php the_ratings(); ?>
    62                         <p class='rating-descrip'><?php _e( 'Rate this site based on their implementation and use of WordPress.', 'wporg-showcase' ); ?></p>
    63 
    64                         <?php wp_flavors(); ?>
    65                         <br />
    66                         <?php tags_with_count( 'list', '<h4>' . __( 'Tags', 'wporg-showcase' ) . '</h4><ul>', '', '</ul>' ); ?>
    67                     </div>
    6857
    6958                    <?php get_sidebar( 'right' ) ?>
Note: See TracChangeset for help on using the changeset viewer.