Romanian characters not showing correct - by santo21

This topic has 25 replies, 3 voices, and was last updated 9 years, 7 months ago ago by Robert Hall

  • Avatar: santo21
    santo21
    Participant
    April 23, 2015 at 18:55

    Hello,

    On the shop and checkout page the font characters with accents are showing different and with bold. You can see here: https://www.dropbox.com/s/wdny8srvwyzq0lh/Screenshot%202015-04-23%2020.48.57.png?dl=0
    Can you please help me to fix this?

    Is it the same problem as here: https://www.8theme.com/topic/theme-responsible-of-the-emails-sent-when-registring-a-new-customer-account/

    Thank you.

    24 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    April 23, 2015 at 20:46

    Hello,

    Please provide us with FTP and wp-admin panel credentials in Private Content.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: santo21
    santo21
    Participant
    April 23, 2015 at 22:01

    Please find the requested credentials.

    Thank you

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 24, 2015 at 19:56

    Hello,

    Please make sure the encoding of your database is utf-8.
    If it’s not you need contact your host and ask them to change it.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: santo21
    santo21
    Participant
    April 27, 2015 at 17:58

    Hello,

    I checked with my host and the encoding is utf-8.
    Any other hint?

    Thank you.

    Avatar: santo21
    santo21
    Participant
    April 27, 2015 at 18:23

    Maybe there is a way to disable the use of special characters. I don’t necessarily need letters with accents.

    Thank you.

    Avatar: santo21
    santo21
    Participant
    April 29, 2015 at 13:36

    Any updates?
    Thank you

    Avatar: Eva
    Eva Kemp
    Support staff
    April 29, 2015 at 15:20

    Hello,

    Sorry for a delay.
    Please try to use this code in custom.css file:

    form .form-row label, #ship-to-different-address .checkbox, .payment_methods li label, .payment_methods p {
     font-family: helvetica !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: santo21
    santo21
    Participant
    April 29, 2015 at 16:16

    It worked wonderfully in the shop!! Great!
    I still have the problem on the buttons: add to cart – “ADAUGA IN COS” and in the breadcrumbs menu.

    Thank you.
    Alex.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 29, 2015 at 16:39

    Hello,

    Could you please clarify with more details what exactly you mean to do and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: Eva
    Eva Kemp
    Support staff
    April 29, 2015 at 16:50

    Hello,

    Please add this code in custom.css file:

    .etheme_add_to_cart_button, .product-information .cart button[type="submit"] {
     font-family: helvetica !important;
    }

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: santo21
    santo21
    Participant
    April 29, 2015 at 17:00

    Hello Eva,
    I tried the code but is not working.

    In private content the are two pictures from mobile device where you can see better the issue.

    Thank you so much for your help.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 29, 2015 at 17:09

    Hello,

    Please try to use this code:
    @media (max-width: 480px) {.bc-type-3 a, .product-information .cart button[type="submit"] {font-family: helvetica !important;}}

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: santo21
    santo21
    Participant
    April 30, 2015 at 10:15

    That worked well on the desktop version!
    I still got the problem on the mobile device, see picture in private content. Can you please find o solution for that also.

    Thank you.

    Please, contact administrator
    for this information.
    Avatar: Eva
    Eva Kemp
    Support staff
    April 30, 2015 at 10:27

    Hello,

    For mobile devices use this code:

    @media (max-width: 480px) {.actions .checkout-button {
     font-family: helvetica !important;
    }}

    Regards,
    Eva Kemp.

    Avatar: santo21
    santo21
    Participant
    April 30, 2015 at 10:41

    Not working. I still got the bold charecters.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 30, 2015 at 10:49

    Hello,

    As I see it’s working perfect now. See screenshot: http://prntscr.com/6zuhiy
    Please clean all cache and check.

    Regards,
    Robert Hall.

    Avatar: santo21
    santo21
    Participant
    April 30, 2015 at 12:09

    Hello,

    I checked on 3 different devices and this is what I get:
    https://www.dropbox.com/s/jy000ha2p78rajg/islim5.png?dl=0
    https://www.dropbox.com/s/mjc1g033p697r7n/islim6.png?dl=0
    https://www.dropbox.com/s/e5pow44g041oja7/Islim7.png?dl=0

    The special regional characters are in bold on the theme buttons and check out form.

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 30, 2015 at 12:50

    I’ve added this code in custom.css file. Please check.

    .bag-total-table table,
    .etheme_add_to_cart_button,
    .bag-total-table table th{
    font-family: helvetica !important;
    }

    Regards,
    Robert Hall.

    Avatar: santo21
    santo21
    Participant
    April 30, 2015 at 13:28

    ok, that fixed some.
    I still need it on the “update cart” button and “place order”, please see below:
    https://www.dropbox.com/s/asllbrzhfknuzzl/islim8.png?dl=0
    https://www.dropbox.com/s/noy9on4n4a4cuj7/islim9.png?dl=0

    Also the footer on the shop pages changed to theme default and i can not find the shop page to change it back…

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 30, 2015 at 13:46

    Hello,

    Please add this code in custom.css file.

    .woocommerce .btn.gray,
    #order_review .place-order .button{
    font-family: helvetica !important;
    }

    Regards,
    Robert Hall.

    Avatar: santo21
    santo21
    Participant
    April 30, 2015 at 14:34

    Perfect, that worked great!
    One more page and i think we are done: order confirmation page.
    https://www.dropbox.com/s/blbtxqmvelrgo1z/Screenshot%202015-04-30%2016.30.55.png?dl=0
    that’s on desktop version.

    Thank you!

    Avatar: Eva
    Eva Kemp
    Support staff
    April 30, 2015 at 14:47

    Hello,

    Please add this code:

    h2, p, .shop_table th {
        font-family: helvetica !important;
    }

    Regards,
    Eva Kemp.

    Avatar: santo21
    santo21
    Participant
    April 30, 2015 at 14:53

    Thank you a lot for all the quick help and understanding!

    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 30, 2015 at 14:54

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • Viewing 25 results - 1 through 25 (of 25 total)

The issue related to '‘Romanian characters not showing correct’' has been successfully resolved, and the topic is now closed for further responses

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.