Forum Replies Created

Viewing 30 posts - 12,091 through 12,120 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2023 at 08:04

    Hello, Imad Uddin,

    We apologize for any inconvenience you may have experienced.

    Thank you for reaching out to us. We recommend that you utilize the Chrome browser, ensuring that it is the most recent version.

    Should the issue persist, we kindly ask you to specify the particular sections or pages you are attempting to import. Upon receiving this information, we will promptly assist you by providing the necessary files.

    We appreciate your cooperation and eagerly await your response.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2023 at 07:54

    Hello, @BEHS,

    Private content

    Warm regards,
    The 8Theme Team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2023 at 07:51

    Hello, SofiaTaz,

    We’ve copied the variable.php on line 38 file to the child theme and fixed the issues: xstore-child/woocommerce/single-product/add-to-cart/variable.php
    https://prnt.sc/XFjk9gIGwPdO
    Results: https://wave.webaim.org/report#/https://www.ehomeshop.gr/%CE%A0%CF%81%CE%BF%CF%8A%CF%8C%CE%BD/%CE%BA%CE%AC%CE%B4%CE%BF%CF%82-%CF%80%CE%B5%CE%BD%CF%84%CE%AC%CE%BB/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 29, 2023 at 07:48

    Hello, Andpixels,

    The pagination block was not hidden because the HTML structure is not the same as the shop page.
    To make it work, we have to update the codes a little bit. On this file: /wp-content/plugins/dc-woocommerce-multi-vendor/classes/class-mvx-frontend.php line 993:
    – Change: do_action( 'woocommerce_after_shop_loop' );
    – To:

    echo '<div class="after-shop-loop">';
    do_action( 'woocommerce_after_shop_loop' );
    echo '</div>';

    We will contact MultiVendorX plugin author to add some filters so we can hook to those filters to prevent editing the plugin file after every update.

    Another solution can be to downgrade the plugin version to 3.9.3, because problems seem started in versions after that https://prnt.sc/CNGhglPGHCp0 .

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 17:17

    Hello, Wemakemarkting,

    We’ve disabled “Search Product Variations” and “Search By SKU” via Theme Options > Header Builder > Search, and the search works fine on your site now.
    But we do not have problems with the mentioned options on our test site, so if you want to use the mentioned options, please follow our recommendations https://prnt.sc/zRfFHv1RygEJ (the problem can be caused by a 3rd-party plugin, memory error, or PHP version).

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 17:12

    Hello, Wemakemarkting,

    Thank you for contacting us and for using XStore.

    1/ 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 problems.

    2/ Contact your hosting provider and ask to fix the memory error – https://prnt.sc/m1YWOY8I1eJq

    3/ Downgrade PHP version to 8.0

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 16:38

    Hello, Andpixels,

    We appreciate your prompt response.

    We wish to inform you that your inquiry has been forwarded to another specialist for a more detailed review.
    Please be patient and do not change access.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 16:36

    Hello, Slavomir,

    Thank you for contacting us and for using XStore.

    Theme Options > WooCommerce > Shop elements > Variation swatches > Border Color > Hover/Active.
    If this doesn’t work, please provide URL of page with the problem and temporary wp-admin access, so we can take a closer look.

    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.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 16:33

    Hello,

    Thank you for reaching out to us with your concern. We understand that you are experiencing an issue with adding a dropdown menu to your website, where it appears behind some blocks instead of at the front.

    Please provide temporary wp-admin access.
    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.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 16:31

    Hello, Kamil,

    Thank you for contacting us and for using XStore.

    We’ve created a translation for XStore Core plugin (Loco Translate > Plugins > XStore Core). Please check now.

    “how to remove “payment methods” ” – go to Appearance > Wisgets > Cart area > remove the widget.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 16:10

    Hello, Bleached,

    Thank you for contacting us and for using XStore.

    XStore > Welcome panel > Click on the Unregister button one more time.

    Kind Regards,
    8theme team.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 15:58

    Hello,

    Thank you for contacting us and for using XStore.

    Theme Options > WooCommerce (Shop) > Shop > Products design > Title Limitation Type – Lines, set 1 line
    Or
    Add the next code in Theme Options > Theme custom CSS:

    .main-products-loop .product, .products-loop .product, .carousel-area .product-slide .product {
        display: flex;
        justify-content: center;
    }
    .products-loop .ajax-content, .products-loop {
        display: flex;
        flex-wrap: wrap;
        flex: 1;
    }
    .content-product {
        flex-direction: column;
        justify-content: space-between;
        display: flex;
        flex: 1;
    }
    .content-product .quantity-wrapper {
        margin-right: auto;
        margin-left: auto;
    }
    .swiper-container {
        display: flex;
        align-items: stretch;
    }
    .product-slide .product {
        display: flex;
        height: 100%;
    }
    .swiper-wrapper {
        height: auto;
    }
    .content-product .product-image-wrapper {
        margin-bottom: 10px;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 15:56

    Hello,

    There is no such option, unfortunately.

    The customization you seek is beyond the scope of our standard support services. We invite you to utilize our dedicated customization panel for tailored assistance. A skilled team, which includes experienced designers and developers, is available to provide you with the necessary support. You can access customization services at https://www.8theme.com/account/#etheme_customization_panel
    Should you wish to provide additional details or specific requirements, the dev team is ready to assist you. They will guide you through the process to ensure a bespoke solution that meets your unique needs.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 14:56

    Hello, Angel,

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

    Warm regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 14:40

    Hello, Maloneweb,

    Thank you for contacting us and for using XStore.

    Do you want this behavior – https://gyazo.com/15c064dacdef39dae8b7628190ff7890 ? If so, the next custom CSS code can be used:

    div#ht-ctc-chat {
        z-index: 0 !important;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 14:34

    Hello, Klacom,

    Thank you for contacting us and for using XStore.

    Regrettably, a simple customization will not suffice in this instance, as it involves changes to the plugin files. To achieve the desired customization, it will be necessary for our development team to implement all the required filters.

    We kindly request that you submit your inquiry through our task board page at the following URL: https://www.8theme.com/taskboard/

    Please note that our support forum is equipped to assist with existing options only and not with additional custom configurations.

    Thank you for your understanding.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 14:20

    Hello, AshleyW,

    Contact your hosting provider and provide this screenshot of the connection error https://prnt.sc/1kgyjAFSrSb0 , ask for assistance from their side.
    If there a restriction by IP or something else?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 14:04

    Hello, Razr1911,

    You provided wp-admin access, but we asked for FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption).

    Fixed – https://prnt.sc/_MmtaSH4-uU4 > https://prnt.sc/oo6d_jKOIcQI

    About the issue in quantity-discounts.php you mentioned, this feature https://www.8theme.com/documentation/xstore/xstore-features/how-to-setup-booster-sales-quantity-discounts/ was disabled, but the element was added to page content, so we removed that unused element.

    As was mentioned, we can’t give a guarantee for full theme compatibility with all 3rd-party plugins. Bidding buttons are added by the WooCommerce Simple Auction plugin.
    If you wish a developers team can personally assist you via the customization service. To get started, please follow this link to send your requirements – https://www.8theme.com/contact-us/
    https://prnt.sc/HMCEfKd9tQL- , and they will prepare a detailed estimate for the customization work.

    Best regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 14:01

    Hello, Link&Grow,

    Please provide wp-admin and FTP access to the https://vbora.linkandgrow.app/produto/calcao-ecoflex/, so we can do tests there.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 13:30

    Hello, Michael,

    Thank you for reaching out to us and for choosing XStore for your website.

    Edit page using Elementor > open settings of element > disable Ajaxify, for example – this https://prnt.sc/RA4vCSJ5NvfO can be disabled (set Off).

    Also, follow this article to speed up the site – https://www.8theme.com/documentation/xstore/troubleshooting/how-to-speed-up-my-website/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 13:22

    Hello, Arshil,

    Thank you for reaching out to us with your concern regarding the quality of photos displayed on frontend. We understand how important it is for images to be presented with clarity and precision, and we are here to assist you in resolving this issue.

    Please read this article – https://www.8theme.com/documentation/xstore/woocommerce/product-images/
    Go to Appearance > Customize > WooCommerce > Product Images > set Thumbnails width 400 and regenerate thumbnails using the appropriate plugin.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 12:55

    Hello, SofiaTaz,

    Fixed via child theme > functions.php file from line 9 to 12 https://prnt.sc/HtmesqpfwApe

    Please take a look at the results: https://wave.webaim.org/report#/https://www.ehomeshop.gr/κατηγορία-προϊόντος/είδη-μπάνιου/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 11:23

    Hello, @BEHS,

    Please provide FTP access, we will check more deeply what can be done to help you.
    To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.

    Warm regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 11:15

    Hello, AshleyW,

    We appreciate your prompt response, but we can’t connect, please check – https://prnt.sc/1kgyjAFSrSb0

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 10:39

    Hello, Angel,

    Thank you for contacting us and for using XStore.

    We’ve activated another theme on your site – Storefront (default WooCommerce theme) and the same problem persists. It means that the problem is not caused by our theme.

    Please read this article – https://elementor.com/help/how-to-fix-404-page-or-page-not-found-error-messages/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 10:04

    Hello, @angel,

    “Why another topic ?” – it is not the same problem, Scorleo started topic at May 21, 2017 and now he get unwanted notification every time you or we reply here.
    Sorry, but your “… not work” – is not clear. We ask you to submit new topic and describe in more detail what exactly do not work, so we can help you.
    Please cooperate with us.
    Last time we checked your site – demo content was installed, and the Home page can be edited using Elementor, so it was unclear to us what exactly does not work for you. We asked you for an explanation. Please do not ignore our requests.

    When we checked your Home page now, the demo content was deleted. What do you plan to do not and what assistance is needed from our side?

    Best regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 08:52

    Hello, @angel,

    Please go to this page – https://www.8theme.com/forums/xstore-wordpress-support-forum/ and click on Submit new topic https://prnt.sc/ibAgEGdfkK2P

    Describe your problem in more detail in the new thread. What exactly demo page you can’t edit?

    We will do our best to help you.

    Best regards,
    The 8Theme Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 08:43

    Hello, ProdbyDaan,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    You did not provide temporary wp-admin access, so we can not check your settings.

    Please check how emails work when all 3rd party plugins are disabled.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 08:38

    Hello,

    Thank you for reaching out to us with your queries. We’re more than happy to assist you with your requests regarding the shop page filters and customization options.

    1/ Here is an example – https://prnt.sc/-t6nJ7DxcaVe

    2/ We did not test such behavior, but you can try to use our new archive builder – https://www.8theme.com/documentation/xstore/xstore-builders/xstore-products-archive-builder-with-elementor/ If has Conditions that allow to creation of different layouts for different categories.

    3/ a – yes, you can.
    b – yes.
    both can be done a 2 different ways, depending on if you are using the new Archive Product Builder or not.
    c – Background color for all pages on site can be changed via Theme Options > Styling, for Shop page only via page settings – https://www.8theme.com/documentation/xstore/theme-installation/8theme-page-post-layout-settings-8theme-post-options/ , for particular elements or sections on the Shop page via custom CSS code or Elementor.

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 28, 2023 at 08:27

    Hello, AdrianP,

    Thank you for choosing XStore as your WooCommerce WordPress theme.

    We did not test eForm with our theme, because did not get requests from our customers.

    Please temporarily activate the Storefront theme (Appearance > Themes) and check how it works with this default WooCommerce theme.
    If the problem is independent of the theme, contact the support of eForm. If the problem persists with our theme only, submit a request to our dev team on this page – https://www.8theme.com/taskboard/

    Please note that we do not give a guarantee 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

  • 1 2 3 403 404 405 2,273 2,274 2,275
    Viewing 12,120 results - 12,091 through 12,120 (of 68,227 total)
Viewing 30 posts - 12,091 through 12,120 (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.