Image Background Post Problem in Ported IPB theme Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.

    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 August 10th 2015, 7:25 am

    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: