• Hello

    First of all, thanks for your useful plugin.

    All working well but the texts on pro and contra buttons are ltr by default and there is no option to set them as centered or rtl. Can you please add it in in options or let me know if I can put a CSS code in the plugin design section or theme CSS editor section? I already tried something but nothing happened.


    Thanks and regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Pixelbart

    (@pixelbart)

    Hi @alikit,

    you can test this CSS:

    .helpful {
        direction: rtl !important;
    }

    Please note, that helpful is outdated, and I would not update anymore.

    Thank you!

    Greetings Kevin

    Thread Starter alikit

    (@alikit)

    Thanks for your reply.

    It does not work unfortunately, not in the theme CSS editor nor in your plugin CSS editor. Any other solution please?

    Really outdated!? Shocked, do you have any new one or any suggestion like it? Although it is still working well.

    Thanks

    Plugin Author Pixelbart

    (@pixelbart)

    @alikit

    You can test this:

    .helpful,
    .helpful * {
        direction: rtl !important;
    }

    This is the message on the plugin site:

    This plugin has been closed as of August 26, 2022 and is not available for download. Reason: Security Issue.

    Thread Starter alikit

    (@alikit)

    Thanks for your swift reply, but it doesn’t work either!!!

    Thanks for informing me about an outdated plugin, so with security issues you suggest removing it and using another plugin, right?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RTL text in the pro and contra buttons’ is closed to new replies.