Forum Replies Created

Viewing 30 posts - 15,811 through 15,840 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 29, 2023 at 08:08

    Hello, Yash1n,

    Please clear cache and check the Footer now.
    We’ve disabled the Static block cache via Theme Options > Speed Optimization.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 29, 2023 at 08:04

    Hello, Yash1n,

    We’ve checked the product page, and we do not see any problem with photos, here is a screenshot – https://prnt.sc/g8_MjeIW4TeT

    What browser do you use? Please try to clear cache of browser, update it to the latest version, disable additional extensions for the browser, and check images one more time.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 29, 2023 at 08:01

    Hello, Jimmy,

    Thank you for your response.

    We checked the critical issue on your website and found that the fatal error comes from “woo-advanced-discounts“ plugin on line 1410 → wp-content/plugins/woo-advanced-discounts/includes/class-wad-discount.php on line 1420 . It is not related to our theme.
    Error log → https://prnt.sc/LNo8zg7vLxSm
    Fix for such error should be added directly in the plugin’s file, so you need to contact the plugin’s author.

    For this time we added a workaround solution in woo-advanced-discounts/includes/class-wad-discount.php but this fix will be removed after plugin update so they should implement it globally.
    Before → https://prnt.sc/aPfJnQ5q-H-t
    After → https://prnt.sc/6vYt1iEdAkHR

    Describing you the issue in a few words we can tell you that $args[‘cross_sells’] does not contain products objects but only their ids. In such case, they should add conditions to check if there are full products objects or only ids for making the array_map function applied.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 29, 2023 at 07:23

    Hello, Jimmy,

    Thank you for your response.

    Please provide wp-admin access also.

    Kind Regards,
    8theme team

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

    Hello, William Hsueh,

    Thank you for contacting us and for using XStore.

    Please check how it works when the default WooCommerce theme – Storefront is activated on the site.
    If you get the same behavior, you need to contact WooCommerce support, because the situation is independent of our theme – https://wordpress.org/support/plugin/woocommerce/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 29, 2023 at 05:20

    Hello, Jimmy,

    Thank you for contacting us and for using XStore.

    There is a critical error on the product page.
    Please provide us with temporary wp-admin and FTP 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.
    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
    July 28, 2023 at 16:20

    Hello, @morad,

    Thank you for your response.

    The Single Product Builder is simple to use. Just give it a try, you can always disable it.

    Or you may try the next custom CSS code:

    .single-product .fixed-content {
        display: flex;
        flex-direction: column;
    }
    .single-product .fixed-content .product_title { order:1; }
    .single-product .fixed-content .price { order:2; }
    .single-product .fixed-content form.cart { order:4; }
    .single-product .fixed-content .single-wishlist { order:3; }
    .single-product .fixed-content .product_meta { order:5; }

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 16:04

    Hello, Administrador Gold,

    1/ Please provide the URL of your site and temporary wp-admin and FTP 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.
    To create FTP access (FTP host, FTP username, FTP password, FTP port, FTP encryption) , please contact your hosting provider for assistance.
    Also, ask about the server error log from the hosting provider.

    2/ In order to troubleshoot the issue you are experiencing, we suggest that you 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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 15:36

    Hello, Administrador Gold,

    Thank you for getting in touch with us.

    In your account, you can see activations – https://www.8theme.com/account-user/?user_id=30468
    Read more – https://www.8theme.com/documentation/xstore/theme-installation/how-to-registerderegister-xstore-theme-livestaging-websites/

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 15:03

    Hello @floatselect,

    We’ve configurated variable product correctly – https://woocommerce.com/document/variable-product/

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 14:47

    Hello @floatselect,

    Thank you for your response.

    We’ve changed the settings for the mentioned product. Please check now.

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 14:43

    Hello, @morad,

    Thank you for getting in touch with us.

    1/ To remove this https://prnt.sc/OU-IYmKzI2UA , you can use the next custom CSS code:

    .single-product .tagged_as,
    .single-product .products-page-cats {
        display: none;
    }

    This https://prnt.sc/uR1blqzArRll comes from Appearance > Widgets > Single product page Sidebar.

    2/ Enable Single Product Builder via Theme Options, and edit layout depending on your needs.
    In this case, the custom CSS from the first point will not be needed.

    3/ Please use the next custom CSS code:

    .mobile-header-wrapper .header-top .et_column {
        padding: 0px;
    }

    Best Regards,
    8Theme’s Team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 14:11

    Hello, Giuseppe,

    Thank you for your response.

    The problem was caused by custom CSS code.
    Please check now.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 14:05

    Hello, Kitikole,

    Thank you for your response.

    We can’t connect to FTP using FileZilla, unfortunately. But we were able to install the latest version of the Core plugin and import demo content on your site. Please check.

    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 28, 2023 at 13:53

    Hello, Wowels,

    You’re welcome!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 13:27

    Hello, Kitikole,

    Thank you for getting in touch with us.

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

    Or reupload XStore Core plugin files manually via FTP. The latest archive can be downloaded from here – https://www.8theme.com/downloads

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 13:23

    Hello, Giuseppe,

    Thank you for getting in touch with us.

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

    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
    July 28, 2023 at 12:19

    Hello,

    Thank you for getting in touch with us.

    You need to translate other parts of this text also – https://prnt.sc/PlCXmdkFJQg4

    We hope this information is helpful.

    Kind Regards,
    8theme team

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

    Hello, William Hsueh,

    Thank you for your response.

    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.

    Try to contact the support team of PPOM for WooCommerce and ask for assistance from their side.
    Or you can disable the sticky cart via Theme Options > WooCommerce > Single Product page > Layout.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 12:05

    Hello, Shark,

    You’re welcome!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 10:57

    Hello, Hkraft,

    Thank you for contacting us and for using XStore.

    1/ Please go to Theme Options > Speed Optimization > disable: Menu cache, Static blocks cache, Remove Query Strings From Static Resources.
    2/ Edit the menu > laptopi menu item settings > set 3 columns or/and width https://prnt.sc/3rwks2ikxRsx

    We hope this answer is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 10:53

    Hello, Cpelvis,

    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

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 10:47

    Hello, Shark,

    We have resolved this issue by adding the following filters to the functions.php of the theme.

    add_filter( 'etheme_widget_product_brands_cache', '__return_false');
    add_filter( 'etheme_widget_product_categories_cache', '__return_false');

    We have also made changes to the following files, the fixes will be included in the next theme update.
    et-core-plugin/app/models/widgets/categories-filter.php
    et-core-plugin/app/models/widgets/brands-filter.php

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 09:56

    Hello, Sumit,

    Thank you for your response.

    1/ Please check how it works with the default WooCommerce theme – Storefront.
    Let us know the result.

    2/ Please try to disable all the third-party plugins (including cache plugins), that do not come bundled with XStore https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , clear the cache of the browser, and check then. Maybe some of the additional plugins are the reason for the problem.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 09:46

    Hello, Eulice,

    Thank you for your response.

    Have you sorted it out https://prnt.sc/gJYPtO4ns8Ty ?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 09:43

    Hello, William Hsueh,

    Thank you for contacting us and for using XStore.

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

    .etheme-sticky-cart .ppom-wrapper span.show_description {
        display: none !important;
    }

    Clear cache of the mobile browser and check how variations work after that.

    If you face the problem still, please record a video of the problem and let us know what device and browser you use.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 09:25

    Hello, Wowels,

    Thank you for your response.

    If you face an activation limit, please read “Deactivate Your Website using the 8theme Dashboard” in the mentioned article.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 09:24

    Hello, Lifetrekker,

    Thank you for getting in touch with us.

    This site uses Single Product Builder – https://iamapetlover.com/product/i-am-my-german-shepherds-favorite-human/ Please go to Theme Options > WooCommerce > Single Product Builder > Import/Export > Export file.
    After that, go to https://iamempowered.today/shop/i-am-worthy/ > Theme Options > WooCommerce > Single Product Builder > Enable Single Product Builder > On, Are you sure ? > Click Ok > page will be refreshed. WooCommerce > Single Product Builder > Import/Export > Import file with settings.

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 09:05

    Hello, Alyvalco,

    Thank you for getting in touch with us.

    As we can see, the XStore Core plugin (the required one) is disabled on your site, but a lot of 3rd party plugins are activated, for example, Kirki Customizer Framework, that we would recommend disabling. This situation can be the reason for the problem with the import.
    We would recommend you disable all 3rd party plugins before running the import, here you can find a list of required plugins – https://www.8theme.com/documentation/xstore/plugins/included-plugins/

    As a result of the import new content will be added to your site: products, static blocks, posts, menus and so on. If you do not want them all, you can select what to import https://gyazo.com/472048d19f678c805856db80a6d325b1 Or do not run the importer at all, but enable Dark mode via Theme Options > Styling/Colors.

    As we can see, content on your Home page was created using Elementor, but our Dark demo version was created using WPBakey https://prnt.sc/dv8wQMr5Uwkc We do not recommend using 2 page builders at the same time on site.

    Please read this article – https://www.8theme.com/documentation/xstore/xstore-features/xstudio-feature-of-xstore-wordpress-theme/ Our XStore Studion allows to import sections from different demos.

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 28, 2023 at 08:36

    Hello, Catholicans,

    In this case, the simplest way will be:
    – Save as Template the newsletter static block https://elementor.com/help/template-library/
    – Create a new page > import the template, and you will get a page with the desired content.

    Kind Regards,
    8theme team

  • 1 2 3 527 528 529 2,273 2,274 2,275
    Viewing 15,840 results - 15,811 through 15,840 (of 68,231 total)
Viewing 30 posts - 15,811 through 15,840 (of 68,231 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.