Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • mleaser Friend
    #127324

    This is a gorgeous template, however, I have a problem right “out of the box” without any modifications.

    Line: 58
    Char: 2
    Error: ‘Null’ is Null or not an object
    Code: 0

    Problem is on IE 7.0.5730..11
    No problem on Firefox

    Any advice?

    Nam Nguyen Phi Friend
    #244820

    Your problem is the same as http://www.joomlart.com/forums/topic/typography-15/#post-244420
    Pls read it to get solution.
    Regards.

    raymondjansen Friend
    #244955

    I tried your fix. Did not work, still the same error. Any more thoughts?

    Raymond

    aclops Friend
    #244958

    I had the same error and thought the fix did not work but I cleared out my browser and it was good. Try to clean cache etc,,,

    raymondjansen Friend
    #245093

    I rechecked. I’ve downloaded version 1.1 for Joomla 1.5. The file in this archive does not have the line of extra code.

    I cleared out my browsers cache and cookies, but still the error. I also tried a different computer on witch I have never loaded the page before. Still same error.

    Raymond

    producer111 Friend
    #245096

    Maybe you have some menu without items (empty menu).

    raymondjansen Friend
    #245244

    I don’t think so. I have only the main menu, with 2 items. Maybe I try to reinstall with the quickstart edition.

    c969030 Friend
    #245329

    Same problem here fix dont work.

    maria11 Friend
    #245457

    After much installing and re installing of this template I have worked out what the problem is.
    You need to have a module installed in one of the bottom module positions i.e. 1,2,5,6,7 or 8.
    Hope this helps… worked for me

    elsoft Friend
    #245458

    In my site I solved the problem enabling one module in position user 1, user 2, user 6 and user 5 (the fix gave me some problem with the component sectionEx).

    Nam Nguyen Phi Friend
    #245472

    <em>@maria11 48729 wrote:</em><blockquote>After much installing and re installing of this template I have worked out what the problem is.
    You need to have a module installed in one of the bottom module positions i.e. 1,2,5,6,7 or 8.
    Hope this helps… worked for me</blockquote>
    To add a new module position under module user 1,2,5,6,7,8 you must be modify index.php and template.css.
    In this case, I add user9 position (you can user another position).
    1. Open index.php, find this code

    <!-- BEGIN: FOOTER -->
    <div id="ja-footer" class="clearfix">

    2. Add this code up before it

    <div id="ja-user9" class="clearfix">
    <jdoc:include type="modules" name="user9" style="xhtml" />
    </div>

    such as:

    <div id="ja-user9" class="clearfix">
    <jdoc:include type="modules" name="user9" style="xhtml" />
    </div>
    <!-- BEGIN: FOOTER -->
    <div id="ja-footer" class="clearfix">

    3. Open css/template.css
    4. Add this style at the end of this file:

    div.ja-user9 {
    border-color: #E7E8E6;
    border-style: solid;
    border-width:1px;
    padding:5px 15px;
    display: block;
    float: none;
    clear: both;
    }

    Goodluck!

    vizual2007 Friend
    #247105

    <em>@maria11 48729 wrote:</em><blockquote>After much installing and re installing of this template I have worked out what the problem is.
    You need to have a module installed in one of the bottom module positions i.e. 1,2,5,6,7 or 8.
    Hope this helps… worked for me</blockquote>

    this worked for me – solved my error 🙂

    thnx

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

This topic contains 12 replies, has 9 voices, and was last updated by  vizual2007 16 years, 7 months ago.

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