Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › results are not clickable
- This topic has 24 replies, 2 voices, and was last updated 11 years, 2 months ago by
Tobias_Conrad.
-
AuthorPosts
-
March 1, 2015 at 10:17 pm #4096
Tobias_Conrad
Participante) 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 #4104Ernest Marcinko
KeymasterHi 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: http://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.March 4, 2015 at 10:37 am #4120Tobias_Conrad
ParticipantME 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 #4129Tobias_Conrad
Participantmargin is done, i changed the wrong widget (search field)
-
This reply was modified 11 years, 3 months ago by
Tobias_Conrad.
March 6, 2015 at 9:48 am #4131Ernest Marcinko
KeymasterHi!
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.
April 3, 2015 at 8:19 am #4402Tobias_Conrad
Participantsorry 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 #4419Ernest Marcinko
KeymasterHi!
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:
[code]
input.orig::-webkit-input-placeholder {
font-size: 14px !important;
}
[/code]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
April 7, 2015 at 10:08 am #4423Tobias_Conrad
Participant1.) added, still not in the middle https://marquardt-porzellan.de/
only webkit? what is with firefox, …April 7, 2015 at 10:13 am #4424Ernest Marcinko
KeymasterHi 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:
[code]input.orig::-webkit-input-placeholder,
input.orig::-moz-placeholder,
input.orig::-ms-input-placeholder {
font-size: 14px !important;
}[/code]April 7, 2015 at 10:42 am #4427Tobias_Conrad
Participanti just had to remove the line heigth.
no need of the extra code. -
This reply was modified 11 years, 3 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.