results are not clickable

This topic contains 24 replies, has 2 voices, and was last updated by Tobias_Conrad Tobias_Conrad 7 years, 11 months ago.

Viewing 10 posts - 16 through 25 (of 25 total)
  • Author
    Posts
  • #4096
    Tobias_Conrad
    Tobias_Conrad
    Participant

    e) howto find the WOO categories but not the products inside.
    needed to seperate the weeding product from the normal products.

    #4104
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi again!

    a. It is not yet possible, the tabs reset each time the page is refreshed.
    b. Go to the General options -> Sources 2 and select the Producs – Product categories taxonomy: https://i.imgur.com/jBuB1cL.png
    c. The keyword suggestions are not same as the autocomplete. The keyword suggestions source is currently not adjustable – it’s coming with the next update.
    d. Could you please be more descriptive, I don’t think I understand what you mean.
    e. Same as point b.

    Best,
    Ernest Marcinko

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


    #4120
    Tobias_Conrad
    Tobias_Conrad
    Participant

    ME d) when i adjust the woo product to show only in catalog but not in search it still occures in results what can i do?

    YOU d. Could you please be more descriptive, I don’t think I understand what you mean

    in woocommerce you can adjust the visibility of the products.
    so i adjusted to show only in products catalog not in search results.

    but “serac hidden” products still in search results.

    thanks for a solution

    #4129
    Tobias_Conrad
    Tobias_Conrad
    Participant

    margin is done, i changed the wrong widget (search field)

    #4131
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    d. I can’t see this setting anywhere. Do I need an add-on for that setting to appear? I have a clean woocommerce installation with no addons.

    Best,
    Ernest Marcinko

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


    #4402
    Tobias_Conrad
    Tobias_Conrad
    Participant

    sorry i can not find my current ticket so i write here.

    A) when the font is to small the search text is not in the middle.
    http://awesomescreenshot.com/00a4s8k132
    i do 20 px as a workaround please give me a solution
    https://marquardt-porzellan.de/porzellanwelt/marquardt-liste-rosenthal/

    B) woocommerce products should be excluded see picture
    http://awesomescreenshot.com/0574s8klb4

    #4419
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    1. It’s because your theme is overriding the placeholder style. Try to increase the CSS compatibility level: Increasing CSS compatibility

    Or, you can add a custom CSS rule, which fill force the placeholder size:

    
    input.orig::-webkit-input-placeholder {
       font-size: 14px !important;
    }
    

    2. That option only affects the woocommerce built in search engine.

    If you want to exclude posts/pages/products, then please rather use the Advanded Options -> xclude Posts by ID’s (comma separated post ID-s) option. It’s much safer and faster. Here is a screenshot on how to find your product IDs: https://i.imgur.com/6byLhQf.png

    Best,
    Ernest Marcinko

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


    #4423
    Tobias_Conrad
    Tobias_Conrad
    Participant

    1.) added, still not in the middle https://marquardt-porzellan.de/
    only webkit? what is with firefox, …

    #4424
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi again!

    Have you changed the search input font to 14px? I see it’s 20px right now, so it stretches the input field to 20 pixels.

    For cross browser support try:

    input.orig::-webkit-input-placeholder,
    input.orig::-moz-placeholder,
    input.orig::-ms-input-placeholder {
       font-size: 14px !important;
    }
    Best,
    Ernest Marcinko

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


    #4427
    Tobias_Conrad
    Tobias_Conrad
    Participant

    i just had to remove the line heigth.
    no need of the extra code.

Viewing 10 posts - 16 through 25 (of 25 total)

You must be logged in to reply to this topic.