problem in rtl and another feature

Home Forums Product Support Forums Ajax Search Pro for WordPress Support problem in rtl and another feature

This topic contains 3 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 5 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #17292
    karim
    karim
    Participant

    hi i have a problem with rtl with setting content
    i does not know what css element will resolve this issue
    the slider handle also did not work
    i attached a screenshot because my site now on my local server and not live
    another thing i ask if you can add feature in next update
    make user can type the range in two input boxes insted of slider, i found some errors in slider on phones
    thanks

    Attachments:
    You must be logged in to view attached files.
    #17304
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    Unfortunately I cannot tell based on a screenshot, but I am guessing that it is either a CSS conflict, or the rtl class is missing from the document body.

    div.asp_w.asp_s.searchsettings form, div.asp_w.asp_sb.searchsettings form {
        flex-direction: row-reverse !important;
    }
    
    .asp_content, .asp_nores, .asp_content *, .asp_nores *, .searchsettings form {
        text-align: right !important;
        direction: rtl !important;
    }
    .asp_option {
        direction: ltr !important;
    }
    

    Try the following custom CSS, but I don’t know if it will have any effect.

    Best,
    Ernest Marcinko

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


    #17353
    karim
    karim
    Participant
    You cannot access this content.
    #17363
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

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


Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic.