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/sidebar-right.php

    r2376 r6273  
    1         <div class="col-3">
     1        <div class="col-3 rightsidebar">
     2            <div class="rightsidebarwrapper">
     3            <div class="currentSiteRating">
     4                <p class="button"><a href="http://<?php get_site_domain( false ); ?>"><?php _e( 'Visit Site', 'wporg-showcase' ); ?></a></p>
     5
     6                <h4><?php _e( 'Rating', 'wporg-showcase' ); ?></h4>
     7                <?php the_ratings(); ?>
     8                <p class='rating-descrip'><?php _e( 'Rate this site based on their implementation and use of WordPress.', 'wporg-showcase' ); ?></p>
     9
     10                <?php wp_flavors(); ?>
     11                <br />
     12                <?php tags_with_count( 'list', '<h4>' . __( 'Tags', 'wporg-showcase' ) . '</h4><ul>', '', '</ul>' ); ?>
     13            </div>
     14
    215            <h4><?php _e( 'Top Rated', 'wporg-showcase' ); ?></h4>
    316            <table class="top-rated">
     
    1023            </table>
    1124        </div>
     25    </div>
Note: See TracChangeset for help on using the changeset viewer.