GithubHelp home page GithubHelp logo

woocommerce / storefront Goto Github PK

View Code? Open in Web Editor NEW
947.0 185.0 470.0 19.96 MB

Official theme for WooCommerce

Home Page: https://wordpress.org/themes/storefront/

PHP 60.39% JavaScript 5.10% SCSS 34.51%
storefront woocommerce css php automattic wordpress wordpress-theme

storefront's Introduction

Storefront

license Designed for WooCommerce WordPress.org downloads WordPress.org rating

Storefront is a robust and flexible WordPress theme, designed and built by the team at WooCommerce to help you make the most out of using the WooCommerce plugin to power your online store. It's available to download for free from the WordPress theme repository.

It features deep integration with WooCommerce core plus several of the most popular extensions:

For developers, Storefront is the perfect starting point for your project. Its lean and extensible codebase will allow you to easily add functionality to your site via a child theme and/or custom plugin(s).

Storefront Status

Please read this document explaining the current status of Storefront development.

Storefront extensions

Looking to take your storefront powered store to the next level? Be sure to checkout the premium Storefront extensions.

Storefront Documentation

You can view detailed Storefront documentation on the WooCommerce documentation website.

Storefront in your language

Storefront translations can be downloaded from WordPress.org. To use one of these translations it is recommended that you upload it to wp-content/languages/themes/storefront-pt_BR.mo. Adding it to this location means the file will not be lost when you update Storefront. It is however possible to add a translation to the languages folder in your child theme if you'd prefer.

Storefront help & support

WooCommerce customers can get support at the WooCommerce support portal. Otherwise, you can try posting on the WordPress support forums. Please remember, GitHub is for bug reports and contributions, not support.

Contributing to Storefront

If you have a patch, or you've stumbled upon an issue with Storefront core, you can contribute this back to the code. Please read our contributor guidelines for more information about how you can do this.

If you have an idea or feature request please take a look at the Storefront Feature Requests to see if it's already been suggested, planned, or is under development. If not, please add it there.

You can keep up with the latest Storefront developments on the dev blog.

Testing Storefront

Want to help test upcoming Storefront releases? Check out the Storefront Beta Tester plugin.

storefront's People

Contributors

albarin avatar aljullu avatar budzanowski avatar burlesonbrad avatar claudiosanches avatar danielwrobert avatar dependabot[bot] avatar electricfeet avatar gigitux avatar haszari avatar jameskoster avatar jtsternberg avatar manospsyx avatar mattyza avatar mikejolley avatar mikeyarce avatar nerrad avatar nielslange avatar opportus avatar opr avatar peterfabian avatar renovate-bot avatar renovate[bot] avatar rodrigoprimo avatar senadir avatar sir-daniel avatar tiagonoronha avatar valdrinkoshi avatar wpprodigy avatar yoavf avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

storefront's Issues

404 page styling

Not sure if this is already done, looks like it can use some spacing.

image

Site Logo - plugin no longer supported

I want to have a logo instead of my site name so I downloaded the Site Logo plugin as per the suggestion on the Storefront page in wp-admin.

That crashed the theme.

Also noticed on the github page for Site Logo plugin that it is no longer supported and has been integrated into Jetpack.

But when I look into Jetpack there isn't a Site Logo option. There is Site Icon - but that is just a favicon.

So how do we replace the site name with a logo?

Breadcrumbs

@mattyza mentioned third party SEO integration for titles in #16. When working at Yoast I've also dealt with chanigng the Woo breadcrumbs, is this taking into account?

Post excerpts on the blog archive

Not sure if this is intentional or not, so you may be able to disregard it :)

When viewing the blog archive, the full post is displayed rather than the excerpt. This necessitates the use of the <!--more--> tag, which I believe is inconsistent with the rest of your themes and probably isn't familiar to most users. May be helpful to automatically break the post at ~70 words or something instead.

Customizer reset button

Would be useful to have a "Reset all" button in the customizer, or at least in each customizer section.

Shake effect on Notice boxes

I think that the shake effect on notice boxes is very annoying. Would it be possible to find another way to highlight them?

Or at least disable it

Product Categories not working

Here's a screenshot: http://cld.wthms.co/12Neg

Warning: Division by zero in /Users/michael/Dropbox/WooThemes/wordpress-instances/wordpress-1/wp-content/plugins/woocommerce/templates/content-product.php on line 33

Warning: Division by zero in /Users/michael/Dropbox/WooThemes/wordpress-instances/wordpress-1/wp-content/plugins/woocommerce/templates/content-product.php on line 35

The error appears as though it's coming from WooCommerce but activating other themes does not have this error. Occurring on only product categories AFAIK.

No way to remove products added to cart on an iPhone.

This isn't really a bug per say but it is something that crops up as a question in support quite a lot as when our themes scale down to tablets and smartphones it hides the ability to remove products from a cart.

Screenshot smartphone: http://cld.wthms.co/TUCu

Desktop: http://cld.wthms.co/685v

I understand it's a amount of available space per screen size issue but it's maybe something we could work out in this particular theme that would allow them to remove products on smaller screens.

Thoughts?

Permission error when closing the customizer

I closed the customizer using the X button and i got this error: You do not have sufficient permissions to access this page.

I think it's because it links to index.php?page=storefront-welcome instead of themes.php?page=storefront-welcome

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.