Forum Replies Created

Viewing 30 posts - 11,941 through 11,970 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2023 at 09:06

    Hello, Smalameri,

    Thank you for contacting us and for using XStore.

    Our documentation will help you – https://www.8theme.com/documentation/documentation/troubleshooting/troubleshooting-pclziperrbadformat-10-during-theme-core-plugin-update/

    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
    December 5, 2023 at 09:05

    Hello,

    Yes, the recent update to the Elementor plugin has unfortunately resulted in an issue. Our development team has been notified and is currently addressing the problem.
    As an immediate solution, we recommend downgrading the plugin to its previous version and waiting for the subsequent update of both the plugin and the theme.
    We apologize for any inconvenience this may have caused and kindly ask for your understanding and cooperation during this time.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2023 at 09:00

    Hello, Sethr,

    Thank you for getting in touch with us.

    The problem is caused by new Elementor plugin update. Our dev team was informed and we hope Elementor will deal with it also, because the problem appeared not with our theme only.

    As a temporary solution, please downgrade the plugin version – https://wordpress.org/plugins/elementor/advanced/ (select a specific version to download).

    Thank you for your cooperation.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 17:13

    Hello, SK,

    Thank you for contacting us and for using XStore.

    “with my stripe payment box in the checkout page which get refreshed each time i scroll the checkout page.” – please provide URL of the page, temporary wp-admin and FTP access.

    “I already saw that tooo many people had this problem” – please provide links to topics.

    Thank you for your cooperation and we look forward to hearing from you soon.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 16:54

    Hello, GTP,

    You’re welcome and thank you for understanding.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 16:53

    Hello, @gewoonbovenaan,

    Thank you for contacting us and for using XStore.

    Please submit new threads for new questions – https://www.8theme.com/forums/xstore-wordpress-support-forum/

    About the single product page, you are using the new builder – https://prnt.sc/apTvFKb-WXzs , https://prnt.sc/f7Ydx4ktCjXR > https://prnt.sc/jzLQBjSELRKr

    Warm regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 16:17

    Hello, @GTP,

    We appreciate your prompt response.

    1/ There is no option to add an image for the Promo text element in the header.

    2/ There are no such settings.

    3/ Static block can be added via HTML element into the connection block (vertical orientation).

    “Can we request this on the taskboard/custom feature request?” – yes, you can. Taskboard/custom feature departments are independent of the forum, so other persons will consul you there.

    Best Regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 16:04

    Hello, Bleached,

    Thank you for reaching out to us and bringing this issue to our attention.

    Please make sure that the problem is no caused by your custom changes in files or by a 3rd-party plugin.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 15:59

    Hello, Sophie,

    We appreciate your prompt response.

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

    .woocommerce-cart .cross-sell-products, .woocommerce-cart .cross-sell-products-title {
        display: none;
    }

    Yours Sincerely,
    8Themes Team.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 15:50

    Hello, GTP,

    11a and b) Could you provide temporary wp-admin access?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:49

    Hello, Chrisbond,

    Thank you for contacting us and for using XStore.

    Please edit the menu settings and disable the One-page menu option.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:47

    Hello, Street La Mode,

    Thank you for contacting us and for using XStore.

    Updated – https://www.8theme.com/documentation/documentation/troubleshooting/troubleshooting-pclziperrbadformat-10-during-theme-core-plugin-update/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:21

    Hello, Salmi,

    Please note that image settings and regeneration are independent of the theme, because it is a WooCommerce plugin area.
    Regeneration should be done only after changing settings for images (in Appearance > Customize > WooCommerce > Product images), or in case you face some problems with images, the WooCommerce plugin can describe this in more detail for you.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:18

    Hello, @lew-shop,

    Answer from our devs:
    “Thanks for sharing the idea of fixing the bug!
    We checked the code and will implement the fix in the next theme update.
    Also, we used another way of checking out-of-stock products
    instead of

    $all_products_out_of_stock = true;
    foreach ($et_bought_together_ids as $prod_id) {
        $product = wc_get_product($prod_id);
        if ($product && 'outofstock' !== $product->get_stock_status()) {
            $all_products_out_of_stock = false;
            break;
        }
    }
    // Przerwij działanie, jeśli wszystkie produkty są niedostępne
    if ($all_products_out_of_stock) {
        return;
    }

    We made it more simply:

    $in_stock_products = array_filter( array_map( 'wc_get_product', $et_bought_together_ids ), function ($local_product) {
        return $local_product && $local_product->is_in_stock();
    } );
    if ( !count($in_stock_products) ) return;

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:14

    Hello, Marquand,

    Kindly proceed to Xstore > Theme Options > Speed optimization. Once there, please locate and select Menu Dropdown Cache, Menu Cache, Static Blocks Cache, and Remove Query Strings From Static Resources. Subsequently, turn off these options.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:09

    Hello, Chrisbond,

    Thank you for contacting us and for using XStore.

    Please change .single-product p.price ins to .single-product .price ins .amount

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:05

    Hello, AlMendez,

    Thank you for contacting us and for using XStore.

    Could you please provide temporary access for us?

    To provide wp-admin access, you can create a new user account with administrator role via the Dashboard, and provide us with the username and password via the Private Content area.

    To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:04

    Hello, Menichetti,

    Thank you for getting in touch with us.

    Could you please provide temporary wp-admin access?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 14:00

    Hello,

    Thank you for contacting us and for using XStore.

    Please test the settings for buttons in Theme Options > Styling.
    If this doesn’t work, please provide temporary wp-admin access, so we can check and help you.

    To provide wp-admin access, you can create a new user account with an administrator role via the Dashboard, and provide us with the username and password via the Private Content area.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 13:56

    Hello, Marquand,

    Thank you for reaching out to us with your concern regarding the mobile menu text color on your website.

    We understand that despite changing the color settings in the Header main section and clearing the cache, the mobile menu text color remains unchanged. We appreciate you bringing this matter to our attention and we are here to assist you in resolving this issue.

    To better assist you, could you please provide us with temporary access to your website’s admin area? You may share the necessary credentials in the private content area, ensuring that it is secure and only visible to our support team.

    Once we have access, we will investigate the issue further and work towards a prompt solution. Your cooperation is greatly appreciated, and we are committed to ensuring that your mobile menu reflects the desired text color settings.

    If you have any additional information or specific details that you believe may help us in resolving this issue, please do not hesitate to include them in your response.

    Thank you for choosing 8Theme, and we look forward to resolving your issue as quickly as possible.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 13:45

    Hello, Sophie,

    You can use any email to create a temporary account. Here is our email – 8themes@gmail.com

    Yours Sincerely,
    8Themes Team.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 13:42

    Hello,

    Thank you for contacting us and for using XStore.

    1/ Please check how it works with Storefront (default WooCommerce theme) and record a video.

    2/ Provide FTP access.
    To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 13:31

    Hello, Mathew,

    We can’t connect FTP, unfortunately.
    Try to connect to FTP using FileZilla by yourself and let us know.
    Is there a restriction by IP or something else that doesn’t allow us to connect?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 13:25

    Hello, Lani,

    Thank you for contacting us and for using XStore.

    Private Content

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 13:20

    Hello, Mac,

    We appreciate your prompt response.

    You can send a request about adding new option for the Cart page builder via this page – https://www.8theme.com/taskboard/
    or add the next code in Theme Options > Theme custom CSS:

    .e-cart__container .cart-collaterals {
        padding: 1.7em 2em 2em;
        border: 2px solid var(--et_dark-2-white);
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 11:57

    Hello, Mac,

    We appreciate your prompt response.

    Please go to Appearance > Widgets > Cart area > delete the default widget.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 11:52

    Hello, Mathew,

    Thank you for your detailed response.

    Please provide FTP access also.
    To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 11:30

    Hello, Aeroengineer54,

    Thank you for contacting us and for using XStore.

    Private Content

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 11:20

    Hello, @mirko,

    Thank you for getting in touch with us.

    We’ve checked pages on your site and strings are translated.
    Have you sorted it out?
    Do you need any further assistance?

    Best regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2023 at 11:13

    Hello, Alexander,

    Strings that can be changed via Theme Options, for example – https://prnt.sc/4E4usWeXZD98 , can’t be translated via Loco Translate, and this is correct.
    These strings will be available for translation via Dashboard when you create a multilingual site and use not the Loco plugin but WPML or Polylang.

    Kind Regards,
    8theme team

  • 1 2 3 398 399 400 2,273 2,274 2,275
    Viewing 11,970 results - 11,941 through 11,970 (of 68,227 total)
Viewing 30 posts - 11,941 through 11,970 (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.