Viewing 15 posts - 1 through 15 (of 19 total)
  • Author
    Posts
  • cjmicro Friend
    #136437

    Hi all,

    I have pyrite installed and working well except for one weird thing. I have a page called press, and when that page is active, none of the drop downs work in IE. They seem fine in Firefox, Chrome, Safari and other browsers I have checked.

    link is http://www.neuaurashoes.com/newsite

    Note the dropdowns on about and store locator… but when you click on the press page those dropdowns stop working. The error returned is

    <blockquote>Line: 267
    Char: 4
    Error: Object Required
    Code: 0
    URL: http://www.neuaurashoes.com/newsite/index.php?option=com_content&view=article&id=14&Itemid=73</blockquote>
    and then

    <blockquote>Line: 60
    Char: 102
    Error: Object doesn’t support this property or method
    Code: 0
    URL: http://www.neuaurashoes.com/newsite/index.php?option=com_content&view=article&id=14&Itemid=73</blockquote>

    This ONLY happens with the images on the page. If I remove the images, it seems fine. I have tried images with a table, without, one image, any way I can think of!! There are other pages with images so I just cannot figure out what is different or wrong with this one. Have tried adding a new page and menu item, I am at a loss.

    I have disabled anything I can (such as JCE editor and plugin, etc.) to try and resolve this, and have looked at other forum solutions as well, but still nothing!

    Please help!! :confused:

    Thank you,
    Cheryl

    Anonymous Moderator
    #283991

    Hi cjmicro,

    Please try to send me your admin account via PM to i can check this issue.

    Anonymous Moderator
    #284019

    Hi cjmicro,

    The slimbox plugin have conflicted with dropdown menu. Please send me your FTP account so that i could fix this issue help you.

    cjmicro Friend
    #284033

    It was doing this before I installed or used the slimbox plugin, but I will send you the info PM. Thanks,
    Cheryl

    Anonymous Moderator
    #284219

    Hi cjmicro,

    For this case, i removed ja.script.js.

    Please check again.

    cjmicro Friend
    #284231

    AWESOME, that seems to be the ticket! However, where was that file and what did it do? I hope it wasn’t needed for something else.

    I really appreciate the help.

    Cheryl

    dkartuzinski Friend
    #286774

    I have error reporting on AND so does the tech guy who is working with the church I am helping with this website.
    Without error reporting the errors only show on the bottom of the browser and they are template related as with another template they don’t appear.
    I tried deleted the ja.script.js which seems to be the advice BUT I then got different errors on every other page of the site.
    The errors I get only occur on load of the home page. The website is called http://www.lourdesfuture.org.

    The exact errors I am getting are:

    Line: 267
    Char: 4
    Error: Object required
    Code: 0
    URL: http://lourdesfuture.org/

    and

    Line: 60
    Char: 102
    Error: Object doesn’t support this property or method
    Code: 0
    URL: http://lourdesfuture.org

    I tried everything and these errors happen even when nothing else is installed.

    Please help so I can finish this and move on!

    Thanks.

    – David 😀

    ps. I can provide admin rights if needed just let me know.

    Anonymous Moderator
    #287031

    HI dkartuzinski,

    I could not view your website. I saw an error: address not found.
    Please check again

    dkartuzinski Friend
    #287038

    Thanks for checking. The website should be there. I’ve been on and off regularly.
    Please try again at http://www.lourdesfuture.org.
    If you get an error could you please let me know exactly?
    Oh, and if you have the option “Always display errors in Microsoft Explorer” turned off you just need to look at the bottom for the errors.
    Thanks.
    -David

    Anonymous Moderator
    #287045

    Hi dkartuzinski,

    I can not view your website again.

    dkartuzinski Friend
    #287048

    Hmm. I called three people in different places and they are getting the website.
    Are you using IE? I don’t understand why you can’t see the website.
    Please try:
    http://70.47.232.6/~lourdes/
    This is the other way to access it.
    Could you please tell me what error message you are getting?
    It seems like you might be typing in the wrong address.
    Thanks.
    -DK

    dkartuzinski Friend
    #287051

    I don’t know why you can see the sight. I just checked with http://www.browsershots.org and they are getting the website. Please let me know what is showing on the browser so I can contact the hosting company. Thanks.
    -David

    Anonymous Moderator
    #287170

    Hi,

    With the notice on browser, please open templates/japyrite/js/ja.script.js, at about line 266, find following script:

    [PHP]node = node.firstChild;
    while (($(node) && $(node).getText().trim()==”)||(node.nodeType==3 && node.nodeValue.trim()==”)) {
    node = node.nextSibling;
    }
    if ($type(node) == ‘textnode’) break;[/PHP]

    and change to:

    [PHP]node = node.firstChild;
    if($chk($(node))) {
    while (($(node) && $(node).getText().trim()==”)||(node.nodeType==3 && node.nodeValue.trim()==”)) {
    node = node.nextSibling;
    }
    if ($type(node) == ‘textnode’) break;
    }[/PHP]

    dkartuzinski Friend
    #287222

    Thank you. This did the trick. I only had to add a “}” on the very last line of the file. That is on it’s own line. I will mark it “Thank You” in a sec. Thanks again.
    -DK

    elfa17 Friend
    #288065

    I have the same problem and don’t know what to do. I opened ja.script.js file and tried to find the PHP script you’ve mentioned above – nothing was found. I went to 266 line and added correct script – error still the same. I don’t see dropdown menu on the page http://kdog.ru/index.php/breeds (see 4th menu named ПОРОДЫ) and moreover – left menu don’t want to show submenu items (I did all things correct in admin panel, because this is not the first time I use Joomla, and I know how to make submenus to be shown).

Viewing 15 posts - 1 through 15 (of 19 total)

This topic contains 19 replies, has 5 voices, and was last updated by  oscarioh 15 years, 4 months ago.

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