Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • david892 Friend
    #145955

    Hi there,

    First of all, please look at the picture attached to the message for a visual explanation.

    The 2 little bugs described below happen when I add a menu item with the option: Articles-Category-Blog

    Bug #1 in Internet Explorer.
    Text, horizontal line and pdf/print/mail icons exceed the template’s width. This problem does not show in Firefox.

    Bug #2 in Firefox
    Caption text under the pictures renders as “ordinary” text, while it should be styled like in IE8. This is the first display bug I discover in Firefox for my site. Before that, everything was related to IE8.

    Finally, please note that I’m using Joomla! 1.5.15. Template was modified, but only minor changes to the top part where the logo is. URL is http://hockey.tremblaylecuyer.com

    Thanks in advance for any help! You guys ROCK! 😎

    Anonymous Moderator
    #323861

    Hi david892

    I would like to answer your questions as follows:

    Bug #1 in Internet Explorer.

    => I could not find this issue. maybe you fixed it.

    Bug #2 in Firefox

    => Open template.css file, add following code to the end of file:

    .img_caption {
    color: #8a4a22;
    font-size: 90%;
    }

    david892 Friend
    #323875

    Thanks a lot for your answer. I will try your Firefox solution tomorrow night and will let you informed of the result!

    For the Internet Explorer bug, it is still there. :confused: That’s weird. Try this URL:

    http://hockey.tremblaylecuyer.com/index.php?option=com_content&view=category&layout=blog&id=1&Itemid=50

    Can you see it?

    Could it be related to the version of IE 8 I’m using? I have 8.0.6001.18702

    Anonymous Moderator
    #324172

    Hi david892

    Please see my attachment file


    1. ie8
    david892 Friend
    #324265

    Hi JA,

    Now that’s very weird (again). We have the same IE8 version. However, the code does not display the same. On the image you sent me, there’s even a display bug that I don’t have on my computer.

    Your .jpg image shows that the “dark brown background” usually seperating the content sections is replaced with a color that matches the text background. The pdf/print/email option seems to be aligned (since the background color is the same) but in fact it is not aligned, because the background color at this location is supposed to be dark brown like the normal site background.

    Now, how is this possible? We have the same browser version and we have two different renderings of the same site. Could it be related to the graphics card? OS version? I’m using XP

    Thank you so far for all the time you spent on that problem. I appreciate it!

    david892 Friend
    #324313

    Since the IE 8 Problem only happens in IE8, could it be fixed by modifying the .php file that deals with the display of blog style lists? :confused:

    If yes where would be this file?

    Anonymous Moderator
    #324376

    Hi david892

    I am terribly sorry for not being of much help in the case. Hope somebody will help you to solve it.

    Anonymous Moderator
    #324378

    Hi david892

    please open templates/ja_uvite/css/template.css file, at about line 380, find following code section:

    table.contentpaneopen, table.contentpane, table.blog {
    width:100%;
    }

    and change to:

    table.contentpaneopen, table.contentpane, table.blog {
    table-layout:fixed;
    width:100%;
    }

    david892 Friend
    #324412

    JA,

    You are THE MAN! Your proposed modification to my .css file worked perfectly!

    Now, this problem still looks pretty weird to me since we had the same browser version and everything, but at least now it works! Again WONDERFUL JOB!

    THANKS x 1000!

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  david892 14 years, 12 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum