Forum Replies Created

Viewing 30 posts - 17,011 through 17,040 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 15:58

    Hello, PremiumPetware,

    Thank you for the details you provided! We really appreciate your work and the time spent for searching such a solution you’ve found!

    Our XStore AMP plugin does not add extra endpoints in URL such as http://yourwebsite.com?amp but leave only The Craziest & Most Affordable Hosting Deal Ever! with all conditions for checking if it is mobile device left from code side. We use wp_is_mobile() wordpress function for detecting if customer comes from mobile device. So it means that your solution is not best for making it fixed in common with XStore AMP plugin. But we can suggest you try next one (a bit modified) code but we cannot guarantee it 100% helps you:

    if (function_exists('wp_is_mobile') && wp_is_mobile()) {
      header('HTTP/1.0 301 Moved Permanently');
    
      // Name transaction "redirect" in New Relic for improved reporting (optional).
      if (extension_loaded('newrelic')) {
        newrelic_name_transaction("redirect");
      }
      exit();
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 15:38

    Hello, Marta,

    Thank you for your response.

    We will have another specialist review your inquiry in greater detail and will be in touch with you.

    We kindly ask for your patience and request that you do not alter access.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 15:37

    Hello, Padel,

    Please go to Theme Options > Theme Custom CSS > Global > add the code at the bottom of the existing code in this area.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 15:22

    Hello, Padel,

    Thank you for your response.

    The next code can be used to remove the SKU from Cart page:

    .woocommerce-cart .product-sku {
        display: none;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 14:47

    Hello, Padel,

    Thank you for contacting us and for using XStore.

    Because of long SKU text the scroll bar appears – https://prnt.sc/5qvCd5QPttyG
    How do you want to change the current behavior? Please describe the desired result in more detail.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 14:45

    Hello, Serjio,

    9.1.7 version of the theme was released on June 12, 2023, but the fix for you was done on June 13, 2023. So the “next update” is not released yet.
    Our developers working on your site right now to fix the problem one more time. Please do not change access.
    We will let you know once it will be fixed.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 14:21

    Hello, Martin,

    Thank you for getting in touch with us.

    There is no such possibility, unfortunately.
    It’s possible to implement by additional customization only. Submit customization request to customization team.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 13:36

    Hello, N Nandan,

    Thank you for being our сustomer.
    We wish you all the best!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 13:31

    Hello,

    Thank you for your response and for your explanation.

    1/ Try to disable the Elementor Pro plugin, go to Theme Options > WooCommerce > Single product Builder > activate the Builder and add elements inside the content area.

    2/ If all works fine, contact support of Elementor Pro plugin and ask why you can’t use the theme builder when the Pro plugin version is activated. They will be able to guide you about their plugin settings.

    3/ If after doing instructions from the first point, the Single Product Builder can’t be loaded, provide us with temporary wp-admin access to your site, so we can check the situation more deeply.

    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
    June 16, 2023 at 13:08

    Hello @mch,

    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
    June 16, 2023 at 13:07

    Hello, Wade Yang,

    Thank you for your response.

    We have noticed that the Size Guide now opens in a new window. Is this satisfactory? Do you require any other assistance?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 12:15

    Hello Dohwa,

    We’ve changed some settings in Single Product Builder. Please check now.

    Please describe in more detail what exactly you want to change and we will help you.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 12:07

    Hello, Wade Yang,

    Thank you for contacting us and for using XStore.

    You can change the type for Size Guide via Theme Options from the popup to download button, or use the next custom CSS code to change size of the popup:

    .size-guide-popup .et-popup-content {
        max-width: 550px !important;
    }

    , change 550px to the desired value.

    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
    June 16, 2023 at 10:59

    Hello, Atip,

    You’re welcome!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 10:15

    Hello, Atip,

    After checking the error we noticed that jquery.slider code does not exist or never starts to load. By checking the file on your server → …/wp-includes/js/jquery/ui/slider.min.js (see private area) – it is empty → https://prnt.sc/fkVQ-1YTIbiK . We checked the file on your server and seems it was not correctly set up on WordPress installation process → https://prnt.sc/izAoicx4vdet that is not related to our theme code. We decided to update the file with the correct code and now everything works ok → https://prnt.sc/xtNP66o4–TU , https://prnt.sc/d9JDUf4Hsl82 .

    Please, clear your browser cache and check now.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 09:47

    Hello, Vas,

    Thank you for your response.

    “I have added the coordinates to the maps” , here is what we see on your contact page still – https://prnt.sc/AayF8W4K_OOb
    But when https://prnt.sc/ysfqpY3xbW8l the result is https://prnt.sc/oh1pNef99c3k

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 09:43

    Hello Jakzie,

    The centered type of the menu uses Ajax loading of the mobile menu content and there is no option to disable it. If you don’t like this effect change the mobile menu type to right or left http://prntscr.com/w7v2qr

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 09:09

    Hello, Rabie,

    Thank you for contacting us and for using XStore.

    Please try to add the next code in Theme options > Theme custom CSS:

    .product-slide .product-details .quantity-wrapper .button {
        font-size: 0px;
    }

    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
    June 16, 2023 at 09:01

    Hello, N Nandan,

    We are the support team of XStore theme, so we can assist with questions that are directly related to existing theme functionality only.

    About making video autoplay + loop, you should know that such “bug” question is not related to our theme, but rather to the browser customer uses.
    “Some modern browsers like chrome will not auto-play your video if it’s not muted. The general rule of many browsers is that a user must opt-in to certain actions before they can happen.
    So we will have to adjust our code above by adding the muted attribute to get it to auto-play.”
    Here is the official docs where you can check such question raised up → https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attributes. It means that you can only autoplay video if it is muted or not making an autoplay at all.

    Thank you for understanding that this is not related to our theme and, unfortunately, we are unable to provide assistance in this matter.

    If you have any other 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
    June 16, 2023 at 08:35

    Hello, Kapil Dev,

    Thank you for your response.

    The next code can be used to change the font-size:

    .st-swatch-preview-single-product .type-image:after {
        font-size: 7px;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 08:32

    Hello, N Nandan,

    Once we try to check the video attributes with dev tools we are force redirected to next page → https://prnt.sc/GWsewhBpPaSB . But we already found a way to obtain this question.
    About making video autoplay + loop then you should know that such “bug” question is not related to our theme but rather to the browser customer uses.
    “Some modern browsers like chrome will not auto-play your video if it’s not muted. The general rule of many browsers is that a user must opt-in to certain actions before they can happen.
    So we will have to adjust our code above by adding the muted attribute to get it to auto-play.

    Here is official docs where you can check such question raised up → https://developer.mozilla.org/en-US/docs/Web/HTML/Element/video#attributes. It means that you can only autoplay video if it is muted or not making an autoplay at all.
    Thanks for understanding that it is really not related to our theme!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 07:57

    Hello, TheOne,

    It is really strange. Please check the product from the Private Content area now, and let us know the result.
    What browser do you use? What version of the browser? What device? What screen size of that device?
    Try to disable additional extensions for your browser and check how the carousel works then.

    We do not see the problem ( 3 of our team members checked from different devices) so it is impossible to fix because we can’t see the result of our changes, unfortunately. Once we will be able to see the problem, we will be able to start the fixing process.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 07:07

    Hello Dohwa,

    Thank you for your response.

    Please set administrator role for our user on your site so we can access Theme Options.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 16, 2023 at 07:04

    Hello, Atip,

    Thank you for your response.

    In this case, we need to check the situation on your site more deeply.

    Provide temporary wp-admin and FTP access.

    Private Content.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2023 at 16:58

    Hello, Chris Barrett,

    You’re welcome!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2023 at 16:57

    Hello Dohwa,

    We have attached a screenshot of the same result (https://prnt.sc/Xub0gI8d4OLE). We suggest that you contact your hosting provider for assistance.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2023 at 16:55

    Hello, Qosemo,

    Thank you for your response.

    You forget about the dot here – https://prnt.sc/pu65ID_mVwe9
    Please change the previous code to:

    .single_add_to_cart_button:not(.et-single-buy-now),
    div.quantity~.et-or-wrapper {
        display: none !important;
    }

    and check the result then.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2023 at 16:51

    Hello, TheOne,

    We’ve checked the page, there are 8 in one line on frontend, even from the incognito browser window for new users. Please check the Private Content area.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 15, 2023 at 16:31

    Hello, Qosemo,

    Thank you for contacting us and for using XStore.

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

    .single-product .single_add_to_cart_button:not(.et-single-buy-now),
    .single-product div.quantity~.et-or-wrapper {
        display: none;
    }

    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
    June 15, 2023 at 16:29

    Hello, Atip,

    Thank you for contacting us and for using XStore.

    In order to troubleshoot the issue you are experiencing, we suggest that you first try disabling all third-party plugins (including cache plugins) that are not bundled with XStore. You can refer to the following link for a list of included plugins: https://www.8theme.com/documentation/xstore/plugins/included-plugins/ . Additionally, please clear the cache of your browser and check again. It is possible that one of the additional plugins is causing the problem.

    Kind Regards,
    8theme team

  • 1 2 3 567 568 569 2,273 2,274 2,275
    Viewing 17,040 results - 17,011 through 17,040 (of 68,227 total)
Viewing 30 posts - 17,011 through 17,040 (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.