Also, how do I remove the auto-indent at the beginning of the paragraph, and change the font size of the bullet-list?
@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;
}
I have some pages where the body of the page doesn’t take up enough vertical space to cause the sidebar to draw properly.
Is there a way to control the min height of either the side bar or page body?
See example: http://yourattentioncoach.com/contact/
Much Thanks.
Dene
Thanks – I look forward to the new release.
How about this one:
We updated the font size of the unordered list as you specified to @mgd7314 above when you noted:
/* font size of unorder list */
.hentry .entry ul {
font-size:1.2em !important;
But, we have some second level bullets in the unordered list. Right now, those items are assigned a larger font size than the first level bullet. We want them to have the same font size.
Please see the example on page:
http://yourattentioncoach.com/about/
It’s the text:
* ADDCA, Attention Deficit Disorder Coaching Academy
o ACG, Coaching and ADHD, 2003 — 2004
* Georgia Institute of Technology
o Graduate Studies in Architecture, 1981 — 1982
The font’s are all the same size here but it’s the ‘ACG, Coaching and ADHD’ item that is too large.
Thanks for your help! I was able to change the first-letter color and the indent, but have been unsuccessful in my attempts to change the list size. Sorry for the trouble – I’m new to HTML/CSS. What exactly do I need to do?
I can’t use any theme that I find on the net. I get errors like this..
Can anyone help me plz, ty!!
Hello, Holly.
You’re using an outdated version of WordPress.
If you don’t wish to update your WordPress installation, you can change
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>>
to
<html xmlns=”http://www.w3.org/1999/xhtml” lang=”en-US”>
in header.php file
> I uploaded and tried to use VectorLeaves and LadyWorld and they both crashed my blog site.
> Fatal error: Call to undefined function: language_attributes() in
> /home/severely/public_html/wordpress/wp-content/themes/ladyworld/header.php on line 2
—
С уважением,
Admin
Version 0.4.0 now aviable.
Admin features list see on wiki page:
http://code.google.com/p/wp-constructor/wiki/ConstructorFeature
Anton –
Thanks. I can’t wait to give it a try.
I cannot get anything to work – can’t change images, in customize I can’t get the layout to change I can’t get images to show up – It just seems nothing works
@bulbwired
Please unpack theme as /themes/constructor/ not as /themes/constructor.0.4.0/constructor/
Дважды качаю и дважды архив поврежден, это мой интернет хромой или у вас возможно архив кривой.
@bazich:
Попробуйте в 3-ий раз, архив рабочий, даже превью работает…
Hi Anton,
Just downloaded your theme. Looks great so far.
I had a php error though:
Parse error: syntax error, unexpected $end in C:\clients\webs\brn\wp-content\themes\constructor\admin\settings.php on line 198
when selecting your theme from inside my WordPress install.
I had a look at the file ‘settings.php’ and found this in the last lines (195-198):
</div>
<?
}
?>
I changed it to:
` </div>
<?php
}
?>’
and it all worked.
Thanks for a great theme.
Pierrick