• My new theme for WordPress is a Constructor.
    This is really constructor – you can change fonts, colors, background images etc (see screenshot on my blog (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 - 16 through 30 (of 159 total)
  • Also, how do I remove the auto-indent at the beginning of the paragraph, and change the font size of the bullet-list?

    Thread Starter antonshevchuk

    (@antonshevchuk)

    @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: https://yourattentioncoach.com/contact/

    Much Thanks.

    Dene

    Thread Starter antonshevchuk

    (@antonshevchuk)

    @dene:
    Fixed in next version.
    See Example: https://wordpress.dark.php5.nixsolutions.com/about-3

    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:

    https://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.

    Thread Starter antonshevchuk

    (@antonshevchuk)

    @dene
    Thank for your reports, this is bug is fixed:
    https://wordpress.dark.php5.nixsolutions.com/uncategorized/html.html

    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=”https://www.w3.org/1999/xhtml&#8221; <?php language_attributes(); ?>>
    to
    <html xmlns=”https://www.w3.org/1999/xhtml&#8221; 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

    Thread Starter antonshevchuk

    (@antonshevchuk)

    Version 0.4.0 now aviable.
    Admin features list see on wiki page:
    https://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

    Thread Starter antonshevchuk

    (@antonshevchuk)

    @bulbwired
    Please unpack theme as /themes/constructor/ not as /themes/constructor.0.4.0/constructor/

    Дважды качаю и дважды архив поврежден, это мой интернет хромой или у вас возможно архив кривой.

    Thread Starter antonshevchuk

    (@antonshevchuk)

    @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

Viewing 15 replies - 16 through 30 (of 159 total)
  • The topic ‘Theme Constructor’ is closed to new replies.