Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • andrej54 Friend
    #126029

    Using the Villadi template together with EZ component I have problems everything lined out properly.

    – Home page is not rendered correctly sometimes in IE , FF is Okay.
    – The tabel on the right for the vehicel search filters are to wide and I can’t find where to configure these.
    – It also takes ages before the pages comes up and oftern IE error page comes up ” page can not be found”

    I am new in this PHP and Joomla site building, I have tried to solve it out but have to throw the gauntlett now ….

    live site : http://www.trucks4nigeria.com
    xtra components : EZ Autos + modules

    Don’t know anymore what to do next ??

    Menalto Friend
    #240223

    Try this:
    open up the template_css.css file on line 1265 and change this:

    #ja-mainbody {template_css.css (line 1265)
    border:2px solid #000000;
    float:left;
    width:80%;
    }

    To this:

    #ja-mainbody {template_css.css (line 1265)
    border:2px solid #000000;
    float:left;
    width:73%;
    }

    This will make the mainbody a little bit smaller in width.
    If you want to change the width of the right col you can find line 1317:

    #ja-rightcol {template_css.css (line 1317)
    float:right;
    width:18.9%;
    }

    And adjust the width there.
    Play around with thoose settings and see if that takes care of your problem? If not let us know.

    andrej54 Friend
    #240259

    Thanks, I have found the place where to play with the code and made it correct.
    Do you have any idea what causes fault rendering of the IE homepage ??
    Site also hangs a lot of times, can code errors cause this kind of behaviour ??

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

This topic contains 3 replies, has 2 voices, and was last updated by  andrej54 16 years, 9 months ago.

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