Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Help with custom fields
- This topic has 12 replies, 2 voices, and was last updated 8 years, 11 months ago by
Ernest Marcinko.
-
AuthorPosts
-
June 8, 2017 at 11:37 am #13451
Hastudio
ParticipantHello,
I need some help:
1. In this page how can I control the search results to be shown from right to left?
2. In this page how can I control the text font, color, background etc. of the checkbox at the right? now the text that written there is not shown…
-
This topic was modified 8 years, 12 months ago by
Hastudio.
June 8, 2017 at 12:03 pm #13457Hastudio
ParticipantAnother questions about this page
How can I change the pink background that shown when the mouse is over the search results?
And how can I delete the spaces between every row of the results to the row below it?
June 8, 2017 at 12:15 pm #13460Ernest Marcinko
KeymasterHi!
1. I don’t know if the isotope script supports rtl layouts to be honest. I will check with the developer to see if there is anything we can do about that.
Until then, this custom CSs might help, I’m not sure:
[html].resdrg .asp_isotopic_item {
position: static !important;
float: right;
margin-right: 10px !important;
}[/html]2. The color is inherited from the theme, to control it, you might need a custom CSS for this as well:
[html].searchsettings fieldset .label {
color: red;
}[/html]June 8, 2017 at 12:27 pm #13461Hastudio
ParticipantThank you
Another questions about this page
How can I change the pink background that shown when the mouse is over the search results?
And how can I delete the spaces between every row of the results to the row below it?
June 8, 2017 at 1:40 pm #13464Ernest Marcinko
KeymasterHi!
To remove the background, try:
[html]
.results .asp_isotopic_item.hovered {
background: none !important;
}[/html]The white space between the items is because of their big height, you can change that here: http://i.imgur.com/MIivASI.png
June 8, 2017 at 2:22 pm #13469Hastudio
ParticipantHi,
Why the results don’t shown on mobile?
June 8, 2017 at 3:42 pm #13472Ernest Marcinko
KeymasterHi,
It’s probably because of the earlier custom CSS suggestion:
[html].resdrg .asp_isotopic_item {
position: static !important;
float: right;
margin-right: 10px !important;
}[/html]It looks like it does not work on mobile devices. If you remove it, it should start working again.
I have already contacted the isotope script developer, I’m sure he will be able to suggest a customization for RTL layouts.June 11, 2017 at 10:23 am #13493Hastudio
ParticipantYou cannot access this content.
June 12, 2017 at 11:23 am #13501Ernest Marcinko
KeymasterHi!
1. Yes, unfortunately it has to be built into the search script directly, there is no workaround for that. I will make sure to include it in the upcoming release.
2. That probably needs a customization. You can look at the results templating article. There are many things you can do with that, but I usually recommend asking an experienced developer for customizations.
June 12, 2017 at 11:33 am #13505Hastudio
ParticipantHi,
1. Thanks
2. I can’t customize almost anything.
For example I’m trying to control the size of the picture and can’t get a good result. I’m trying to control the number of columns in every row but can’t change it. Can I control in this little issues?June 12, 2017 at 12:31 pm #13506Ernest Marcinko
KeymasterHi,
2. The number of rows is calculated automatically based on the item width you define on the back-end: http://i.imgur.com/oHwuAqG.png
The size of the image fits this size as well, you can even choose the sources and the display mode: http://i.imgur.com/z03IqGt.pngJune 12, 2017 at 1:34 pm #13510Hastudio
ParticipantYou cannot access this content.
June 12, 2017 at 1:38 pm #13512Ernest Marcinko
KeymasterHi!
It depends on the the container width (where the settings are placed) and on the width that is set for each box here: http://i.imgur.com/tGcdFqA.png
If you lower the Column width (in pixels) option, they will more likely to be placed side by side. -
This topic was modified 8 years, 12 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.