“Skuteczni” Really, what’s in a name?

If you're new here, you may want to subscribe to our RSS feed. Thanks for visiting!

skuteczniAnnouncing the release of a new WordPress Theme titled Skuteczni, based on Skuteczni.pl.

The theme has a corporate feel to it and can be easily customized. This design was earlier ported by another designer, but in my opinion failed to justify the efforts of original design! Feel free to give it a try, I am sure you’ll like it!

Enjoy!

Leave a Comments | Trackback | RSS 2.0

  1. 1. migu | October 19, 2006 #

    Hello Guys,

    First of all, thanks a lot for this great template. I use it on my new blog/photo page.

    But now i have a question about a modification for my page.

    On every Page under the grey box, there’s a huge sapce which I try to get smaller. Ergo, the title of the page displays direct under the grey box.

    Now, where i can find the code to change those margins? I tried in “div.block” which is called direct before the title of the page. But I don’t found the right code to change.

    Thanks a lot if you might send me the way i have to change this.

    greeting from switzerland
    migu

  1. 2. hso | October 19, 2006 #

    @ Migu

    Not sure if I understand exactly what you want to do, but if you want to adjust the padding and such use to the style.css file.

    This might be the line you are looking for:

    #logo { height: 50px; width: 350px; float: left; padding-top: 5px; padding-bottom: 25px;}

    Adjust the bottom padding to say 5px and it might work, if that is what you want!

  1. 3. migu | October 19, 2006 #

    Ok, I tried with my best english ;-)
    I have already set this margin at 5px. And i still like to get a smaller space.

    If you go to my blog -> über migu, there’s the grey box and the “über migu” text. I like now to reduce the white space between those two elements…

    I hope it’s more clear now. But anyway, thanks for the help already.

  1. 4. hso | October 19, 2006 #

    @ Migu

    Adjust these two lines:

    #top h1 { color: #fff; padding-left: 25px; padding-top: 65px; line-height: 110%;}

    h2 { font-size: 16px; margin-bottom: 5px; color: #000; padding-top: 25px;}

    h2 is the format used for your title “über migu”

  1. 5. Missleili | November 10, 2006 #

    Hi from France !
    Thx a lot for you theme, I also love the one on this site, really great.

    I would like to change one thing on your theme : when I click on a category, I just get an ordonated list of this categoy, and I want that the posts of this category appears instead. I really don’t know how to change it.

    Hope it’s clear… Thx for the help.

  1. 6. hso | November 11, 2006 #

    @ Missleili

    To modify your archive page; copy, paste and rename your index file as archives, add a tag to make this page a template. Then add ensure your loop calls for excerpts and you should be good to go.

    If you want to learn how to make a page, follow the instruction (check link below).

    http://www.headsetoptions.org/2006/09/10/how-to-create-a-new-page-in-wordpress/

  1. 7. Missleili | November 11, 2006 #

    Thank you for your answer, it’s done, I’m really happy of this.
    Best regards.
    MissLeili

  1. 8. Maria | November 17, 2006 #

    Hello! I this is a lovely theme, but I have a problem with categories. When I click on the category name, I expect to see posts of this category.
    Instead, I get to the Archives page.

    I read Missleili’s comments and your answeres above, and followed the instructions (tried different variants). As a result I got a modified “Archives” page each time, but didn’t solve my problem.

    I went to Missleili’s site and see, that she somehow figured it out, but I have no luck!

    Please, help! What exact files and how exactly do I need to modify to make “Categories” work as usual?

    Thank you :)

  1. 9. hso | November 18, 2006 #

    @ Maria

    Delete/rename the Archives.php (make a copy for backup) file and it will no longer take you to the archives list, instead it will show you the posts from that category.

  1. 10. Maria | November 18, 2006 #

    Thank you!
    It worked! (I would have guessed myself, if I knew WP a little bit better). But I am learning :)

  1. 11. Heather Cummings Jensen | November 19, 2006 #

    I’ve enjoyed learning WP customizing this theme but I have two remaining questions:

    1) In the sidebar/bottom text there is an About section. I have more text than fits in the space allowed and I would like it to link to the About Page but I haven’t figured out how to do that. Would you be able to help?

    2) How do I increase the space between the paragraphs of the text?

  1. 12. hso | November 19, 2006 #

    @ Heather

    1) Simplest way to add a link is as below, add this between < and > in your sidebar next to ..excerpt();? >

    a href=”http://nocompromising.com/about/” >more

    2) Make the line height 1.5, add this code in the body part of stylesheet:

    line-height:1.5;

  1. 13. Taka | November 25, 2006 #

    Hello Guys~

    Really Nice Template, i love it.

    So here my question:

    In the Index.php, Page.php and Single.php are Codes to switch to the next or previous post. How can i change it that this only appears if there really is a next post or a previous post??? I tried that much but couldn’t solve the problem, would be pleased if you can help me ._.

  1. 14. hso | November 25, 2006 #

    @ Taka

    It should only work when there are other posts. Can you send me your URL for me to check!

  1. 15. Taka | November 26, 2006 #

    Thx for the fast reply~

    Sry my friends server is off at the moment so i can’t show you but i looked over it again. the “previous post” is ok - but the “next post” link is there even if there are no next posts… ._.~

    i tried to fix it with this code from another template:

    but it didn’t work out X_x”

    with your code the “previous post” link works right - but the “next post” link doesn’t work how it should do

    hope you can help me, i’ll show you the page when it’s online again ^^

  1. 16. autogear | December 8, 2006 #

    hi.. how do i add a post Date?

    Thanks

  1. 17. hso | December 9, 2006 #

    @ Autogear

    Place this code

    ?php the_time(’F jS, Y’) ?

    between a < and > somewhere in the WP loop

    or refer to

    http://codex.wordpress.org/Template_Tags/the_date

  1. 18. Alicia | February 16, 2007 #

    Hi from Spain. My english is terrible, but i’ll do my best.

    I think skuteczni is a lovely theme… It’s nice, clear and elegant. I had the same problem as Maria. But I deleted that file and it works.

    Thanks a lot.

  1. 19. m | March 1, 2007 #

    hello. i just wanted to say thank you for a great and easy theme to work with (i’m not a computer person).

    i originally had another that was harder to work with, but for my particular site, your feel fit me the best. i love the calmness of it and i love the simplicity.

    i’ve decided to stick with your theme and wanted to let you know that i will be donating after i finish this comment,

    if you like to see what i’ve done with it (or if you have any suggestions as to how i can make it ‘better’) check it out on http://www.mylifewithdepression.com

    thanks!

  1. 20. hso | March 1, 2007 #

    @ M

    Thanks, appreciate it!

  1. 21. Ben Parsons | March 24, 2007 #

    Thank you so much for this theme. I had to remove the archive.php page, but once I did, this theme fits my project so perfectly…

    Thanks again,
    Ben.

  1. 22. Linda | June 7, 2007 #

    Hello,

    Thanks for the wonderful looking theme! I’, trying to customise it (I haven’t done anything in CSS before).
    Can you help me with displaying the recent comments in the sidebar?

    Thanks!

  1. 23. headsetop | June 7, 2007 #

    @ Linda

    I use a plugin, here the link.

  1. 24. Linda | June 7, 2007 #

    Thanks for yout quick answer! I fugered out how to ad it.. and it works :)

    Sorry, I have an other question..
    I would like to display my sub page, when i view a page. I don’t want to see the sub page mentioned in the home page header.
    Can you help me with that one?

  1. 25. hso | June 8, 2007 #

    @ Linda

    Let me see if I got this right, you want your sub-pages listed someplace when you on a page, but not in the main menu area, correct?

    If so, where do want the sub-pages listed? In the sidebar? Let me know.

  1. 26. Linda | June 8, 2007 #

    Yes, that’s correct :)

    Maybe in the sidebar, but it would be more efficient if they were displayed in the page entry.

  1. 27. hso | June 10, 2007 #

    @ Linda

    Check this link.

    or try downloading it from the repository in the WordPress page below the themes thumbnails. I just added it!

     

    Just copy and paste it where you want to show the sub-page list.

  1. 28. koko | November 12, 2007 #

    Thank you for the great theme, and please allow me to ask you one question regarding css.

    Whenever I hit return, I want to have one line of space between the paragraphs, but the default css does not allow me to insert that space. Can you please let me know which code I should re-write? Thank you very much for your help!

  1. 29. hso | November 12, 2007 #

    @ koko

    I am not sure if the issue is with the CSS, it’s probably the editor you are using. The only line of code that dictates the paragraph behavior in the stylesheet is the one below, and if you like, try increasing the margin-bottom from 5px to say 10px or more to see if it makes any difference.

    p {margin: 0; margin-bottom: 5px; }

  1. 30. abogados valencia | March 11, 2008 #

    I would like to see any other modification of this theme… I love it, but I need some design inspiration (now I’m stuck in the middle of nowhere)

    I’ve seen MIGU light modification (nice work!), any other?

    I’m thinking in using it as a template for an html-css webpage (not wordpress).

    Thanks guys, and congratulations for the designer!!

Have Your Say »

(Required- use your name, not keywords)

(Required- will not be published)

(Optional)

Use SimpleCode while pasting codes.