-
AuthorPosts
-
amir00251 Friend
amir00251
- Join date:
- January 2011
- Posts:
- 113
- Downloads:
- 38
- Uploads:
- 13
- Thanks:
- 13
- Thanked:
- 11 times in 1 posts
October 17, 2011 at 11:55 pm #169771Hello,
I want to use ajax search moduel, Pixsearch.
I have installed the module but no results are shown. I have following solution from Pixsearch website with regard to JA purity:
First of all, backup your template
You have a file named component.php in your template directory
open up and find the following code:HTML Code:
<body class=”contentpane”><div class=”column”>
<jdoc:include type=”message” />
<jdoc:include type=”component” />
</div></body>
and replace with:HTML Code:
<body class=”contentpane”><jdoc:include type=”message” />
<jdoc:include type=”component” /></body>
clear the joomla and browser cache, then try if it works
…if still not workingfind this directory :
http://www.yoursite.com/templates/ja_purity_ii/html/inside you have to rename or delete the following folders:
mod_search
see if it works….if not, rename or remove:
com_searchclear cache and test again, see if it works
However the problem is that in my Joomla 1.6.6 JA Portfolio,
I do not have
<body class=”contentpane”>
<div class=”column”>
<jdoc:include type=”message” />
<jdoc:include type=”component” />
</div>inside component.php. Also renaming or remvoing mod_search or com_search did not help.
Any idea or solution please. thanks
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 18, 2011 at 3:18 am #419898Hi Amir!
Your site link pulls up a Joomlart page, so that needs to be redone with your site info please.
Have you asked the other people to look at YOUR actual site since they are referring to a file you say is not available? If not, I would do so, especially since it is a paid item.
Please get back to us with an update and if you still need help, we will need the version number of Joomla being used as well as the version number of the template being used to verify they are current!
Thanks!amir00251 Friendamir00251
- Join date:
- January 2011
- Posts:
- 113
- Downloads:
- 38
- Uploads:
- 13
- Thanks:
- 13
- Thanked:
- 11 times in 1 posts
October 18, 2011 at 8:58 am #419957Hello,
I just dont know what you mean from “Your site link pulls up a Joomlart page” or “they are referring to a file you say is not available?”.
Would be kind and explain clearly. I have filled in the link to the site, when I started this forum.
Also with regard to the Ajax search issue, if you could search ja forums you will find about 10 posts related but my actual question here is different.
Thank you.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
amir00251 Friendamir00251
- Join date:
- January 2011
- Posts:
- 113
- Downloads:
- 38
- Uploads:
- 13
- Thanks:
- 13
- Thanked:
- 11 times in 1 posts
October 18, 2011 at 1:30 pm #420003Hi I just did try to send the link to your mailbox.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 18, 2011 at 3:42 pm #420029Hi amir!
I was in your site and I do find the file!
However, you only have 2 lines of code in your file? As I said earlier, the site seems to be highly modified.
Please open a ticket regarding this and in that ticket give me the file path you are using to the template folder.
Also fill out the ticket thoroughly with FTP access, Super admin rights and all that info.
I will look through FTP.
Also, BEFORE you submit the ticket, I would recommend you make the move from the 1.6 site to a 1.7, just to be safe and rule out anything else going on as well AND I would recommend you upload a new component.php file if the path I have just viewed is correct.
Thanks!amir00251 Friendamir00251
- Join date:
- January 2011
- Posts:
- 113
- Downloads:
- 38
- Uploads:
- 13
- Thanks:
- 13
- Thanked:
- 11 times in 1 posts
October 18, 2011 at 4:41 pm #420043My site does not have any major problem and I am not going to upgrade as I have mentioned before due to many customisations.
But please have a look at Ja Portfolio for Joomla 1.7, you will find that even in this version inside componenet.php there is only two lines:
<?php
include (dirname(__FILE__).DS.’index.php’);This is the way it should be and there isn’t any problem on having only these lines.
The real component.php in Ja templates located at
…/plugins/system/jat3/jat3/base-themes/default/page
and includes following code:
<?php if ($this->isIE() && ($this->getParam(‘direction’)==’rtl’ || $this->direction == ‘rtl’)) { ?>
<!DOCTYPE HTML PUBLIC “-//W3C//DTD HTML 4.01//EN” “http://www.w3.org/TR/html4/strict.dtd”>
<?php } else { ?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<?php } ?><html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>”>
<head>
<?php //gen head base on theme info
$this->showBlock (‘head’);// check iPhone browser
$ipBrowser = strpos($_SERVER[‘HTTP_USER_AGENT’],”iPhone”);
$ipClass = ($ipBrowser) ? ‘ bd-iphone’ : ”;
?>
</head><body id=”bd” class=”<?php echo $this->getBodyClass() . $ipClass;?> contentpane”>
<jdoc:include type=”message” />
<jdoc:include type=”component” />
</body></html>
As I mentioned before, it would be good if you could have a look at those ten posts related to ajax search modules for JA templates.
Blaine FriendBlaine
- Join date:
- August 2007
- Posts:
- 1443
- Downloads:
- 0
- Uploads:
- 25
- Thanks:
- 98
- Thanked:
- 177 times in 154 posts
October 19, 2011 at 6:20 pm #420275Hi amir!
I didn’t actually say you site had major problems. What I said was:
<em>@Blaine 276772 wrote:</em><blockquote> As I said earlier, the site seems to be highly modified.
</blockquote>
If you do not chose to update to 1.7, that is fine, but do know that 1.6 is not supported by Joomlart at this time because Joomla itself no longer supports 1.6.
Thanks!
Amir,
I have edited this post to include a link that may be of use to you reading also! -
AuthorPosts
This topic contains 8 replies, has 2 voices, and was last updated by Blaine 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum