Support Forums

Got a question? Post it here. We'd love to help.

Knowledge Base:

Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthormorag
    • CommentTimeJun 29th 2008
     

    Hi again!
    I really like your elegance theme.
    Hope you don't mind helping me troubleshoot my problems as they come along...
    (It may be due to the theme being used ia a rtl language?)
    What changes do I need to make in order to avoid the forumpost message box from breaking? (notice in the attached image - the box is broken on the left and continues on the right)/
    Thanks again for your prompt replies/

    • CommentAuthormorag
    • CommentTimeJul 2nd 2008
     

    Any progress with this one?
    Thanks!

    •  
      CommentAuthorptrkmkl
    • CommentTimeJul 2nd 2008 edited
     

    I apologize for keeping you waiting on this. I knew that this one might take a bit of work, so I've been putting it off to get a custom project completed. Had I known it would have taken more than a day or two, I would have said something.

    Alas, I have a fix, but I need you to complete it in steps for me so that I can test things on your installation.

    I have attached a zip archive containing a new forum folder. Replace the images in your current /elegance/pix/forum directory with the images in the new forum folder that I have attached.

    Let me know when you have them up and I will be able to align things properly in the CSS.

    • CommentAuthormorag
    • CommentTimeJul 3rd 2008
     

    No problem.
    The images were replaced.

    •  
      CommentAuthorptrkmkl
    • CommentTimeJul 3rd 2008 edited
     

    Search styles_elegance.css for the lines:

    /********************* * Forums * *********************/

    Underneath this section you will see 4 references to background images. These determine the position of your forumpost background images. They need to be altered.

    I will paste only the altered code, and I will tell you what I've changed. You will need to visually inspect your code for the lines that need to changing.

    1. The first one needs to have two changes made (the background image position and the padding values below it):
    2. .forumpost .picture, .eventlist .picture { background: url(pix/forum/bg_forum_top_left.png) no-repeat top left; vertical-align: bottom; padding: 0 0 0 19px !important; }
    3. The second needs only it's position changed (from right to left).
    4. .forumpost .topic, .eventlist .topic { background: url(pix/forum/bg_forum_top_right.png) no-repeat top left; border: none; padding-top: 10px; padding-right:10px; }
    5. And, the third and fourth occur one after the other. Both need only their position changed from right to left.
    6. .forumpost .side, .eventlist .side { background: url(pix/forum/bg_forum_bottom_left.png) repeat-y bottom left; } .forumpost .content, .eventlist .description { background: url(pix/forum/bg_forum_bottom_right.png) repeat-y bottom left; padding: 2px 15px 10px 5px; font-size: 0.9em; color: #444444; line-height: 1.4em; }
    • CommentAuthormorag
    • CommentTimeJul 6th 2008
     

    Thanks alot,
    It's perfect now!