• Resolved vise

    (@vise)


    How do I control justification of finish personality test message (interval)?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @vise,

    Thank you for your topic.

    My apologies for the late reply – weekends are non-working days for us.

    To reach your desired result, you can add the mentioned text in the WP Editor and give it the needed alignment.

    See the screenshot below:

    Also, you can do it by writing the HTML and CSS codes, based on your wish.

    For example:

    <h4 style="text-align: left;">Congratulations!</h4>
    <p style="text-align: left;">You passed the quiz!</p>

    See the screenshot below:

    Let me know if I can be of any further assistance.

    Thank you.

    Thread Starter vise

    (@vise)

    Great! I’ve fixed text portion, but image still is aligned to left

    Thread Starter vise

    (@vise)

    Oh, I’ve got it.

    <img class="size-full wp-image-10600 aligncenter" src="https://annawojtczak.pl/wp-content/uploads/2024/03/109_Czerwony_PNG.png" alt="" width="247" height="400" />

    But in gmail it still not align center… ??

    <div><div><p><img class=3D"size-full wp-image-10600 aligncenter" src=3D"htt=
    ps://annawojtczak.pl/wp-content/uploads/2024/03/109_Czerwony_PNG.png" alt=
    =3D"" width=3D"247" height=3D"400" /></p>
    <h4 style=3D"text-align: center;">

    gmail e-mail code

    Plugin Support Jasmine

    (@hyenokian)

    Dear @vise,

    Thank you for your reply.

    Please, add the display flex part to your CSS code.

    For example:

    display: flex;justify-content: center;align-items: center;

    So, your code will look like this:

    <div style="width:100%;max-width:400px;margin:10px auto;display: flex;justify-content: center;align-items: center;"><img style="max-width:100%;" src="https://annawojtczak.pl/wp-content/uploads/2024/03/109_Zielony.png"></div>

    See the screenshot below:

    Please, check again and let us know about the outcome.

    Thank you.

    Thread Starter vise

    (@vise)

    Thanks!

    Thread Starter vise

    (@vise)

    One more thing. At the end of the test there’s a line saying basically percentage of certain types of your personality:

    Twój typ osobowo?ci jest czerwony?w %%keyword_percentage_A%%, niebieski w?%%keyword_percentage_B%%, zielony w?%%keyword_percentage_C%%, a ?ó?ty w?%%keyword_percentage_D%%.

    i.e. “Twój typ osobowo?ci jest czerwony?w 22.22%, niebieski w?40%, zielony w?28.89%, a ?ó?ty w?8.89%.”

    is there a way of rounding those percentages? to say whole number?

    Plugin Support Jasmine

    (@hyenokian)

    Dear @vise,

    Thank you for you reply.

    At the moment, the plugin is designed in that way and unfortunately, you will not be able to change it.

    But we will take your request as a suggestion and will let you know in case of adding it in one of the future updates.

    In case of any questions, please do not hesitate to?open?a?new?ticket.

    Thank you.

    Thread Starter vise

    (@vise)

    Thank you.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘finish personality test message (interval)’ is closed to new replies.