Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • mrgava Friend
    #161634

    Dear Joomlart,

    I correctly install the module & the plugins on a site with pre-populated K2 content. I try to start re re-indexing on Extrafields Indexing Pluging but after the Loading… message nothing happen.. I try to reinstall several time but nothing change.
    The real problem is that in frontend the Search button of the module dosen’t work. I try to click on button but no result are displayed

    thuanlq Friend
    #382233

    Hi there,

    Please provide me your website information via ticket id ADZ-998-23814, I need to debug in your site to give you solutions,

    Thanks,

    thuanlq Friend
    #383187

    Hi Marco,

    This problem is javascript conflict between Jquery and Mootools, to resolve this problem please do as following:
    – Open the file “index.php” in the folder “templates/stheno”, find code:

    <script type=”text/javascript” src=”<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery-1.4.2.js”></script>

    Replace to:

    <script type=”text/javascript” src=”<?php echo $this->baseurl ?>/templates/<?php echo $this->template ?>/js/jquery-1.4.2.js”></script>
    <script type=”text/javascript”>
    jQuery.noConflict();
    </script>

    mrgava Friend
    #383283

    MAny thanks!!! IT Works!!!!!

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

This topic contains 4 replies, has 2 voices, and was last updated by  mrgava 13 years, 8 months ago.

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