Forum Replies Created

Viewing 30 posts - 16,471 through 16,500 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 15:31

    Hello, @karawhereibelong,

    Thank you for your response.

    Could you please provide us with more information about the issue and screenshots for better understanding?

    Provide temporary wp-admin access, so we can check your settings.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 15:29

    Hello, Mguevararojas2022,

    But you are using our theme there, you can’t use the theme without activation it is a violation of Envato’s rules and licensing policies.

    Best regards,
    8theme Support Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 15:06

    Hello, Sint0,

    Please try to use the next code:

    .et-off-canvas.et_b_header-account input#rememberme+span {
        text-overflow: unset !important;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 14:45

    Hello, @Ammarzo,

    Thank you for your response.

    Please provide the URL of the mentioned demo.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 14:31

    Hello, Moeed,

    Thank you for contacting us and for using XStore.

    Please download “Revolution sliders from XStore Demos” from this page https://www.8theme.com/downloads/ , unzip it, then you will find folders of demos with archives of sliders, for example, this can be imported – https://prnt.sc/KYVrWcWF6N0N https://prnt.sc/Ye2G9mWRzZKj

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 14:29

    Hello @ayoub,

    Thank you for your response.

    There could be a few reasons for the problem:
    1/ You have activated 3rd party plugins and 1 of them causes the problem.
    2/ PHP version or something on the server side causes the problem.

    To be able to help you, we need to check the situation on your site more deeply. Please provide URL and temporary wp-admin access.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 14:15

    Hello, Eulice,

    Thank you for getting in touch with us.

    Do you want to translate “Add to Cart” text?

    Please follow next articles to translate the theme, XStore Core and WooCommerce plugins – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ https://woocommerce.com/document/woocommerce-localization/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 14:13

    Hello, Eulice,

    Thank you for contacting us and for using XStore.

    If you want to rename tabs, you need to use translation – https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/ https://woocommerce.com/document/woocommerce-localization/

    If you want to change font-family of tabs titles, the next custom CSS code can be used:

    .woocommerce-tabs.horizontal .wc-tabs .et-woocommerce-tab {
        font-family: Roboto;
    }

    https://www.w3schools.com/cssref/css3_pr_font-face_rule.php

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 13:59

    Hello @ayoub,

    Thank you for your response.

    Use Lightshot screenshot or Gyazo tool to make screenshots and share the links here, or you can use a file-sharing service such as WeTransfer https://wetransfer.com/ to upload ready photos there and provide us with URLs.

    Could you provide the URL of your site also?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 12:50

    Hello, Thelegend,

    Thank you for letting us know that you figured out the problem! Have a nice day!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 12:49

    Hello, Sint0,

    Thank you for your response.

    Please try the next custom CSS code:

    .et-content-dropdown.et_element-top-level .header-account-content.et-mini-content:after {
        content: '';
        position: absolute;
        right: -20px;
        left: -20px;
        top: -20px;
        bottom: -20px;
        z-index: -1;
    }

    If this doesn’t help, there is no other way than set the Off-Canvas type or disable the dropdown, unfortunately.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 12:47

    Hello, Stefano Valso,

    You’re welcome!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 12:24

    Hello, Vasak,

    You’re welcome!
    Have a good day too

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 12:23

    Hello, Thelegend,

    Thank you for contacting us and for using XStore.

    We’ve checked your Checkout page and here is what we see right now – https://prnt.sc/GtYkMbhFtaW_

    Please provide temporary wp-admin access, so we can check the situation more deeply.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 12:10

    Hello, Ministry Of Concrete,

    Thank you for contacting us and for using XStore.

    Please try to remove next widgets from the sidebar and check how it works then – https://prnt.sc/FM29TUp8fk9g
    Let us know the result.

    After that, please provide temporary wp-admin and FTP access, so we can check the situation more deeply.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 10:56

    Hello, Stefano Valso,

    Thank you for contacting us and for using XStore.

    Please add the next code in Theme Options > Theme custom CSS > Global:

    .breadcrumb-trail .page-heading > div {
        display: inline-block;
        width: auto;
        padding: 0;
        position: static;
    }
    .breadcrumb-trail .page-heading {
        text-align: start;
        width: 100%;
        margin: 0 auto;
        color: currentColor;
        position: relative;
    }
    .breadcrumb-trail .page-heading .back-history {
        top: 15px;
    }
    
    @media only screen and (min-width: 768px) {
        .breadcrumb-trail .page-heading {
            max-width: 750px;
        }
    }
    @media only screen and (min-width: 992px) {
        .breadcrumb-trail .page-heading {
            max-width: 970px;
        }
    }
    @media only screen and (min-width: 1200px) {
        .breadcrumb-trail .page-heading {
            max-width: 1440px;
        }
    }

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 10:55

    Hello, Vasak,

    Thank you for contacting us and for using XStore.

    Comparing plugins’ email templates and default WooCommerce templates you may see that “Kargo Takip Türkiye” plugin has a few fully different structure/technique of code → https://prnt.sc/cSkdpi1y-ZM- which make load of the email template content forcibly from their files and not from the basic ones (which could be filtered/hooked by our builder).
    Comparing to correctly registered email that could be rendered from our Builder → https://prnt.sc/dXy7cmBYG1fS
    We recommend you contact with plugin’s author with such questions to make their emails registered correctly which helps you to use our Email builder for such email types.

    Thanks for understanding!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 10:50

    Hello, Eulice,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    You need to translate the XStore theme – https://www.8theme.com/documentation/xstore/theme-translation/

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 10:10

    Hello, @karawhereibelong,

    Thank you for contacting us and for using XStore.

    In order to resolve your issue, please navigate to XStore > Theme Options > Speed Optimization and set Menu Cache, Static Blocks Cache, and Remove Query Strings From Theme Static Resources to Off. After that, please clear the cache of your browser and check the Footer.

    If this doesn’t help, please provide temporary wp-admin access, so we can check your settings.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 09:06

    Hello, Niddy,

    Thank you for contacting us and for using XStore.

    1/ Settings inside Single Product builder https://prnt.sc/WwyokgOBTzOx can be different for different templates, but settings out of this section, for example, Theme options > WooCommerce > Built-In Wishlist, will be common.

    2/ This text comes from WooCommerce plugin, so you can translate it there.
    https://woocommerce.com/document/woocommerce-localization/

    If you want to ask about new settings/features in new updates, please post requests via the next page – https://www.8theme.com/taskboard/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 08:35

    Hello, Eulice,

    Thank you for your response, but you did not fix Mixed Content errors.

    “I have deactivate the plugin” – do you mean one of plugins? We asked you to deactivate all 3rd party plugins on the site.
    We deactivated mentioned plugins, which fixed the problem, then we activated the plugins one by one. The Pack – the reason for the problem with the gallery. Now The Pack is disabled, please check the Single Product page on your site – https://prnt.sc/lcwjsjsRlt_d , you still need to fix the Mixed Content errors (contact hosting provided about it).
    If you want to use The Pack, contact its support to fix the problem.

    Please note that we do not give a guaranty for full theme compatibility with all existing 3rd party plugins. Sometimes, not always, you need additionally customize the theme or plugin to make them work together. Unfortunately, it’s not possible for the author to make the theme compatible with all the existing plugins and additional customization is outside the scope of our basic support.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 08:18

    Hello, Yuvi,

    Thank you for contacting us and for using XStore.

    Please provide us with temporary FTP access. We will check the problem more deeply and help you.
    To create FTP access, please contact your hosting provider for assistance.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 07:45

    Hello,

    Thank you for contacting us and for using XStore.

    Yes, it is not possible right now, unfortunately.
    You can post your request on our Taskboard at https://www.8theme.com/taskboard/, so the dev team read it there.

    If you have any additional questions or concerns, please do not hesitate to reach out to us. Our support team is always available to assist you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 07:43

    Hello, Oksi,

    Because it is not designed for such things.
    We suggest submitting a request on – https://www.8theme.com/taskboard/ and providing a detailed description of the situation, or looking into customization service – https://codeable.io/?ref=qGTdX

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 07:06

    Hello, Webpat,

    Thank you for your response.

    Private Content

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 4, 2023 at 07:04

    Hello, Mguevararojas2022,

    All the websites were built using XStore. One license applies to one end project. Therefore, either you delete them and the websites will not work and we will still periodically check them or you purchase a license for each of these websites.

    Best regards,
    8theme Support Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2023 at 19:50

    Hello, @Namaste,

    Thank you for your response.

    Fixed.
    Please edit Footer static block using Elementor > change the image – https://prnt.sc/VIVsbB_pdVdr https://xstore.8theme.com/elementor2/sport/wp-content/uploads/sites/11/2023/05/01-1.png

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2023 at 18:17

    Dear, Shirley Djaka,

    I’ve read the conversation and asked you to do the test to find out if the problem persists with our theme only or not.
    We have done this test for you already, and the result: the same problem persists independently of the activated theme (can’t access to the checkout page even with Storefront). Then we checked WooCommerce > Status > Logs, and here is the result – “2023-07-03T17:08:33+00:00 CRITICAL Uncaught TypeError: Unsupported operand types: string / string in /home/clients/750cffd053f851181de79c86d51438f1/sites/vins-niero.dev-djaka.fr/wp-content/plugins/addify-cart-and-order-restrictions/includes/class-af-crt-cart-validation.php:582” It means, the problem is caused by a critical error in files of addify-cart-and-order-restrictions plugin. You need to contact support for the plugin to get assistance.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2023 at 18:07

    Hello, Mguevararojas2022,

    From your screenshot, we can confirm that the XStore theme is still being used on the site – https://prnt.sc/paKHlucaQfoA. Additionally, we have provided you with 11 screenshots (via the Private Content area) from 11 different sites where you are using XStore. As one license can only be used for one site, you will need to purchase additional licenses, or unregister and completely remove the theme from the mentioned sites.
    To resolve this situation, please provide us with individual purchase codes for every site.

    Best regards,
    8theme Support Team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 3, 2023 at 17:38

    Hello, Saleh,

    Thank you for your feedback and for sharing your experience and valuable recommendations.

    Kind Regards,
    8theme team

  • 1 2 3 549 550 551 2,273 2,274 2,275
    Viewing 16,500 results - 16,471 through 16,500 (of 68,227 total)
Viewing 30 posts - 16,471 through 16,500 (of 68,227 total)
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.