Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › problem in rtl and another feature
- This topic has 5 replies, 2 voices, and was last updated 8 years, 2 months ago by
Ernest Marcinko.
-
AuthorPosts
-
March 28, 2018 at 3:50 pm #17352
karim
Participanthi
1. i have a problem with rtl with setting content
i do not know what css element will resolve this issue
the slider handle also did not work2. another thing i ask if you can add feature in next update
make user can type the range in two input boxes instead of slider, i found some errors in slider on phones
thanks-
This topic was modified 8 years, 2 months ago by
karim.
March 29, 2018 at 9:58 am #17364Ernest Marcinko
KeymasterHi!
1. Thank you for the details, this improved custom CSS should do the trick (replace the previous one):
[html]div.asp_w.asp_s.searchsettings form, div.asp_w.asp_sb.searchsettings form {
flex-direction: row-reverse !important;
margin-right: 10px !important;
}.asp_content, .asp_nores, .asp_content *, .asp_nores *, .searchsettings form {
text-align: right !important;
direction: rtl !important;
}div.asp_w.asp_s.searchsettings div,
.asp_option,
.asp_option::after {
direction: ltr !important;
}[/html]2. I have noted your request, hopefully we can implement it on a future release.
March 29, 2018 at 4:25 pm #17368karim
Participantthanks a lot for your replay
1. it works and solved the problem with hovering setting box
— but with block setting box the issue still exists (if you check the page again you will find an example with block setting box)2. another thing i test the range handle on phone devices there is a problem when you hold and slide to change the range this problem not only on my site but also on example here https://ajaxsearchpro.com/woocommerce-search/
— just hold right handle and adjust range go to the left handle and hold to adjust the low range you will find that the right handle moved and covered the right handlethanks
March 30, 2018 at 9:37 am #17371Ernest Marcinko
KeymasterHi!
1. Sorry about that, this should do it for both layouts:
[html]div.asp_w.asp_s.searchsettings form, div.asp_w.asp_sb.searchsettings form {
flex-direction: row-reverse !important;
margin-right: 10px !important;
}.asp_content, .asp_nores, .asp_content *, .asp_nores *, .searchsettings form {
text-align: right !important;
direction: rtl !important;
}div.asp_w.asp_s.searchsettings div,
div.asp_w.asp_sb.searchsettings div,
.asp_option,
.asp_option::after {
direction: ltr !important;
}[/html]2. Indeed. I will look into this in more details for the upcoming release. There is probably an issue with the noui slider script we are using.
March 30, 2018 at 9:10 pm #17374karim
Participantthanks alot
the css code solve my problem
(:
i will waiting you to solve the handle issue in upcoming updates.thanks bro
-
This reply was modified 8 years, 2 months ago by
karim.
April 3, 2018 at 10:22 am #17381Ernest Marcinko
KeymasterYou cannot access this content.
-
This topic was modified 8 years, 2 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.