-
AuthorPosts
-
socoweb Friend
socoweb
- Join date:
- April 2008
- Posts:
- 30
- Downloads:
- 8
- Uploads:
- 1
- Thanked:
- 5 times in 1 posts
October 26, 2009 at 7:40 pm #145507I 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 ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
October 27, 2009 at 2:31 am #321677Hi 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 Friendsocoweb
- Join date:
- April 2008
- Posts:
- 30
- Downloads:
- 8
- Uploads:
- 1
- Thanked:
- 5 times in 1 posts
October 27, 2009 at 4:14 pm #321784I 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_jatwitterThe example site I referenced has no other modules active.
Thank you,
November 8, 2009 at 2:35 pm #322935Are 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 Friendsocoweb
- Join date:
- April 2008
- Posts:
- 30
- Downloads:
- 8
- Uploads:
- 1
- Thanked:
- 5 times in 1 posts
November 8, 2009 at 7:06 pm #322952How 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. 🙁
1 user says Thank You to socoweb for this useful post
November 8, 2009 at 8:42 pm #322955Thanks 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 ModeratorJA Developer
- Join date:
- September 2014
- Posts:
- 9914
- Downloads:
- 207
- Uploads:
- 152
- Thanks:
- 1789
- Thanked:
- 2008 times in 1700 posts
November 14, 2009 at 4:26 am #323533Hi 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 Friendmayke
- Join date:
- May 2008
- Posts:
- 281
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 55
- Thanked:
- 13 times in 1 posts
November 14, 2009 at 4:33 am #323535Any update for this issue how to make it works?
Thanks
socoweb Friendsocoweb
- Join date:
- April 2008
- Posts:
- 30
- Downloads:
- 8
- Uploads:
- 1
- Thanked:
- 5 times in 1 posts
November 27, 2009 at 1:16 am #325088The 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.
May 13, 2010 at 8:34 am #343451I 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 ? -
AuthorPosts
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