test
Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • socoweb Friend
    #145507

    I have tried several Ajax Search modules with JA Teline III.

    The modules won’t display any results, unless one goes to the advanced search.

    Other threads have not provided a solution to this problem, and I have had the same issue with other JA templates.

    There are no jquery or conflicting libraries

    test here: http://vm.sooycolabs.com/ to see that it says no results. Search the word simple (which is in the home page article)

    Any insight as to why this doesn’t work would be most welcome.

    Anonymous Moderator
    #321677

    Hi socoweb

    Please disable ja stock module and ja weather module and check your website. JA Weather and JA Stock are no longer part of Teline III release.

    socoweb Friend
    #321784

    I did not have ja weather or ja stock installed, and have deleted them. It did not make any difference, the Ajax search does not work.

    These are the JA modules that are installed, the only active one is megamenu and bulletin. If I disable these it makes no difference.

    modules/mod_jabulletin
    modules/mod_jamegamenu
    modules/mod_janews_fp
    mod_janews2
    mod_janewsticker
    mod_jatabs
    mod_jatwitter

    The example site I referenced has no other modules active.

    Thank you,

    klmklm Friend
    #322935

    Are you able to let me know where to download the Ajax Search modules to use with JA Teline III.

    I think I’ve downloaded the 1.2 JA Teline III, it works fine but need the search module to work

    Thanks in advance:-*

    socoweb Friend
    #322952

    How to solve the ajax search error in JA Teline III:

    The component.php file in the templates/ja_teline_iii has one extra div tag added, which prevents any Ajax search modules from working

    <body class=”contentpane”>
    <div class=”column”>
    <jdoc:include type=”message” />
    <jdoc:include type=”component” />
    </div>
    </body>

    Remove the <div class=”column”> and closing DIV tag so that the DIVs surrounding the includes follows the standard component.php structure, found in any of the core templates. Ajaxsearch will now work

    <body class=”contentpane”>
    <div class=”column”>
    <jdoc:include type=”message” />
    <jdoc:include type=”component” />
    </div>
    </body>

    The correct code is:

    <body class=”contentpane”>
    <jdoc:include type=”message” />
    <jdoc:include type=”component” />
    </body>

    Removing the DIV tag does not seem to affect the performance of the template.

    Ajax search modules can be found at http://www.rockettheme,, http://www.yootheme, http://labs.pixpro.net however I have only been successful in making the RocketTheme AjaxSearch work with this template.

    I had to pay a third-party developer to solve this problem. 🙁

    klmklm Friend
    #322955

    Thanks for that.

    I have installed that module and followed your instructions, however in the search box the drop down says that No results

    Not sure if anyone can shed any light to this.

    Thanks in advance

    Anonymous Moderator
    #323533

    Hi klmklm

    Please submit a ticket, send us your live url, admin account, ftp account so that we could have a closer look on the issue.

    mayke Friend
    #323535

    Any update for this issue how to make it works?

    Thanks

    socoweb Friend
    #325088

    The new T3 framework seems to disable and limit Ajax functionality. Virtuemart also has a feature that shows items added to a cart in an Ajax popup. When using the new Purity II or Teline III template, Ajax functionality is compromised.

    I have been able to get the Ajax search to work, but Ajax is not fully functional within the T3 framework.

    ejbjane Friend
    #343451

    I would like to understand as well. I do not have the AJAX search working in Teline III either even with disabling mod_search and com_search and deleting the colom code as specified above.
    Is here going to be any update here ?

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

This topic contains 10 replies, has 5 voices, and was last updated by  ejbjane 14 years, 6 months ago.

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