Support » Your WordPress » IdeaButter.com needs your feedback!

  • Blog Name: IdeaButter

    URL: http://www.ideabutter.com

    Established on: 01/08/2009

    Intro: IdeaButter.com is a web based blog launched on 01/08/2009. IdeaButter souces and presents our readers the most intellegent and brightest ideas in Art, Design, Fashion, Lifestyle and Technology.

    I have spent past month everyday after work to work on this website, the site is built by heart, I really hope everyone can provide with me some feedback so I can continue to improve the site.

    Thanks for your support!

Viewing 10 replies - 1 through 10 (of 10 total)
  • Great site. Here are some suggestions:

    1. Center your sidebar images, like using

    <center> image codes </center>

    Left alignment of images doesn’t suite your sidebar styling much, especially with the elements above and below the images.

    2. Your read-more button is too big I think. Its position is also not too harmonious. A smaller button with better positioning will be great.

    Cheers 😀

    ideabutter,

    I agree with isaacyassar, the sidebar images are not aligned and the read more link is affecting your leading.

    Thread Starter ideabutter

    (@ideabutter)

    Hi isaacyassar,

    1. Thank you so much for you comment, to centre the sidebar is always something I wanted to do but don’t know how. I use Random-Thumbnail plugin and have copied the code which is from Random-Thumbnail.php. Please let me know where I should add <center> image codes </center>?

    2. I use the default read more button. Do I need to change my theme in order to change the button look? Pls point me a direction!

    Thanks a lot!

    Thread Starter ideabutter

    (@ideabutter)

    Hi doc4,

    Thank you for your advise too, I will take your comment!

    Cheers

    Thread Starter ideabutter

    (@ideabutter)

    The thumbnail on right handside has been centered, thanks guys!

    I do not suggest you use the <center> tag as it is now depreciated and your page will not validate.

    for correct markup use css to center the images.

    Either do

    <img style="margin-left:auto; margin-right:auto;" src="...>
    (or the equivilent in an external css file:

    #sidebar img{margin-left:auto; margin-right:auto;}

    or style the parent div accordingly:

    #sidebar {text-align: center;} //this will also center the text which is probably undesired.

    Thread Starter ideabutter

    (@ideabutter)

    miocene22, thanks for your suggestion! I will give it a goal!

    ideabutter: I know this isn’t the place for this but to save yourself some trouble soon I highly suggest you stop soliciting your site in all of your responses. Giving feedback on others sites is one thing. It seems more like your advertising everywhere you go. Not only is it against the rules but it is annoying.

    everyone hates spam, myself included

    this has been taken care of

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘IdeaButter.com needs your feedback!’ is closed to new replies.