npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

clyde-theme

v1.10.0

Published

A framework theme for Elementor by Stevens Advertising.

Downloads

14

Readme

=== Clyde ===

Contributors: ulinaaron Requires at least: WordPress 4.7 Tested up to: WordPress 5.0 Stable tag: 1.10.0 Version: 1.10.0 License: GNU General Public License v3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html Tags: flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready

A framework theme by Stevens Advertising. Optimized for the Elementor page builder.

== Description ==

A plain-vanilla theme, best suited for building your site using Elementor plugin. This theme resets the environment and prepares it for smooth operation of Elementor.

If you wish to customize your theme & site, just use Elementor!.

= Hooks =

to prevent the loading of any of the following settings, add the following code to your child-theme functions.php:

add_filter( 'choose-from-the-list-below', '__return_false' );

  • clyde_load_textdomain load theme's textdomain
  • clyde_register_menus register the theme's default menu location
  • clyde_add_theme_support register the various supported features
  • clyde_add_woocommerce_support register woocommerce features, including product-gallery zoom, swipe & lightbox features
  • clyde_enqueue_style enqueue style
  • clyde_register_elementor_locations register elementor settings

= Style =

In order to change the styling used throughout the site, use Elementor.

However, if for some reason there is still a need to add or change the site's css, please take into account the following:

  1. files located under reset directory, should NOT be edited directly.
  2. in order to change any of the values defined in preset/variables.scss, add your style code to custom/pre_default.scss.
  3. any new scss files should be located under custom/ directory, and imported in custom/custom.scss.

== Installation ==

  1. In your admin panel, go to Appearance > Themes and click the 'Add New' button.
  2. Type in 'Elementor Hello' in the search form and hit the 'Enter' key on your keyboard.
  3. Click on the 'Activate' button to use your new theme right away.
  4. Navigate to Elementor and start building your site.

== Frequently Asked Questions ==

Does this theme support any plugins?

Elementor Hello includes support for WooCommerce.

Can Font Style be added thru the theme's css file?

Best practice is to use the styling capabilities in the Elementor plugin.

== Changelog ==

= 1.10.0 =

  • Ship Clyde with default assets.

= 1.0.8 =

  • Adds additional hooks.

= 1.0.7 =

  • Initial import data process being baked in. Doesn't do much yet. Requires One Click Importer

= 1.0.5 =

  • Add defaults for Elementor Grid Columns and Heading font sizes.

= 1.0.4 =

  • Patch for default container options not respecting the container layout.

= 1.0.3 =

  • Add default options for Page Title and Container in Clyde Tools Theme tab.
  • Move required plugins to static.stevens.zone to decrease theme file size.

= 1.0.2 =

  • Improve security - Prevent direct access to core functionality.

= 1.0 =

  • Initial release