{"id":47255,"date":"2008-12-04T23:34:36","date_gmt":"2008-12-04T23:34:36","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/theme-tweaker\/"},"modified":"2011-06-22T10:28:40","modified_gmt":"2011-06-22T10:28:40","slug":"theme-tweaker","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/theme-tweaker\/","author":1381480,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.00","stable_tag":"trunk","tested":"3.2.1","requires":"2.5","requires_php":"","requires_plugins":"","header_name":"Theme Tweaker","header_author":"Manoj Thulasidas","header_description":"","assets_banners_color":"","last_updated":"2011-06-22 10:28:40","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/www.Thulasidas.com\/buy","header_plugin_uri":"http:\/\/www.thulasidas.com\/theme-tweaker","header_author_uri":"http:\/\/www.thulasidas.com","rating":0,"author_block_rating":0,"active_installs":10,"downloads":35184,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog","other_notes"],"tags":[],"upgrade_notice":{"1.72":"<p>Minor bug fixes<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":0},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0","1.1","1.2","1.3","1.4","1.5","1.6","1.7"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1539068","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1539068","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1539068","resolution":"1","location":"plugin"}},"screenshots":{"1":"How to tweak your theme using <em>Theme Tweaker<\/em>.","2":"<em>Theme Tweaker<\/em> in action - on my own blog. Before tweaking.","3":"<em>Theme Tweaker<\/em> in action - on my own blog. After tweaking to inverted colors."}},"plugin_section":[],"plugin_tags":[83,1250,356,1141,11242],"plugin_category":[59],"plugin_contributors":[80064],"plugin_business_model":[],"class_list":["post-47255","plugin","type-plugin","status-closed","hentry","plugin_tags-admin","plugin_tags-colors","plugin_tags-css","plugin_tags-theme","plugin_tags-tweak","plugin_category-utilities-and-tools","plugin_contributors-manojtd","plugin_committers-manojtd"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/theme-tweaker.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/theme-tweaker\/trunk\/screenshot-1.png?rev=1539068","caption":"How to tweak your theme using <em>Theme Tweaker<\/em>."},{"src":"https:\/\/ps.w.org\/theme-tweaker\/trunk\/screenshot-2.png?rev=1539068","caption":"<em>Theme Tweaker<\/em> in action - on my own blog. Before tweaking."},{"src":"https:\/\/ps.w.org\/theme-tweaker\/trunk\/screenshot-3.png?rev=1539068","caption":"<em>Theme Tweaker<\/em> in action - on my own blog. After tweaking to inverted colors."}],"raw_content":"<!--section=description-->\n<p><em>Theme Tweaker<\/em> displays the existing colors from your current theme, and gives you a color picker to replace them. It also lets you change them in bulk, like invert all colors, use grey scale etc.<\/p>\n\n<p>Furthermore, <em>Theme Tweaker<\/em> allows you to preview or activate your changes. Finally, you can save the modified stylesheet locally and upload it into your blog server to deploy your new color scheme.<\/p>\n\n<p><em>Theme Tweaker<\/em> will now generate a fully functional child theme for you! Using child themes, you leave your original (parent) theme untouched, so that it can be updated independently without losing your tweaks.<\/p>\n\n<p>Cannot complete the tweaking in one sitting? No problem, <em>Theme Tweaker<\/em> lets you save your work and pick it up from here you leave off. Moreover, <em>Theme Tweaker<\/em> will remember your saved color schemes for any number of themes.<\/p>\n\n<p>If you like <em>Theme Tweaker<\/em>, you may want to check out my other plugins: <a href=\"http:\/\/wordpress.org\/extend\/plugins\/easy-adsenser\/\" title=\"The simplest way to put AdSense to work for you\">Easy AdSenser<\/a> and <a href=\"http:\/\/wordpress.org\/extend\/plugins\/easy-latex\/\" title=\"To display mathematical equations in your blog using LaTeX\">Easy LaTeX<\/a>.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the <em>Theme Tweaker<\/em> plugin (the whole theme-tweaker folder) to the '\/wp-content\/plugins\/' directory.<\/li>\n<li>Activate the plugin through the 'Plugins' page in WordPress.<\/li>\n<li>Go to the Design -&gt; Theme Tweaker and start tweaking your theme colors!<\/li>\n<li>Or, use the \"Settings\" link in the Plugins page next to <em>Theme Tweaker<\/em> to reach the tweaking paradise.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Great idea, but doesn't work with my theme. What gives?<\/dt>\n<dd><p>This plugin works as follows: It first identifies the strings in the <code>style.css<\/code> file of your theme that look like colors. It them presents them to you with an option to replace them using a color-picker. The replaced colors are dynamically inserted in the header of your pages as they are generated.<\/p>\n\n<p>This scheme worked great when I first developed. But now, more and more themes (especially the ones that offer you a color-picker) are using the same strategy to control the appearance of your pages. They keep the color definitions in places other than the <code>style.css<\/code> file such as their <code>php<\/code> files, and the database. Such schemes will foil the color tweaking strategy of this plugin.<\/p><\/dd>\n<dt>How come there is not a single frequently asked question?<\/dt>\n<dd><p>Two possible reasons.<\/p>\n\n<ol>\n<li><em>Theme Tweaker<\/em> is so simple and straight-forward that no question could be thought of.<\/li>\n<li>More likely, the plugin is too new for any questions.<\/li>\n<\/ol><\/dd>\n<dt>I need your help<\/dt>\n<dd><p><em>Theme Tweaker<\/em> has an option to convert your color scheme to grey scale. The algorithm used is this: for a color rgb = (r,g,b), find y = 0.3r + 0.59g + 0.11b, grey = rgb(y,y,y).\nI am thinking of other color tweaking options such as increase\/decrease contrast or brightness, convert to sepia and so on. If you have the algorithms for such conversions, would you like to post them?<\/p><\/dd>\n<dt>How do I report a bug or ask a question?<\/dt>\n<dd><p>Please report any problems, and share your thoughts and comments <a href=\"http:\/\/wordpress.org\/tags\/theme-tweaker\" title=\"Post comments\/suggestions\/bugs on the WordPress.org forum. [Requires login\/registration]\">at the plugin forum at WordPress<\/a> Or send an <a href=\"http:\/\/manoj.thulasidas.com\/mail.shtml\" title=\"Email the author\">email to the plugin author<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<ul>\n<li>V2.00: Verifying compatability up to WP3.2. Changes in the documentation. [June 22, 2011]<\/li>\n<li>V1.71: Fixing the problem of the theme stylesheet overwriting the tweaked colors. [August 14, 2009]<\/li>\n<li>V1.70: Changed stylesheet saving methods to something simpler and more elegant. [July 14, 2009]<\/li>\n<li>V1.63: Generate random colors locally using JavaScript. [May 8, 2009]<\/li>\n<li>V1.62: New option to launch a preview window from the Theme Tweaker interface. [Apr 28, 2009]<\/li>\n<li>V1.61: Further improvements of the admin menu interface to make it XHTML transitional 1.0 valid (according to W2C). [Apr 19, 2009]<\/li>\n<li>V1.60: Major overhaul of the interface. New clean look with javascript tooltips. New options to clean up the database entries. [Apr 12, 2009]<\/li>\n<li>V1.50: Option to suppress the credit link \"Theme Tweaker by Unreal\". [Apr 5, 2009]<\/li>\n<li>V1.43: Documentation and interface improvements only. [Feb 15, 2009]<\/li>\n<li>V1.42: Another good bug fix -- <em>Theme Tweaker<\/em> can now deal with url(image) specifications in the style.css file. [Feb 12, 2009]<\/li>\n<li>V1.41: A major bug fix -- <em>Theme Tweaker<\/em> now handles multi-line CSS blocks properly. [Feb 11, 2009]<\/li>\n<li>V1.40: Child theme generation. [Jan 30, 2009]<\/li>\n<li>V1.30: New bulk action -- Randomize Colors. [Jan 7, 2009]<\/li>\n<li>V1.23: Added title attribute on color patches. [Jan 1, 2009]<\/li>\n<li>V1.22: Added Sepia option. [Dec 26, 2008]<\/li>\n<li>V1.21: Easier link in the Plugins page, better documentation. [Dec 17, 2008]<\/li>\n<li>V1.20: Optimized the generated CSS to minimize its size. Tested with WordPress 2.7. [Dec 13, 2008]<\/li>\n<li>V1.12: Fixed the conflict between WordPress theme preview and theme-tweaker. Eliminated the limitation of button\/background bitmaps being ignored. [Dec 8, 2008]<\/li>\n<li>V1.11: Fixed a stupid bug (forgot to remove test code, sorry).<\/li>\n<li>V1.10: Added the ability to save the tweaked color scheme to a stylesheet for uploading. Used WordPress stylesheets for better look and feel integration in the blog admin pages.<\/li>\n<li>V1.00: Initial release. [Dec 5, 2008]<\/li>\n<\/ul>\n\n<!--section=other_notes-->\n<h3>Limitations<\/h3>\n\n<ol>\n<li><em>Theme Tweaker<\/em> works only on the colors found in the theme stylesheet. If you have plugins that introduce their own color schemes, they are not tweaked.<\/li>\n<li>Images (especially background images and transparent GIFs) may not match your new color scheme (which is more of a design preference rather than a limitation the plugin).<\/li>\n<li><em>Theme Tweaker<\/em> handles only standard color specifications (#rgb, #rrggbb or the 16 colors W3C colors -- Aqua, Black, Blue, Fuchsia, Gray, Green, Lime, Maroon, Navy, Olive, Purple, Red, Silver, Teal, White, Yellow). It does not (yet) handle the rare RGB(r,g,b) or fancier color mnemonic specification in stylesheets.<\/li>\n<li><em>Theme Tweaker<\/em> may have trouble with some multi-line descriptions in style.css (rare).<\/li>\n<\/ol>\n\n<h3>Credit<\/h3>\n\n<ul>\n<li><em>Theme Tweaker<\/em> uses the excellent Javascript color picker by <a href=\"http:\/\/jscolor.com\" title=\"Javascript color picker\">JSColor<\/a>.<\/li>\n<\/ul>","raw_excerpt":"Theme Tweaker lets you modify the colors in your theme with no CSS\/PHP editing.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/47255","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=47255"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/manojtd"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=47255"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=47255"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=47255"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=47255"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=47255"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=47255"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}