Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Price notation and height of navigation field
- This topic has 35 replies, 2 voices, and was last updated 11 years, 2 months ago by
Ernest Marcinko.
-
AuthorPosts
-
March 19, 2015 at 1:43 pm #4269
promusicstore
Participantkeyword logic = AND
category/term logic = AND
excluded category = UIT ASSORTIMENT
search target:
fender (= brand)
combo (= type of guitar amplifier)
results:
Not only fender but all kind of brands.
Not only combo’s but different products like in this example guitars.
Regarding behaviour settings, what is wrong in our settings?
We have updated Ajax Search Pro but we noticed no improvements on matters stated above.March 20, 2015 at 12:07 pm #4283Ernest Marcinko
KeymasterHi again!
I’ve actually found a bug in the code, that’s why it showed the product from the wrong category. It was a very rare bug, that’s why I didn’t know about it. Thank you for the ftp details, it helps me to discover such bugs. I’m adding this to the next bugfix version.
I have also made a few tweaks:
– I have switched the image handler to BFI thumb on the Compatibility Settings submenu – it’s faster a bit than the other one
– I have disabled the Search in Terms option. The performance went up from 2 seconds to 0.09 seconds!! It’s very performance consuming if you have lot’s of products 😉 It also gives more accurate results if disabled. You can of course switch it back if you want to. (General Options->Sources, bottom of the page)About the “fender combo” search term. Currently I get the following results: http://i.imgur.com/mwxGNp6.png
There is one odd result, the Vox amPlug, but it’s there because it’s content contains both the “fender” and “combo” words: http://i.imgur.com/XjSV9lE.png
You can try to use the “AND with exact keyword mathces” for keyword logic, it will show more strict results – but be aware that partial results then will not appear.
Everything else looks all right.
March 20, 2015 at 2:07 pm #4292promusicstore
ParticipantFirst of all thank you for the quick action.
1. when can we expect the bug fix update.
2. did you solve the problem why exclude category is not working?March 20, 2015 at 2:09 pm #4293Ernest Marcinko
KeymasterYour welcome.
1. Very soon, I’m gathering bug reports for a few days for version 4.0, then most likely the second half of the next week I will release a bugfixed version.
2. Yes, it was also a bug.
March 26, 2015 at 1:06 pm #4335promusicstore
ParticipantThe bugfixed version, is it ready yet?
March 26, 2015 at 2:52 pm #4338Ernest Marcinko
KeymasterYes, will be uploaded later today with the new documentation. I expect it to be approved on later tomorrow or during the weekend, it depends on codecanyon.
March 31, 2015 at 1:34 pm #4363promusicstore
ParticipantThe bugfixed version, is it approved yet by codecanyon?
March 31, 2015 at 2:23 pm #4364Ernest Marcinko
KeymasterHi!
Not yet approved, they most likely having delays because of the end of the month calculations.
I’ve attached the bugfixed version here, but it’s almost the same as you have 😉
April 1, 2015 at 10:53 am #4372promusicstore
ParticipantWe have installed your attachment ‘ajax-search-pro.zip’ on our test website pro-musicstore.nl and it seems to have major problems. We get fault messages on wrong url for pictures in the plug-in (see attachment).
Please look at it, your logins are still working in our test environment.
One more thing, our design-settings are disappeared, what happened?April 1, 2015 at 10:59 am #4374Ernest Marcinko
KeymasterHi!
This is taken directly from my test environment, the stylesheets need to be re-generated.
If you go to the search options and save them, the stylesheets will be re-generated with the correct options. Then if you refresh the browser, everything will work again.
April 1, 2015 at 1:43 pm #4378promusicstore
ParticipantWe have recovered the css part for a great deal, however…..where to set the spacing between the (article) blocks, we are not able to find this!!
April 1, 2015 at 1:49 pm #4379Ernest Marcinko
KeymasterCould you be more specific on the spacing part?
April 1, 2015 at 2:26 pm #4382promusicstore
ParticipantSee attachment:
The horizontal spacing between blocks = no spacing.
The vertical spacing between blocks = too much spacing.
Horizontal and vertical spacing must be exactly the same.April 1, 2015 at 2:35 pm #4384Ernest Marcinko
KeymasterThat’s done differently, not with margin or padding, but an invisible border. It’s because the isotope script counts the margin as well, so it won’t work other way.
Right now it appears you added bottom margin to the elements? Instead use something like:
[code]
div.ajaxsearchpro[id*=’ajaxsearchprores’].isotopic .results .item {
border: 3px solid rgba(0, 0, 0, 0) !important;
}
[/code]And remove the margin if you had any.
April 2, 2015 at 12:03 pm #4395promusicstore
ParticipantWe have been testing the plugin on http://pro-musicstore.nl and still experience some issues. Can you have a look at this. Your login is still valid.
1. category excluded ‘google aanbiedingen’, but searching for ‘google’ gives category results.
2. Also switched off show categories in results, but still seeing the above mentioned categories in search results.
Can you check if this is because of configuration or maybe a bug.
Thank you. -
AuthorPosts
- You must be logged in to reply to this topic.