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

This topic contains 35 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 9 years ago.

Viewing 15 posts - 16 through 30 (of 36 total)
  • Author
    Posts
  • #4269
    promusicstore
    promusicstore
    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 Marcinko
    Ernest 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: https://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: https://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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4292
    promusicstore
    promusicstore
    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 Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4335
    promusicstore
    promusicstore
    Participant

    The bugfixed version, is it ready yet?

    #4338
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4363
    promusicstore
    promusicstore
    Participant

    The bugfixed version, is it approved yet by codecanyon?

    #4364
    Ernest Marcinko
    Ernest 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 😉

    Attachments:
    You must be logged in to view attached files.
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4372
    promusicstore
    promusicstore
    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?

    Attachments:
    You must be logged in to view attached files.
    #4374
    Ernest Marcinko
    Ernest 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4378
    promusicstore
    promusicstore
    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 Marcinko
    Ernest Marcinko
    Keymaster

    Could you be more specific on the spacing part?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4382
    promusicstore
    promusicstore
    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.

    Attachments:
    You must be logged in to view attached files.
    #4384
    Ernest Marcinko
    Ernest 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:

    
    div.ajaxsearchpro[id*='ajaxsearchprores'].isotopic .results .item {
        border: 3px solid rgba(0, 0, 0, 0) !important;
    }
    

    And remove the margin if you had any.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #4395
    promusicstore
    promusicstore
    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.