Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Options

Feedback

2

Answers

  • Options
    peregrineperegrine MVP
    edited May 2012 Answer ✓

    an example.

    background: url(../../design/images/bkg-blue.png)

    then doublecheck all of your css files for references to your site to make sure you changed them all.

    the theme also would be faster if you lose the
    @import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
    in custom.css.

    delete all the references to Lato

    and add the line to the body
    font-family:Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;

    you also have two body statements for some reason.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    Thanks, I will fix them as soon as posible ;)

  • Options
    peregrineperegrine MVP
    Answer ✓
    If you want the activities page to change colors for the comment link
    you need to change this to your 5 color css files.
    
    .MessageList .Meta a {
    
    to this
    .Activities .Meta a ,.MessageList .Meta a {
    

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    422 said:
    I would strongly recommend NOT doing absolute URL's for your png images.

    Its really a bad move. For masses of reasons.

    Better is to add a 1px x 1px transparent png, into the theme template and use absolute url for that.

    If you change your theme, or your server is down.. lots of peoples themes will eff up.
    Plus the amount of bandwidth and pings to your server will be ridiculous.

    Oh, I thought that the png files had some kind of tracking system XD haha, not that they were directly linked to my site, I will change them for sure.

  • Options

    peregrine said:
    an example.

    background: url(../../design/images/bkg-blue.png)

    then doublecheck all of your css files for references to your site to make sure you changed them all.

    the theme also would be faster if you lose the
    @import url(http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic);
    in custom.css.

    delete all the references to Lato

    and add the line to the body
    font-family:Arial,Tahoma,Calibri,Verdana,Geneva,sans-serif;

    you also have two body statements for some reason.

    Thak you very much for the help :)

  • Options
    SevMCSevMC
    edited May 2012

    Everythig above is fixed in the new version: 1.0.6 :D

    PS: All the comments with the "Accepted" Icon are the ones that had been taken for the theme's latest version (now 1.0.6).

  • Options

    SevMC said:
    Everythig above is fixed in the new version: 1.0.6 :D

    PS: All the comments with the "Accepted" Icon are the ones that had been taken for the theme's latest version (now 1.0.6).

    :)

    http://vanillaforums.org/discussion/comment/161765/#Comment_161765

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options
    peregrineperegrine MVP
    edited May 2012 Answer ✓

    I still think you need a change log for version changes. A user may not want to keep on re-installing each version - minute by minute for a padding change or a border color change. But they may want to if there is a serious bug. But it will certainly keep the theme at the top of the addons page and get more downloads :).

    At some point, you will drive the users crazy with the minute by minute update. You might consider block changes on a less frequent interval unless you truly see the need. Just my thoughts.

    I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.

  • Options

    I made the latest versions because of the credits, first I just copied the credits that I had in my homepage that were related with the theme, but I noticed that some links were wrong, and some other credits were unecessary, so I thought it could be important because if one credit was wrong I could have problems with the author.

    I don't think I will have any more critical updates because the theme is very simple, so I will upload a new version only if there is an important image change (like the background), or until a user reports something wrong with it.

    So the users can be calm if another version comes out, because probably the changes will be just cosmetic (at least that I specifie that is something important).

    Thanks for the suggestions @peregrine, I will make a changelog for the next versions :)

  • Options

    Credits, wrong position: http://i.imgur.com/AUEf6.png

  • Options

    nice theme =)

  • Options

    Laur said:
    Credits, wrong position: http://i.imgur.com/AUEf6.png

    I will fix it in the next version, thanks :)

  • Options

    freeeeemind said:
    nice theme =)

    Thanks :)

  • Options

    please let me know if you have the best version for this template i wanna use it :)

  • Options
    SevMCSevMC
    edited June 2012

    The best version is the latest one, a very good derivate of the template is this one http://www.makeitsound.org (my site). I will always release the best version as soon as I have it, don't worry there will never be such as a "premium" version ;).

  • Options

    I made a description and demo for chinese here:http://vanillacn.com,and stone added some more interesting pictures.Great theme!

  • Options

    ClarkChang said:
    I made a description and demo for chinese here:http://vanillacn.com,and stone added some more interesting pictures.Great theme!

    Thank you very much! :D

  • Options

    the head menu doesn't show in opera browser even the latest 12 version. anyway way to show them

  • Options

    john_hrangkhol said:
    the head menu doesn't show in opera browser even the latest 12 version. anyway way to show them

    Screenshot? How about other browsers? Looked in FireFox / FireBug? New topic maybe, I'll split this topic when appropriate.

    There was an error rendering this rich post.

  • Options

    Awesome! It's a nice theme,THX!

Sign In or Register to comment.