This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Price notation and height of navigation field

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Price notation and height of navigation field

Viewing 15 posts - 16 through 30 (of 36 total)
  • Author
    Posts
  • #4269
    promusicstorepromusicstore
    Participant

    keyword 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.

    #4283
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi 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.

    #4292
    promusicstorepromusicstore
    Participant

    First 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?

    #4293
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Your 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.

    #4335
    promusicstorepromusicstore
    Participant

    The bugfixed version, is it ready yet?

    #4338
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes, 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.

    #4363
    promusicstorepromusicstore
    Participant

    The bugfixed version, is it approved yet by codecanyon?

    #4364
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    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 😉

    #4372
    promusicstorepromusicstore
    Participant

    We 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?

    #4374
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    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.

    #4378
    promusicstorepromusicstore
    Participant

    We 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!!

    #4379
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Could you be more specific on the spacing part?

    #4382
    promusicstorepromusicstore
    Participant

    See 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.

    #4384
    Ernest MarcinkoErnest Marcinko
    Keymaster

    That’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.

    #4395
    promusicstorepromusicstore
    Participant

    We 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.

Viewing 15 posts - 16 through 30 (of 36 total)
  • You must be logged in to reply to this topic.