Okay
  Public Ticket #3120963
WP Swings pluggin
Closed

Comments

  •  16
    alis_andreea started the conversation

    Hello,

    I have added a plugin on my shop, WP swings for refunds and returns.

    Can you help me with some stuff please. In picture 1 there are 3 buttons that I would prefer them to have a little bit of space, something like picture 2 please if you could help me with this. 

    The other thing is that half of the plugin is in english and I did not find in the plugin settings how to change the language, maybe I have to change in other place. For example, when i press the button send a message, it's only english (picture 3).

    The last thing is that arrow in picture 3 for loading should be round, but it is not:))

    I would appreciate some help,

    Thank you.

    Attached files:  1.png
      2.png
      3.png

  •  1,661
    Judith replied

    Hi There,

    Thanks for keeping in touch.

    The account page requires logins, please send in the logins for access:

    5231062969.png

    You can translate using the loco translate plugin: https://themenectar.ticksy.com/article/5912/edit/.

    Thanks.

  •   alis_andreea replied privately
  •  8,464
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions a {
        display: flex;
        flex-direction: column;
        margin: 5px 0;
    }

    Thanks


    ThemeNectar Support Team 

  •  16
    alis_andreea replied

    Thank you Tahir, it works.

    About the arrow in picture 3 that should be a loading arrow, can you help me fix it? that should be round but it's not, it's a squashed arrow :D

    Attached files:  3.png

  •  1,661
    Judith replied

    Hi There,

    Please send us the URL for the page you have referenced on the screenshot so that we can have a look into it.

    Thanks.

  •  16
    alis_andreea replied

    Attached files:  here is the arrow.png

  •  16
    alis_andreea replied

    About the translation, I already have the loco plugin instaled, i forgot that I used it before but is does nothing for this plugin, the text still remains the same.I tried but it shows pending. I am doing something wrong?

    Attached files:  loco.png

  •  1,661
    Judith replied

    Hi There,

    Please try this css:

    .wps_order_msg_history_container .wps_reload_messages .reload-icon {
        width: 21vw;
        height: 40vh;
    }

    Thanks.

  •  16
    alis_andreea replied

    Thank you Judith.