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

Forum Replies Created

Viewing 15 posts - 2,476 through 2,490 (of 18,425 total)
  • Author
    Posts
  • in reply to: Category filters on mobile #47894
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Please note that I can’t guarantee anything for customizations.

    Apple mobile devices – especially when using the Safari browser are notoriously badly designed, most webkit features are buggy, many CSS rules are simply ignored. This is the case here, where you have this custom rule:

    input.asp_radio {
        -webkit-appearance: none !important;
        appearance: none !important;
        background-color: #fff;
        margin: 0 !important;
    }

    The Iphone Safari simply ignores the “appearance: none” and still displays the radios. The only way to get around it is adding a display rule as well:

    input.asp_radio {
        -webkit-appearance: none !important;
        appearance: none !important;
        background-color: #fff;
        margin: 0 !important;
        display: none !important;
    }

    This should solve it.

    in reply to: Search bar Hangs following cache setup #47893
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Great 🙂

    At least it’s resolved now. You are very likely correct, WordPress tries to change the cache folder permissions initially, but if the PHP user does not share ownership, it’s not able to. It will be fine now.

    in reply to: How to style the drop down boxes #47892
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Simple filter by tag Isotropic results #47891
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Search bar Hangs following cache setup #47887
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Can you please check if the wp-content/cache folder and ALL of it’s subderectories are writeable? Make sure the permissions are set to 0755 or 0777 on that folder and all of the subfolders.
    This is the only other thing I can think of, that would explain the issue.

    in reply to: Negative Keywords Not Working #47881
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you so much!

    in reply to: Negative Keywords Not Working #47879
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Great 🙂

    If you don’t mind, I will close this topic soon and mark it as resolved, feel free to open another one if you have other questions or issues.

    If you like the plugin and have not rated already, feel free to leave a rating on your codecanyon downloads page and on the wordpress plugin repository, it’s greatly appreciated.

    in reply to: How to style the drop down boxes #47877
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    You have multiple options, but in all cases you will need to use the settings shortcode. I recommend checking this tutorial for all the details.

    In short, if you are using a page builder, then make two columns and put the search shortcode [wd_asp id=1] to the left and the settings shortcode [wd_asp_settings id=1 element='div'] to the right column.

    You can also use the shortcode generator, but if I recommend using the theme/page builder with the separate shortcodes instead as with that you get more flexibility.

    in reply to: Negative Keywords Not Working #47872
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Yes, it has the updated version. It might only be the cache, I noticed you have it activated, you can clear it manually here: https://i.imgur.com/YYl2ksR.png
    It looks correct to me at the moment, I only get one product for hydrate so the cache is probably cleared by now.

    It should clear automatically every time a post is updated, but it’s possible that some conditions may prevent that or the browser holds on to the cached content for a while. Either way, clearing manually should force a new query string and update the browser cache forcefully as well.

    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: Negative Keywords Not Working #47859
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Thank you so much for the details, it helped a lot.

    1. You have stumbled upon an interesting bug here. It was not even the inner/outer part of the word, but a word partial after it was cleared from special characters and delimiters – so a very special case. It didn’t show up on my tests because I was trying simply words one after another, not using any special delimiters.
    Either way, I have quickly fixed this, luckily it was super simple and installed the next version beta release – where I also implemented this fix.
    If all goes well, now even partials should be definitively excluded.

    2. The configurations looks perfect to me.

    in reply to: Simple filter by tag Isotropic results #47858
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    in reply to: tag {_price_html} #47853
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are very welcome 🙂

    If you don’t mind, I will close this topic soon and mark it as resolved, feel free to open another one if you have other questions or issues.

    If you like the plugin and have not rated already, feel free to leave a rating on your codecanyon downloads page and on the wordpress plugin repository, it’s greatly appreciated.

    in reply to: tag {_price_html} #47851
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Thank you!

    It was a known issue with the version you had. I have updated to the latest beta release, now it should be all right 🙂

Viewing 15 posts - 2,476 through 2,490 (of 18,425 total)