Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Not fully working
- This topic has 8 replies, 2 voices, and was last updated 10 years, 5 months ago by
Tio Trom.
-
AuthorPosts
-
December 20, 2015 at 2:45 pm #7127
Tio Trom
ParticipantAs I said in comments there are 2 errors:
1. The “try these” do not work
2. I do not see the description (excerpt) for the search results
-
This topic was modified 10 years, 5 months ago by
Ernest Marcinko. Reason: moved FTP details here
December 21, 2015 at 10:35 am #7131Ernest Marcinko
KeymasterHi!
1. It works on the back-end, so it’s definitely an aggressive override causing it. I cannot locate which one, but I have a solution 🙂
Place the following script to the footer.php of you active theme just before the closing body tag: http://pastebin.com/raw/VzmiUDVKIt’s basically a a mildly modified version of the script that handles the clicking on the “try these” keywords. It directly connects to the “try these” links, removing other handlers.
2. Your configuration seems to be correct, so it’s definitely a bug. Can you please provide temporary FTP as well? I will have to do some debugging on the plugin files to find where the issue is.
December 21, 2015 at 3:32 pm #7134Tio Trom
Participant1. Works now. Thank you!
2. Ok. * admin edit
Cheers
-
This reply was modified 10 years, 5 months ago by
Tio Trom.
-
This reply was modified 10 years, 5 months ago by
Ernest Marcinko. Reason: *admin edit: moved ftp details to initial post
December 29, 2015 at 10:56 am #7168Ernest Marcinko
KeymasterHi!
Sorry for the late response, I recieved a peak amount of requests, I just got to you.
I have found the problem, it was indeed an issue with the plugin. I have fixed it on your server and I’m going to implement it to the next release as well so it won’t happen again.
I’ve also found a problem with the height of the elements, so I have added the following custom CSS code to fix it:
[html].horizontal .resdrg .item {
height: auto !important;
}[/html]The results only allowed static height, but then the description was cut off for some items. This code allows to stretch to the highest item height without cutting off the rest of the description.
December 29, 2015 at 3:10 pm #7181Tio Trom
ParticipantThank you!
I have 2 more questions though:
1. I do not see the words being highlighted in the search result, and I selected them to be.
2. Is it possible to display the excerpt instead of the content surrounding the keywords?
December 29, 2015 at 3:13 pm #7182Ernest Marcinko
KeymasterHi!
1. Yes, it is a known issue with horizontal and polaroid results with the current release. It’s getting fixed in the next release very soon.
2. Yes it is possible, you can change that on the advanced options panel: http://i.imgur.com/0cUx50e.png
December 29, 2015 at 3:33 pm #7183Tio Trom
ParticipantPerfect. Thank you! And sorry one more question: how can I make the results’ title upper case? I can’t find such an option.
December 29, 2015 at 3:44 pm #7186Ernest Marcinko
KeymasterNo option for that, but there is a CSS trick to convert it to upper case.
I added the following custom CSS rule to convert the title to upper case:
[html]a.asp_res_url {
text-transform: uppercase !important;
}[/html]December 29, 2015 at 3:46 pm #7187Tio Trom
ParticipantOk thank you. Great support!
-
This topic was modified 10 years, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.