Some different editing processes on the site

This topic has 25 replies, 4 voices, and was last updated 5 months ago ago by Andrew Mitchell

  • Avatar: Murad
    Murad
    Participant
    May 11, 2024 at 11:25

    Hello,

    1) You recently added a manual translation to my site. I want you to change him.

    2) Turkish sentences appear when writing comments on products. How can I translate these sentences?

    3) I want you to remove the phrase “shop” from the breadcrumbs of the brand page. I want you to remove the shop phrase from the breadcrumbs of the search.

    4) I want you to remove the stock label from the product. I want you to let me know how it was done.

    5) I want you to remove the archival phrase from the breadcrumbs of the bloq category.

    Please, contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    24 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 11, 2024 at 12:29

    Hello, Murad,

    Thank you for reaching out to us with your requests. We are here to assist you with each of the changes you’ve mentioned for your site.

    1/ Next time, to edit translation, please go to Loco Translate > Themes > XStore > edit translation.

    2/ Loco Translate > Plugins > WooCommerce > edit translation.
    Loco Translate > Plugins > XStore Core > edit translation.

    3/ Please try to use code from this topic – https://www.8theme.com/topic/remove-shop-page-from-breadcrumbs/#post-355143

    4/ Go to Theme Options > WooCommerce > Single Product Builder > “Sale” Label > disable the label.

    5/ https://prnt.sc/CUyudzpRTduO > https://prnt.sc/zUzptjYTjNt7

    Best Regards,
    8Theme’s Team

    Avatar: Murad
    Murad
    Participant
    May 11, 2024 at 16:51

    Unfortunately, none of what you have written has helped.

    1) The sentence I’m saying can’t be translated with loco. You recently added this as a code. I want you to change this sentence.

    2) 2) Turkish sentences appear when writing comments on products. How can I translate these sentences? The sentences don’t come out in any of these. (Loco Translate) Plugins WooCommerce, XStore Core, Themes XStore.

    3) I want you to remove the phrase “shop” from the breadcrumbs of the brand page. I want you to remove the shop phrase from the breadcrumbs of the search. https://www.8theme.com/topic/remove-shop-page-from-breadcrumbs/#post-355143 i’m using the code here, but it doesn’t work for the branding and search pages.

    4) I want to have a discount label on the products in the catalog, but I don’t want to have a stock label when you click on the product.

    5) 5) I want you to remove the archival phrase from the breadcrumbs of the bloq category. Check it in the Hidden window in Google chrome, the archive is still there.

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 12, 2024 at 12:23

    Hello, Murad,

    1/ Done. Next time, you can edit this text in the functions.php file of your child theme.

    2/ As we can see, this is not a part of our theme. We would recommend you contact WooCommerce and WordPress support.

    3/ Should you require customizations, we invite you to submit a request through our customization panel at the following link: https://www.8theme.com/account/#etheme_customization_panel. Please be aware that customization services will incur additional charges.

    4/ Done. Theme Options > WooCommerce > Single Product Builder > “Sale” Label > disable the label.

    5/ https://prnt.sc/TFGZ3zq5soq0

    Best Regards,
    8Theme’s Team

    Avatar: Murad
    Murad
    Participant
    May 12, 2024 at 13:30

    I don’t need additional paid customization. I just want you to remove the “shop” phrase from the breadcrumbs.

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 13, 2024 at 04:21

    Hi @Murad,

    Please try adding the following CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    body.woocommerce div.page-heading > div > div > div > nav > span:nth-child(2),
    body.woocommerce div.page-heading > div > div > div > nav > a:nth-child(3){
        display: none;
    }
    

    Hope it helps!

    Avatar: Murad
    Murad
    Participant
    May 13, 2024 at 10:45

    I added the codes you provided, removed the shop phrase from the breadcrumbs of the search and brand page. But it spoiled the breadcrumbs of the product page. I want you to fix it. Example: Home page/Category name/Product name

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 13, 2024 at 10:48

    Hi @Murad,

    Please update the previous CSS codes to this one:

    
    body.woocommerce:not(.single-product) div.page-heading > div > div > div > nav > span:nth-child(2),
    body.woocommerce:not(.single-product) div.page-heading > div > div > div > nav > a:nth-child(3){
        display: none;
    }
    

    Hope it helps!

    Avatar: Murad
    Murad
    Participant
    May 13, 2024 at 12:23

    The code you provided worked. I added it to my other site because it worked, but it broke some parts. I want you to fix them.

    1) He erased the arrow mark on the breadcrumbs.
    2) He has completely deleted the breadcrumbs from the about us page.

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 13, 2024 at 14:00

    Hi @Murad,

    Please update the custom CSS codes again:

    
    body.woocommerce:not(.single-product):not(.tax-product_cat):not(.post-type-archive-product):not(.tax-brand):not(.tax-product_tag) div.page-heading > div > div > div > nav > span:nth-child(2), 
    body.woocommerce:not(.single-product):not(.tax-product_cat):not(.post-type-archive-product):not(.tax-brand):not(.tax-product_tag) div.page-heading > div > div > div > nav > a:nth-child(3) {
        display: none;
    }

    Please note that our custom CSS code is not affected to the About Us page.

    Best Regards,
    8Theme’s Team

    Avatar: Murad
    Murad
    Participant
    May 13, 2024 at 17:40

    Yes, the code you provided worked. I’d like you to add breadcrumbs to the “About Us” page.

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 14, 2024 at 04:17

    Hi @Murad,

    The breadcrumb has been added to About Us page. Please config the spacing as you need:

    https://prnt.sc/Qtup_pUpsSo0

    Best Regards,
    8Theme’s Team

    Avatar: Murad
    Murad
    Participant
    May 14, 2024 at 20:28

    Good, can you position it like the breadcrumbs of other pages? Same size, same alignment. All the same.

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 15, 2024 at 03:35

    Dear Murad,

    We hope this message finds you well. We would like to request that you kindly update the “About Us” page on our website as per the style changes you suggested. We believe that implementing these changes should be straightforward.

    Thank you for your attention to this matter.

    Best regards,
    The 8Theme Team

    Please contact administrator
    for this information.
    Avatar: Murad
    Murad
    Participant
    May 15, 2024 at 13:32

    Unfortunately, I can’t do it like other pages. I’m asking you to do it.

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 15, 2024 at 16:36

    Hi @Murad,

    We’ve updated the spacing. Please check again.

    FYI: When you ask someone to do something, please use a kind word.

    Thank you!

    Best regards,
    The 8Theme Team

    Avatar: Murad
    Murad
    Participant
    May 15, 2024 at 16:57

    Unfortunately, it didn’t happen again. I am sending pictures and links for this.

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 16, 2024 at 04:52

    Hi @Murad,

    Please check again:

    https://prnt.sc/qCvK3ag5wP21
    https://prnt.sc/VqOG7ZzEujxY

    Best regards,
    The 8Theme Team

    Avatar: Murad
    Murad
    Participant
    May 16, 2024 at 05:31

    I guess it seems impossible to get the size I want. I have sent you the detailed measurements in the pictures.

    Please contact administrator
    for this information.
    Files is visible for topic creator and
    support staff only.
    Avatar: Justin
    Luca Rossi
    Support staff
    May 16, 2024 at 05:41

    Hi @Murad,

    Since we’re using the custom breadcrumb element, so the spacing will not look 100% same as the default heading.

    Please edit your About Us page and change the following size of these element:

    – Spacer above the breadcrumb: https://prnt.sc/5xTUvXg7qW3a
    – The width of container: https://prnt.sc/mFwPDu2JgT4d (please note that change it will make the breadcrumb not align with the content below)

    Best regards,
    The 8Theme Team

    Avatar: Murad
    Murad
    Participant
    May 16, 2024 at 06:58

    The image you sent has been deleted

    Avatar: Justin
    Luca Rossi
    Support staff
    May 16, 2024 at 07:18

    Hi @Murad,

    We’ve updated the link of images.

    Best regards,
    The 8Theme Team

    Avatar: Murad
    Murad
    Participant
    May 16, 2024 at 09:12

    It worked, the problem was solved. Thanks.

    Avatar: Justin
    Luca Rossi
    Support staff
    May 16, 2024 at 09:30

    Glad we’re able to help you!

    Best regards,
    The 8Theme Team

    Avatar: Andrew Mitchell
    Andrew Mitchell
    Support staff
    May 16, 2024 at 09:49

    Dear Murad,

    We hope you’re reveling in the experience our theme brings! Your enthusiasm is what fuels our passion. Would you be so kind as to channel that energy into a 5-star rating on ThemeForest? Your feedback is the spark that lights our way!

    Click here to spread the love: https://themeforest.net/downloads

    Thank you for being an integral part of our journey!

    Best Regards,
    The 8Theme Team

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

The issue related to '‘Some different editing processes on the site’' 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.