The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums

    Image Background Post Problem in Ported IPB theme

    avatar
    Najerj
    Forumember


    Posts : 25
    Reputation : 2
    Language : English

    Image Background Post Problem in Ported IPB theme Empty Image Background Post Problem in Ported IPB theme

    Post by Najerj Mon 10 Aug - 8:25

    Gradient/Image Post for staffs don't work on a customized theme. I have a punbb version of forum and I used the code below:

    <span class="a">Administrator</span>

    Javascript:
    Code:
    $(function() {
    $('.a').closest('.post').addClass('b');
    });

    Css:
    Code:
    .post.online.b {
    background: url("http://i.imgur.com/0AwFcJj.png") repeat-y scroll left top, url("IMAGE_URL") no-repeat scroll right top #E5F1F9;
    }
    .post.b {
    background: url("http://i.imgur.com/0AwFcJj.png") repeat-y scroll left top #E5F1F9;
    }


    I am using concise theme and it seems that the above code doesn't work with it since it was modified.
    ( Theme Preview: http://code-testing.forumtl.com/ )

    I hope you can help me find a way to work staff background post in the said theme. Thanks in advance.

    Result Preview:
    Preview:

      Current date/time is Mon 23 Sep - 15:15