Title: Theme Constructor
Last modified: August 19, 2016

---

# Theme Constructor

 *  [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years, 3 months 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 - 46 through 60 (of 159 total)

[←](https://wordpress.org/support/topic/theme-constructor/page/3/?output_format=md)
[1](https://wordpress.org/support/topic/theme-constructor/?output_format=md) [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)
4 [5](https://wordpress.org/support/topic/theme-constructor/page/5/?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/5/?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/page/4/#post-1007480)
 * [@calmlondon](https://wordpress.org/support/users/calmlondon/)
    For change font
   size go to CSS tab and past follow code:
 *     ```
       #footer {
         /* for footer only */
         font-size: 1.2em;
       }
   
       #footer h3 { /* for headers in footer only */ }
       ```
   
 * If you want disable titles – you should be disable title for using widgets (if
   it possible) or go to CSS tab:
    `#footer h3 { display:none }`
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007481)
 * [@coopersmithpr](https://wordpress.org/support/users/coopersmithpr/)
    What Kind
   of Support Do You Need?
 *  [frothygirlz1031](https://wordpress.org/support/users/frothygirlz1031/)
 * (@frothygirlz1031)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007484)
 * Hi
 * I am using your theme, and I really like it. I am having some trouble with the
   footer, though. How do I remove the bulldozer graphic? I also have a google ad
   text showing up in the footer that I did not place there. Thanks
 * the website is [](http://www.frothygirlz.com/)
 *  [Franz Josef Kaiser](https://wordpress.org/support/users/f-j-kaiser/)
 * (@f-j-kaiser)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007485)
 * i thought about something like this for a long time and you did it. i didn´t 
   test it, but it´s a really nice idea and your options page (jQuery UI?) is impressive.
   there are tons of possibilities 🙂 you´ll never get finished on this one, but
   i hope you find many contributors that will help you get out of hell 😉
 * wish you best and don´t stop the coding-rock 😉
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007486)
 * [@frothygirlz1031](https://wordpress.org/support/users/frothygirlz1031/):
    For
   remove image – go to Images Tab – and remove image from “Footer Image” text field.
   Please post URL to your site…
 * [@f](https://wordpress.org/support/users/f/) J Kaiser:
    Thx 🙂
 *  [frothygirlz1031](https://wordpress.org/support/users/frothygirlz1031/)
 * (@frothygirlz1031)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007488)
 * Hello
 * I was able to remove the image of the bulldozer, but still see the google ad 
   on the bottom left. The website is [http://www.frothygirlz.com/](http://www.frothygirlz.com/)
 * One more thing, is there a way to make my image of the bubbles that repeat on
   the background on the right do the same thing on the left? In the custom choices
   I was only able to pick one repeating position.
 * Thanks so much.
 *  Thread Starter [antonshevchuk](https://wordpress.org/support/users/antonshevchuk/)
 * (@antonshevchuk)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007489)
 * [@frothygirlz1031](https://wordpress.org/support/users/frothygirlz1031/):
    I 
   think you insert textwidget with ads to footer.
 * For repeat bubbles – create new image like:
 *     ```
       ____________________
       | oOoO          oOoO | <-- it's bubbles
       | OoOo          OoOo |
       |____________________|
       ```
   
 * Choose “Top Center” position and select repeat vertical
 *  [mwaa](https://wordpress.org/support/users/mwaa/)
 * (@mwaa)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007490)
 * Hi Anton,
    Great concept here but I’ve got a problem. I’m running latest version
   Constructor on WP 2.7.1 with PHP5 on localhost (Debian Squeeze). I can save configuration
   changes **except** images which generate the following error. I’m not a php coder
   but there seems to be a problem transferring the file. I have set the images 
   directory to writeable by the world and the admin privileges to upload anything.
   Any idea?
 * > Warning: move_uploaded_file(/usr/share/wordpress/wp-content/themes/constructor/
   > images/baseball1582x682.jpg) [function.move-uploaded-file]: failed to open 
   > stream: Permission denied in /usr/share/wordpress/wp-content/themes/constructor/
   > admin/settings.php on line 69
   > Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move‘/
   > tmp/phpwAmP5u’ to ‘/usr/share/wordpress/wp-content/themes/constructor/images/
   > baseball1582x682.jpg’ in /usr/share/wordpress/wp-content/themes/constructor/
   > admin/settings.php on line 69
   > Warning: Cannot modify header information – headers already sent by (output
   > started at /usr/share/wordpress/wp-content/themes/constructor/admin/settings.
   > php:69) in /usr/share/wordpress/wp-includes/pluggable.php on line 850
 *  [mwaa](https://wordpress.org/support/users/mwaa/)
 * (@mwaa)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007491)
 * Hi again,
    Forget above post, I did clean reload of WP and the situation is fixed.
   I’m liking it, thanks again! Mike
 *  [creativeliza](https://wordpress.org/support/users/creativeliza/)
 * (@creativeliza)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007492)
 * I like the theme very much but need to localize it into Spanish and French. Can
   you explain how I can do that?
 *  [paul_sim](https://wordpress.org/support/users/paul_sim/)
 * (@paul_sim)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007493)
 * Hi anton,
 * Are you available for consultation?
 * I would be willing to pay for you to teach me how to make a theme which has many
   customizable options and functions within the wordpress dashboard.
 * Thanks
 * Paul
 *  [calmlondon](https://wordpress.org/support/users/calmlondon/)
 * (@calmlondon)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007495)
 * hi Anton,
 * Thank you for the above. Is there an option to take the border off the inserted
   images? Please have a look at [http://www.calmlondon.co.uk](http://www.calmlondon.co.uk)
 * Also, I used to have a background image, that looked great while there was nothing
   on the site, but inserting an image has pushed it downwards, so i had to remove
   it, not knowing how to fix it! I can’t seem to understand how to make it repeat,
   vertically, so that all of the background is still covered?
 * Many thanks,
    Alina.
 *  [coopersmithpr](https://wordpress.org/support/users/coopersmithpr/)
 * (@coopersmithpr)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007496)
 * I’d like to increase the spacing between paragraphs. How do I do that?
 *  [Franz Josef Kaiser](https://wordpress.org/support/users/f-j-kaiser/)
 * (@f-j-kaiser)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007497)
 * [@coopersmithpr](https://wordpress.org/support/users/coopersmithpr/):
    add to
   your style.css p {margin-bottom: XYpx;} where XY = spacing beneath paragraph
 * [@calmlondon](https://wordpress.org/support/users/calmlondon/):
    add to your 
   style.css body {background: #fff url(images/WHATEVER.END) repeat-y;}
 *  [Franz Josef Kaiser](https://wordpress.org/support/users/f-j-kaiser/)
 * (@f-j-kaiser)
 * [17 years ago](https://wordpress.org/support/topic/theme-constructor/page/4/#post-1007498)
 * [@creativeliza](https://wordpress.org/support/users/creativeliza/):
    if you can
   localise it, you need to search for your .po and .mo-files and open/edit them
   with a .po/.mo-editor.

Viewing 15 replies - 46 through 60 (of 159 total)

[←](https://wordpress.org/support/topic/theme-constructor/page/3/?output_format=md)
[1](https://wordpress.org/support/topic/theme-constructor/?output_format=md) [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)
4 [5](https://wordpress.org/support/topic/theme-constructor/page/5/?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/5/?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, 3 months 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
