I don’t find a way to change/edit a few fields in the website

This topic has 21 replies, 3 voices, and was last updated 1 years, 9 months ago ago by Rose Tyler

  • Avatar: Nadav
    Nadav
    Participant
    June 28, 2022 at 22:29

    Hello, I’m still customizing the theme to my needs and I’m stuck on translating and editing a few fields on the website. I also tried to find how I can change the fonts in the same places but didn’t find any way to do it.

    I’ve uploaded two screenshots of two different places on the website.
    I uploaded it, you can download it and view from here:
    https://file.io/RVQFpqaaLcH1

    1. How can I change the language and edit the fonts, for example, those words: “SHOPPING CART”, “SUBTOTAL”, “CHECKOUT”, “FREE SHIPPING OVER 49$” + Checkout page in some places.

    And anything else that involved the woocommerce, and checkout process.
    I will be glad to get some help,
    Thank you.

    20 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 29, 2022 at 06:48

    Hello,

    Create translation for XStore theme and XStore Core plugin – https://xstore.helpscoutdocs.com/article/30-base-theme-translation Theme Options -> Header Builder -> Cart -> Mini-Cart Promo Message
    WooCommerce > Settings > Accounts & Privacy > Privacy policy

    Regards

    Avatar: Nadav
    Nadav
    Participant
    June 29, 2022 at 12:30

    Thank you, I success translate a few strings that I needed but I still don’t find any way to edit their fonts. Where can I edit the fonts?

    And about the translation, I don’t find a way to translate the cart popup – when clicking on the cart icon it opens a popup, where can I edit those strings?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 29, 2022 at 12:32

    Hello,

    Theme Options > Typography
    Translation of XStore Core plugin

    Regards

    Avatar: Nadav
    Nadav
    Participant
    June 29, 2022 at 14:57

    I changed the fonts in these settings but it doesn’t affect the whole site.
    Can you help me somehow?
    And what do you mean by translation of xstore core plugin? How can I do it?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 29, 2022 at 15:25

    Could you provide temporary wp-admin access?
    Go to Loco Translate > Plugins > select the XStore Core plugin. Press “Add new language” the same way as you did for the theme translation. Translate the necessary strings and Save.

    Regards

    Avatar: Nadav
    Nadav
    Participant
    June 29, 2022 at 16:12

    I found the xstore core plugin translation, it still doesn’t help me to translate a few words..

    I attached here a few screenshots (online watch) that describe my issues:
    https://ibb.co/9qFqRTj – Logo doesn’t shows up
    https://ibb.co/fYh0BLG – Example for a words that I cannot change their fonts
    https://ibb.co/ZzkDBqR – Example for a words that I cannot translate

    There’s some more words, but I try to understand where can I edit all of them

    Avatar: Nadav
    Nadav
    Participant
    June 29, 2022 at 16:14

    And yes this is the access to WordPress, I know that the host provider is blocking a big list of country to protect the websites, I hope you can access.

    Please contact administrator
    for this information.
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    June 29, 2022 at 17:46

    Hello,

    1/ I just reuploaded logo and it displays ok.
    2/ You did not translate Shop word in the core plugin https://prnt.sc/n7dKstP5irf2 and theme https://prnt.sc/HtrZ48rGunJM
    3/ Translate widget titles https://prnt.sc/0N2WwNa74f7b

    Regards

    Avatar: Nadav
    Nadav
    Participant
    June 29, 2022 at 23:01

    And what about the fonts please? It doesn’t affect the whole site, there’s still a lot of places that uses a different fonts

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 30, 2022 at 09:58

    Hello,

    https://ibb.co/fYh0BLG – Example for a words that I cannot change their fonts – Theme Options > Breadcrumbs > Breadcrumbs Font and Breadcrumbs Title Font
    Provide more examples, so we can guide you.

    Regards

    Avatar: Nadav
    Nadav
    Participant
    July 6, 2022 at 10:33

    Thanks Rose, I have another question:
    How can I make the Header block 01 clickable? I want it to refer a phone call tel:0522912324.

    I don’t find any way to do it without another button in the element.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 6, 2022 at 14:08

    Hello,

    Edit static block using Elementor > https://prnt.sc/ZsEHloCfuID9
    <a href="tel:0522912324" class="" style= "color:white" role="button">0522912324</a>

    Regards

    Avatar: Nadav
    Nadav
    Participant
    July 7, 2022 at 12:06

    Thank you!
    I have a little issue with the mobile header clickability.
    The menu button needs 4-5 clicks to get open.

    And I have another issue with the footer on mobile, I cannot see all of it I think because of the scrolling effect.

    Do you have any suggestions how to solve it?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 7, 2022 at 12:57

    Hello,

    1/ What browser do you use? Could you record a video of the problem? Please clear cache of browser also.
    2/ I’ve passed this question to our dev team.

    Regards

    Avatar: Nadav
    Nadav
    Participant
    July 7, 2022 at 13:08

    I use google chrome, I’ve tried it with 3 different devices and It happens on all of them.

    Related to the footer issue I found another bug, while scrolling up (above header) – you start to see the footer :O and it happens on google chrome and it worst on “safari”

    Here a quick video that show the bug:
    https://www.veed.io/view/4cc5d653-bbae-4f8e-84ca-e81c806cd9d0?sharingWidget=true

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 7, 2022 at 13:08

    2/ Add the next code in Theme Options > Theme custom CSS > Global:

    @media only screen and (max-width: 767px) {
    .page-wrapper {
    margin-bottom: 0 !important;
    }
    .et-footers-wrapper {
    position: static;
    }
    }

    Regards

    Avatar: Nadav
    Nadav
    Participant
    July 7, 2022 at 13:11

    Where should I paste this code?
    There are already a few lines of code in there:
    https://prnt.sc/fUPYf55yrQI8

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 7, 2022 at 13:13

    Just under the current code there.

    Regards

    Avatar: Nadav
    Nadav
    Participant
    July 11, 2022 at 10:23

    Hi Rose I have another question:
    How can I change the font of those woo commerce buttons:
    https://prnt.sc/sAwaKNjSobAC
    https://prnt.sc/PzokYjdTSqnF

    And here I want to know how to change the button’s font + how to translate the “I would like to receive” checkbox text.
    https://prnt.sc/fJCksQTmKRiF

  • 1 2
    Viewing 20 results - 1 through 20 (of 21 total)

You must be logged in to reply to this topic.Log in/Sign up

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