Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • valtersgrivins Friend
    #181410

    Hello!

    I installed yootheme’s widget component and got several errors causing for example not loading (or loading only on refresh) of slide show. After questioning in their forum i got an answer from support that problem is with outdated JA Comment JQuery library:

    “Firebug shows a jQuery error for this page. An old jQuery 1.4.2 library is loaded by your 3rd party extension “JA Comment”:

    <script src=”http://site-b.atklajumi.lv/components/com_jacomment/asset/js/jquery-1.4.2.js” type=”text/javascript”></script>
    The 1.4.2 jQuery most probably breaks the Widgetkit’s current version 1.8 jQuery. Contact the developers of this component to ask if there is an update, or another way to make it use the current jQuery version. Check the component’s settings to see if maybe the loading of its “own” jQuery can be disabled.”

    Please check the page and advice how to solve the problem if possible:
    http://site-b.atklajumi.lv/index.php/civilizacijas-un-kulturas

    Thanks!

    Ninja Lead Moderator
    #470052

    We applied new version jQuery on JA Comment and will release it on next version.

    valtersgrivins Friend
    #470293

    When we can expect the next version of JA comment coming out?

    Ninja Lead Moderator
    #470303

    We will release it next week. However, If you want it now. Please follow me guide to get this worked.
    Open latest jQuery into this folder
    <blockquote>components/com_jacomment/asset/js/</blockquote>

    <blockquote>Open plugins/plg_jacomment/jacomment.php file</blockquote>

    JHTML::script($_root.'components/com_jacomment/asset/js/jquery-1.4.2.js'); <-change this script with latest file
    name jQuery

    <blockquote>Open plugins/plg_system_jacomment/system_jacomment.php file</blockquote>

    JHTML::script($_root.'components/com_jacomment/asset/js/jquery-1.4.2.js'); <-change this script with latest file
    name jQuery

    valtersgrivins Friend
    #471072

    This solution works – Thank You!

    obliat Friend
    #481888

    Hi guys, just downloaded JA Comment 2.5.3 from Jan 2013 and it still has jQuery 1.4.2? Should I follow instructions above and upload 1.8 version along with making php changes? Or the component will be updated soon?

    Ninja Lead Moderator
    #481946

    <em>@obliat 357982 wrote:</em><blockquote>Hi guys, just downloaded JA Comment 2.5.3 from Jan 2013 and it still has jQuery 1.4.2? Should I follow instructions above and upload 1.8 version along with making php changes? Or the component will be updated soon?</blockquote>

    I have checked download here: http://www.joomlart.com/forums/downloads.php?do=cat&id=20163, JA Comment supports jQuery version 1.7.1.

    You can see it on this path
    <blockquote>components/com_jacomment/libs/bootstrap/js/jquery.js</blockquote>

    If you would like to use 1.8 you can do the following :

    + Upload jQuery version 1.8 here
    <blockquote>components/com_jacomment/asset/js/</blockquote>
    + Open plugins/plg_jacomment/jacomment.php file
    from

    JHTML::script($_root.'components/com_jacomment/libs/bootstrap/js/jquery.js');

    change to

    JHTML::script($_root.'components/com_jacomment/asset/js/jquery-1.8.js');

    + Open plugins/plg_system_jacomment/system_jacomment.php file
    from

    JHTML::script($_root.'components/com_jacomment/libs/bootstrap/js/jquery.js');
    change to

    JHTML::script($_root.'components/com_jacomment/asset/js/jquery-1.8.js');

    Let me know if it helps

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

This topic contains 7 replies, has 3 voices, and was last updated by  Ninja Lead 11 years, 9 months ago.

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