theme-sniffer icon indicating copy to clipboard operation
theme-sniffer copied to clipboard

Theme Sniffer plugin using sniffs.

Results 44 theme-sniffer issues
Sort by recently updated
recently updated
newest added

Related to https://github.com/WPTRT/theme-sniffer/issues/115 * Readme could be `readme.txt` or `README.txt` or `readme.md`. (Case insensitive and valid extensions are `txt` and `md`) * Screenshot could be `screenshot.jpg` or `screenshot.png`

Type: Enhancement
Status: Future Release
Status: Possible Bug

Hi, Thanks for this great plugin. I translated the plugin to fr_FR, however not all the strings are translatable from translate.wordpress.org. For instance, the standards name are not translatable, therefore...

Type: Enhancement
Status: Future Release
Status: Good First Issue

Is this false positive or? It says `Usage of the iframe HTML element is prohibited` This is the line that triggers it https://github.com/Themezly/Creatus/blob/WP-Org-Prep/assets/js/thz.site.js#L3114 but the iframe element is needed for...

Status: Second Opinion
Type: Question
Status: Awaiting Feedback

@dingo-d did a fresh install and ran build, everything tests out fine so far. One thing I noticed with multiple themes named the same in the dropdown - the calls...

Type: Enhancement
Status: Possible Bug

Add issue and contributing template

Type: Enhancement
Status: Help Wanted
Status: Future Release

Plugin gives error for not prefixing $GLOBALS['content_width'] (mostly in any theme's functions.php file). It should not be prefixed. This error is only visible if you have added theme prefix/s.

Type: Enhancement
Status: Help Wanted
Status: Future Release
Status: Upstream Issue
Status: Possible Bug
Status: Awaiting Feedback

Feature Request: When doing the sniff on author-uri and theme-uri's it would be nice to check if they also load successfully. If they are just 404 we could provide authors...

Type: Enhancement
Status: Future Release
Status: Good First Issue

I can set up a test suite probably today, and start writing some tests for the plugin, but if anybody would like to give it a go I'm all for...

Type: Enhancement
Status: Help Wanted
Status: Future Release
Status: PR Exists

Theme Sniffer is erroneously requiring several theme files on https://github.com/WPTRT/theme-sniffer/blob/master/src/callback/class-run-sniffer-callback.php#L783 **comments.php** This file is not required. What's required is a call to the `comments_template()` function, which can reference any file...

Type: Bug
Status: PR Exists

When doing a theme check with the latest 1.0.0 version of Theme Sniffer, I am getting these warnings for every stylesheet: > WARNING No PHP code was found in this...

Type: Question
Status: Possible Bug
Status: PR Exists