This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

RTL

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #52493
    AmjadShadidAmjadShadid
    Participant

    Hi,
    Please advise how to make the search button or the magnifier icon go to the left side when using Arabic lang. and back to the right side when using English lang.

    Thanks

    #52497
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Sure!

    The easiest way around it is setting the magnifier to the right side by default, then using this custom CSS code as well:

    .rtl button.promagnifier {
        order: 1 !important;
    }

    This will force the order to the left side when RTL class is present on the body (aka RTL langauge is used).

    #52505
    AmjadShadidAmjadShadid
    Participant

    Many Thanks, it works well,
    the plugin is installed on the main domain and I also have subdomains and these subdomains have some of the search results, my question is how can I direct the keywords search from the main domain to these links on the subdomains?

    thanks!

    #52508
    Ernest MarcinkoErnest Marcinko
    Keymaster

    You are welcome!

    Are the subdomains on the same WordPress Mulsisite Network?

    #52510
    AmjadShadidAmjadShadid
    Participant

    Thanks for your reply. The subdomains are not on the WP Multisite.

    #52512
    Ernest MarcinkoErnest Marcinko
    Keymaster

    In that case I’m afraid that’s not possible. The results have to be WordPress content on the same WordPress multisite installation for the plugin to be able to access them. Multisite is a WordPress feature which allows you connecting multiple WordPress installations.

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.