Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › results are not clickable
This topic contains 24 replies, has 2 voices, and was last updated by Tobias_Conrad 7 years, 11 months ago.
- AuthorPosts
- March 1, 2015 at 10:17 pm #4096
e) howto find the WOO categories but not the products inside.
needed to seperate the weeding product from the normal products.March 2, 2015 at 1:47 pm #4104Hi again!
a. It is not yet possible, the tabs reset each time the page is refreshed.
Best,
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.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
March 4, 2015 at 10:37 am #4120ME 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
March 6, 2015 at 9:18 am #4129margin is done, i changed the wrong widget (search field)
-
This reply was modified 8 years ago by
Tobias_Conrad.
March 6, 2015 at 9:48 am #4131Hi!
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 :)
April 3, 2015 at 8:19 am #4402sorry 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/0574s8klb4April 7, 2015 at 9:46 am #4419Hi!
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 :)
April 7, 2015 at 10:08 am #44231.) added, still not in the middle https://marquardt-porzellan.de/
only webkit? what is with firefox, …April 7, 2015 at 10:13 am #4424Hi 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:
Best,input.orig::-webkit-input-placeholder, input.orig::-moz-placeholder, input.orig::-ms-input-placeholder { font-size: 14px !important; }
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
April 7, 2015 at 10:42 am #4427i just had to remove the line heigth.
no need of the extra code. -
This reply was modified 8 years ago by
- AuthorPosts
You must be logged in to reply to this topic.