Title: Theme Constructor
Last modified: August 19, 2016

---

# Theme Constructor

 *  [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/)
 * My new theme for WordPress is a [Constructor](http://wordpress.org/extend/themes/constructor).
   
   This is really constructor – you can change fonts, colors, background images 
   etc (see screenshot on [my blog](http://anton.shevchuk.name/wordpress/theme-constructor-for-wordpress/)(
   russian)).
 * TODO List:
    1. change footer text (ver. 0.2)
    2. export settings (ver. 0.2)
    3. localization for Ukrainian
    4. slideshow with post content (like in some “premium” themes)
 * If you want any other feature – reply to this topic…
 * P.S. Sorry for my english

Viewing 15 replies - 1 through 15 (of 159 total)

1 [2](https://wordpress.org/support/topic/theme-constructor/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/theme-constructor/page/3/?output_format=md)…
[9](https://wordpress.org/support/topic/theme-constructor/page/9/?output_format=md)
[10](https://wordpress.org/support/topic/theme-constructor/page/10/?output_format=md)
[11](https://wordpress.org/support/topic/theme-constructor/page/11/?output_format=md)
[→](https://wordpress.org/support/topic/theme-constructor/page/2/?output_format=md)

 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/#post-1007310)
 * 5. Add support of PHP4 in version 0.2
 *  [anime.fan](https://wordpress.org/support/users/animefan-1/)
 * (@animefan-1)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/#post-1007311)
 * Cool! too much white though I can change that. 😀
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007400)
 * Polish translation:
    [http://chomikuj.pl/mummle/Dokumenty/pl_PL.zip](http://chomikuj.pl/mummle/Dokumenty/pl_PL.zip)
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007416)
 * Version 0.2.2 now aviable
 * Changelog:
    - change footer text
    - export settings (only as PHP file)
    - support of PHP4 (not tested)
    - new “example” theme with PSD source
 * TODO List for next version (0.3):
    1. slideshow with post content (like in some “premium” themes)
    2. localization for Ukrainian
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007417)
 * 3. Cache for css.php
 *  [auminer](https://wordpress.org/support/users/auminer/)
 * (@auminer)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007420)
 * Warning!: Directory “/wp-content/themes/constructor/images/” is not writable.
 * I’ve even chmod to 777 and same message, can you help? I see others are also 
   searching this.
 * Thanks,
    Dave
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007423)
 * Auminer, please check new version of Constructor, maybe fix (i can’t reproduce
   this is bug).
 *  [echohou](https://wordpress.org/support/users/echohou/)
 * (@echohou)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007424)
 * I chose to show all images of layout.
    But it always shows “noimage” pic.
 * I’ve no idea there is anything wrong.
    How to make it works?
 * Thanks,
    Echo
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007425)
 * Theme Constructor use a first image from post. Image should be local, e.g.:
 * `<img src="http://your.domain.com/wp-content/uploads/2009/03/example.jpg"/>`
 *  [jsros86](https://wordpress.org/support/users/jsros86/)
 * (@jsros86)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007435)
 * How do you get rid of the gray borders? Changing it in the CSS doesn’t seem to
   work! Thanks!
 *  [jsros86](https://wordpress.org/support/users/jsros86/)
 * (@jsros86)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007436)
 * i figured the above post out… now another question:
 * How do I turn off the opacity setting completely?
 * thanks!
 *  [deneshepherd](https://wordpress.org/support/users/deneshepherd/)
 * (@deneshepherd)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007437)
 * This probably isn’t theme specific, but I’d like to limit the width of the background
   gradient so that it has a margin on the left / right instead of stretching ALL
   the way across the screen.
 * My site is [http://www.yourattentioncoach.com](http://www.yourattentioncoach.com)
 * i think I see it in this section of the css.php but I’m not sure hich values 
   to adjust:
 * /* Background images */
 * if (isset($constructor[‘images’][‘body’][‘src’]) && !empty($constructor[‘images’][‘
   body’][‘src’])) {
    $body_bg = “background-image: url({$constructor[‘images’][‘
   body’][‘src’]});\n” .”background-repeat: repeat-0;\n” .”background-position: 
   center top;\n”;
 * If you’d point me in the right direction, i’d appreciat it.
 * Thanks.
 * Dene
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007438)
 * @jscros86:
    in next I will add two optional for opacity (none;color;dark opacity;
   light opacity) but now you can redeclare opacity style in CSS tab, like:
 *     ```
       .opacity {
           background:none !important
       }
       ```
   
 * [@deneshepherd](https://wordpress.org/support/users/deneshepherd/):
    in new version
   I will add options for body background image (see screenshot [http://wp-constructor.googlecode.com/svn/wiki/screenshot/images.png](http://wp-constructor.googlecode.com/svn/wiki/screenshot/images.png))
 *  [deneshepherd](https://wordpress.org/support/users/deneshepherd/)
 * (@deneshepherd)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007439)
 * thanks
 *  [mgd7314](https://wordpress.org/support/users/mgd7314/)
 * (@mgd7314)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/#post-1007440)
 * I’d like to remove the automatic color highlighting of the first letter in each
   paragraph. How do I do that?

Viewing 15 replies - 1 through 15 (of 159 total)

1 [2](https://wordpress.org/support/topic/theme-constructor/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/theme-constructor/page/3/?output_format=md)…
[9](https://wordpress.org/support/topic/theme-constructor/page/9/?output_format=md)
[10](https://wordpress.org/support/topic/theme-constructor/page/10/?output_format=md)
[11](https://wordpress.org/support/topic/theme-constructor/page/11/?output_format=md)
[→](https://wordpress.org/support/topic/theme-constructor/page/2/?output_format=md)

The topic ‘Theme Constructor’ is closed to new replies.

 * 159 replies
 * 71 participants
 * Last reply from: [graff4](https://wordpress.org/support/users/graff4/)
 * Last activity: [16 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/page/11/#post-1007664)
 * Status: not a support question

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
