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.

Creating custom theme .. options gets screwed up.

422422 MVP
edited December 2011 in Vanilla 2.0 - 2.8

Any ideas why ?

options issue

There was an error rendering this rich post.

Best Answer

Answers

  • sahotataransahotataran ✭✭✭
    Answer ✓

    CSS issue most probably

    There was an error rendering this rich post.

  • Lol thats a given. But where.

    Default , style.css being used no edits. So there must be some path related issue.

    There was an error rendering this rich post.

  • Example i create new theme and put in blank.css file.
    Engage that theme in dashboard, generic style.css runs everything, because no overrides given.

    Yet options gets screwed up. When looking at css via firebug , by default or new theme nothing seems different, but must be something.

    There was an error rendering this rich post.

  • Option two, create new theme and employ exact copy of style.css ithin that theme, engage that theme and again options screwed, so must be image file path issue.. But buggered if i can pinpoint the culprit

    There was an error rendering this rich post.

  • option three, could it be that options is borrowing style from admin dashboard css somehow?
    The code block for menu options is:

    .MenuTitle {
    -moz-user-select: none;
    background: url("images/buttons.png") no-repeat scroll right -96px transparent;
    border: 1px solid #BBBBBB;
    border-radius: 2px 2px 2px 2px;
    color: #000000;
    padding: 4px 18px 4px 4px;
    }

    Even if I manually add this to custom style, all paths are correct all images are correct, still zilch... if I check src code, that code block if removed from dcustom style css, is picked up via default style.css yet isnt employed in custom style.. as an override.

    Weird

    There was an error rendering this rich post.

  • I am wondering if because it uses toggle, then there is a path within js somewhere that doesnt inherit correct path when new theme is designed

    There was an error rendering this rich post.

  • 422422 MVP
    edited December 2011

    Hmm is thinking its flyout.css

    Just checking global.js

    There was an error rendering this rich post.

  • 422422 MVP
    edited December 2011

    Solved. Issue was incorrect copy of discussions folder. Argghh how annoying lol.

    Accepted @sahotataran answer to solve this thread, albeit was my own incompetence. Thankyou for replying mate

    There was an error rendering this rich post.

Sign In or Register to comment.