antonshevchuk
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Theme Constructor@frothygirlz1031:
For remove image – go to Images Tab – and remove image from “Footer Image” text field. Please post URL to your site…@f J Kaiser:
Thx ??Forum: Themes and Templates
In reply to: Theme Constructor@coopersmithpr
What Kind of Support Do You Need?Forum: Themes and Templates
In reply to: Theme Constructor@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 }
Forum: Themes and Templates
In reply to: Theme Constructor@MountainStream:
Please post URL to your blog.
You can’t disable blog title and description, maybe in next versions I do this option.@calmlondon:
Please use CSS tab:/* 1. */ #posts .title { border:0 !important; } /* 2. */ #wrapper { border:0 !important; } /* 3. */ #body { /* for all page */ font-size: 1.2em; } #posts { /* for posts only */ } .sidebar { /* for sidebars */ }
@shanonw76:
I fix IE6 issue in 0.4.1 version. For change image position – use tab Images – and click on needed position.Sorry for my English…
Forum: Themes and Templates
In reply to: Theme Constructor@unsaltednut:
1. Go to CSS tab and paste follow code:.hentry .title a, .hentry .title span { border:0 !important; }
2. Use follow code (CSS tab):
#container { border:0 !important; }
@dene:
Thanks. List of all issues and enhancement now aviable on Code-Google page: https://code.google.com/p/wp-constructor/issues/listForum: Plugins
In reply to: wpmu compatible?Open file admin/settings.php and go to line#142
$modules = array( 'themes', 'layout', 'sidebar', 'header', 'content', 'footer', 'colors', 'fonts', 'css', // it's CSS editor 'images', 'slideshow', 'export', );
Forum: Themes and Templates
In reply to: Theme Constructor@pierrick
Thanks for you report…@dfitzwater
Please post a URL with example…Forum: Plugins
In reply to: wpmu compatible?No, I’m not testing theme under wpmu.
CSS editor is unsafe, but without rights you can’t edit any CSS filesForum: Themes and Templates
In reply to: Theme Constructor@bazich:
Попробуйте в 3-ий раз, архив рабочий, даже превью работает…Forum: Themes and Templates
In reply to: Theme Constructor@bulbwired
Please unpack theme as/themes/constructor/
not as/themes/constructor.0.4.0/constructor/
Forum: Themes and Templates
In reply to: Theme ConstructorVersion 0.4.0 now aviable.
Admin features list see on wiki page:
https://code.google.com/p/wp-constructor/wiki/ConstructorFeatureForum: Themes and Templates
In reply to: Theme Constructor@dene
Thank for your reports, this is bug is fixed:
https://wordpress.dark.php5.nixsolutions.com/uncategorized/html.htmlForum: Themes and Templates
In reply to: Theme Constructor@dene:
Fixed in next version.
See Example: https://wordpress.dark.php5.nixsolutions.com/about-3Forum: Themes and Templates
In reply to: Theme Constructor@mgd7314
You can change any style property in CSS tab:/* it's first letter */ .hentry .entry p:first-letter { color:black !important; } /* text indent of all paragraph */ .hentry .entry p{ text-indent:0px !important; } /* font size of unorder list */ .hentry .entry ul { font-size:1.2em !important; }
Forum: Themes and Templates
In reply to: Theme Constructor@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 https://wp-constructor.googlecode.com/svn/wiki/screenshot/images.png)