5. Add support of PHP4 in version 0.2
Cool! too much white though I can change that. 😀
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):
- slideshow with post content (like in some “premium” themes)
- localization for Ukrainian
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
Auminer, please check new version of Constructor, maybe fix (i can’t reproduce this is bug).
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
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"/>
How do you get rid of the gray borders? Changing it in the CSS doesn’t seem to work! Thanks!
i figured the above post out… now another question:
How do I turn off the opacity setting completely?
thanks!
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
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
@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:
in new version I will add options for body background image (see screenshot http://wp-constructor.googlecode.com/svn/wiki/screenshot/images.png)
I’d like to remove the automatic color highlighting of the first letter in each paragraph. How do I do that?