• 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 - 46 through 60 (of 159 total)
  • Thread Starter antonshevchuk

    (@antonshevchuk)

    @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

    (@antonshevchuk)

    @coopersmithpr
    What Kind of Support Do You Need?

    frothygirlz1031

    (@frothygirlz1031)

    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

    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

    (@antonshevchuk)

    @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 🙂

    frothygirlz1031

    (@frothygirlz1031)

    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/

    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

    (@antonshevchuk)

    @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

    (@mwaa)

    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

    (@mwaa)

    Hi again,
    Forget above post, I did clean reload of WP and the situation is fixed. I’m liking it, thanks again!
    Mike

    creativeliza

    (@creativeliza)

    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

    (@paul_sim)

    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

    (@calmlondon)

    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

    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

    (@coopersmithpr)

    I’d like to increase the spacing between paragraphs. How do I do that?

    @coopersmithpr:
    add to your style.css
    p {margin-bottom: XYpx;}
    where XY = spacing beneath paragraph

    @calmlondon:
    add to your style.css
    body {background: #fff url(images/WHATEVER.END) repeat-y;}

    @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)

The topic ‘Theme Constructor’ is closed to new replies.