Theme Checker Plugin issues….
-
Long read ahead…
So I am developing a responsive dynamic developer oriented theme framework with API’s geared towards creating responsive and beautiful child themes. How ever upon running the theme checker I get some very odd and stupid errors. Most of which I am like “Why do I need this? what’s the reason behind it’s ‘logic’?”
So I turn to the community to help me figure some of these out, so that my theme is not rejected by the theme repo people who go over themes with a fine tooth comb looking for any kind of error.
WARNING: Found wrong tag, remove responsive from your style.css header.
WARNING: Found wrong tag, remove functionality from your style.css header.
WARNING: Found wrong tag, remove framework from your style.css header.
WARNING: Found wrong tag, remove aisis from your style.css header.
WARNING: Found wrong tag, remove Balan from your style.css header.
WARNING: Found wrong tag, remove Aisis from your style.css header.
WARNING: Found wrong tag, remove Adam from your style.css header.
WARNING: Found wrong tag, remove Adam Balan from your style.css header.How are these wrong tags? I am lost. How is a tag wrong?
WARNING: fwrite was found in the file Class-Aisis-File-Handling.php possible file operations.
Line 146: fwrite($fp, $contents);
WARNING: fopen was found in the file Class-Aisis-File-Handling.php possible file operations.
Line 56: $fp = fopen($filename, ‘x+’);
Line 145: $fp = fopen($dir.$filename, ‘w’);
WARNING: file_get_contents was found in the file Class-Aisis-File-Handling.php possible file operations.
Line 132: return $this->file_contents = file_get_contents(CUSTOM . $filename);
WARNING: fclose was found in the file Class-Aisis-File-Handling.php possible file operations.
Line 57: fclose($fp);
Line 147: fclose($fp);
WARNING: dwsync.xml Dreamweaver project file found.obviously there are going to be file options, I have custome css, php and js editors built in which require the use of PHP file operation. I have checks in place to make sure you have permission to write to your files on your server.
Is there a better way to deal with this?
Also: WARNING: dwsync.xml Dreamweaver project file found. – Im sorry, why do you care?
One thing that really baffels me is:
REQUIRED: .wp-caption css class is needed in your theme css.
REQUIRED: .wp-caption-text css class is needed in your theme css.
REQUIRED: .sticky css class is needed in your theme css.
REQUIRED: .gallery-caption css class is needed in your theme css.
REQUIRED: .bypostauthor css class is needed in your theme css.
REQUIRED: .aligncenter css class is needed in your theme css.Why? What’s your reason? I don’t want to…..Do I have to, obviously, but why?
So these are just some of the issues, there were lots of warnings and lots of required….some of the issues I understand, other are like “are you kidding me…”
So I assume I will be punted to the curve for the warnings and “required” deff the required, but what about the recommended or the infos?
The communities help and feed back is appreciated.
The topic ‘Theme Checker Plugin issues….’ is closed to new replies.