Forum Replies Created

Viewing 30 posts - 19,111 through 19,140 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 14:37

    Hello, Martijntje,

    To fix the issue correctly without any “bad coding” implementations one of our developers already posted a suggestion to WooCommerce plugin so that they could provide more possibilities for fixing this issue from our theme and also from many other themes and plugins that provide such plus/minus quantity feature.

    Topic -> https://github.com/woocommerce/woocommerce/issues/37661

    For this time we recommend you use next custom CSS ->

    .sold-individually .quantity {
        display: none;
    }

    You may also leave your comments or voices for this request to speed up WooCommerce devs.

    Thank you for understanding!

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 14:03

    Hello, Muhammad Ejaz,

    Fixed. Please clear cache and check now.

    We’ve disabled Ajaxify Widgets for the Product Categories widget – https://prnt.sc/pcWXKsInv7Ya

    If you want to apply Ajaxify for this widget still, add the next code in functions.php of the child theme

    wc_enqueue_js(
        "
        jQuery(document).on( 'change', '.dropdown_product_cat', function() {
            if ( jQuery(this).val() != '' ) {
                var this_page = '';
                var home_url  = '" . esc_js( home_url( '/' ) ) . "';
                if ( home_url.indexOf( '?' ) > 0 ) {
                    this_page = home_url + '&product_cat=' + jQuery(this).val();
                } else {
                    this_page = home_url + '?product_cat=' + jQuery(this).val();
                }
                location.href = this_page;
            } else {
                location.href = '" . esc_js( wc_get_page_permalink( 'shop' ) ) . "';
            }
        });
    "
    );
    

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 13:22

    Hello, Martijntje,

    Thank you for your response.
    Could you provide FTP access also?
    To create FTP access, please contact your hosting provider for assistance.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 13:03

    Hello, Ronny,

    Thank you for your response.

    We’ve disabled the sidebar via Theme Options > WooCommerce > Shop > Shop page layout. Please check now.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 12:56

    Hello, Ronny,

    Thank you for your response.

    What is URL of your site/Shop page?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 12:54

    Hello, Vladis,

    Thank you for contacting us and for using XStore.

    https://prnt.sc/5qSmM1F6FZPi – this is a product categories widget of Shop sidebar, not a menu.
    Theme Options > WooCommerce > Shop > Shop page layout > Sidebar Position For Mobile > Select the position.

    1/ Please go to Header builder > Mobile menu > Dropdown Opening Action

    2/ There is no such option, unfortunately.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 12:46

    Hello, @PR,

    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
    April 11, 2023 at 12:27
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 12:27

    Hello, Christosv,

    Thank you for your response.

    “These products are created like that with your theme and demo content. They are not mine.” – yes, and description of these products can be edited using Elementor only.

    “So, can I import products without using Elementor to edit them?” – yes, you can import your own products.

    Our demo content was created using the Element plugin, there are no products without Elementor, unfortunately. Try to create your own products – https://woocommerce.com/document/managing-products/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 12:23

    Hello, Chris Barrett,

    Thank you for your response.

    Please try a solution from this topic – https://www.8theme.com/topic/header-builder-cannot-remove-the-connection-block/#post-352626

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 12:09

    Hello, Sahnoor Alam,

    Thank you for getting in touch with us.

    “Show Sale Percentage” option you can find in XStore >> Theme Settings >> WooCommerce >> Shop Element >> Product Badges.

    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
    April 11, 2023 at 12:07

    Hello, Naborhi,

    Thank you for getting in touch with us.

    Could you please provide a video of the problem?
    What browser and device is used?

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 10:44

    Hello, Krzysztof,

    Thank you for contacting us and for using XStore.

    There is no ready shortcode for such tooltips but you may add next code snippet to your child-theme/functions.php:

    add_shortcode('custom_xstore_tooltip', function($atts) {
        if ( !isset($atts['title']) || !isset($atts['content']))
            return;
        echo '<span class="mtips">'.$atts['title'].'<span class="mt-mes">'.$atts['content'].'</span></span>';
    });

    Examples:
    Child-theme/functions.php – https://prnt.sc/pRzcBrU0Vwe4
    Options example – https://prnt.sc/ZAolMIi5ecWN
    Frontend – https://gyazo.com/5e256de22697541c5c6f2a96736fc0ee

    Hope you find the snippet useful for your cases.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 10:32

    Hello, Martijntje,

    Thank you for contacting us and for using XStore.

    We can’t open URL you provided without log in. Please provide temporary wp-admin access via the Private Content area.

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

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 10:30

    Hello, Chris Barrett,

    Thank you for contacting us and for using XStore.

    1/ https://prnt.sc/groN2hroJBX_

    2/ Create a static block with the desired content, then add this block into the header using HTML block element.

    We hope this information is helpful.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 10:26

    Hello, Allen,

    Thank you for contacting us and for using XStore.

    It looks like multiple headers are used on your site
    https://www.8theme.com/documentation/xstore/woocommerce/product-images/
    Please go to Header Builder > Multiple headers > edit custom headers – https://prnt.sc/blc6RtFFwghF

    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
    April 11, 2023 at 10:23

    Hello Awatif,

    We can’t open your screenshots, unfortunately – https://prnt.sc/cmtutZHJ2FBv

    Please use a file-sharing service such as WeTransfer https://wetransfer.com/ to upload ready images there and provide us with URLs.

    You can try to use our XStore White Label Branding plugin – https://www.8theme.com/documentation/docs/white-label-branding-plugin/

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 10:15

    Hello,

    Thank you for your response.

    This is the problem https://prnt.sc/KJVajQ_glMzG Please change

    #wc-stripe-payment-request-button-separator,#wcpay-payment-request-button-separator {
                    display: none;   !important
    }

    to

    #wc-stripe-payment-request-button-separator,
    #wcpay-payment-request-button-separator {
                    display: none !important;
    }

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 09:27

    Hello, Alexmdm89,

    Thank you for your response.
    Please add this IP also – 176.98.71.75

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 09:04

    Hello, Inesita,

    Thank you for contacting us and for using XStore.

    You may use our element for Email builder -> WC Hook ( http://prntscr.com/26tle5p) and select one of the actions from its list -> http://prntscr.com/26tleju . If your plugin adds its actions for one of those then it will work for you, otherwise, you may contact the plugin to get the correct code to add as an action for such hooks we have.

    So please, contact the plugin support and ask them if they can give you some code to make it work as you want. You should know that we don’t provide support for 3rd-party plugins, and we already gave suggestions, as you may find above. Thanks for understanding our position.

    “I also would need to see the price with the VAT separated.” – please, read the next topic where we have already gave an answer for the same question -> https://www.8theme.com/topic/how-to-put-excl-vat-on-the-xstore-emailbuilder/#post-349249

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 08:57

    Hello, MAHDAR,

    As we understood you right you want to make the position of the video to be 2nd.
    First image + video + image 2 + image 3 + etc.
    By default, we propose you the option to have the video on first position or on last position (https://prnt.sc/QoFmu83C48Qo) that is possible to do without the “bad coding” technique that we don’t use in our projects.
    If you want to customize your single product gallery in some unique way and place the video in the specific position 2nd or 3rd one then you should contact to customization service such as WPKraken team because according to our support policy, it does not include customization service -> https://prnt.sc/dT5j95yU9ems but we may assist you with the paths of files which you need to modify.
    xstore/woocommerce/single-product/product-image-builder.php file should be copied to your child-theme/woocommerce/single-product/product-image-builder.php and then you may customize it to your needs.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 07:20

    Hello, Bl4cKb3ltsh0p,

    It is because you need to open up your own topic – https://www.8theme.com/forums/xstore-wordpress-support-forum/ You are not the owner of this one.
    Here is the content of the previous reply, so you can see:
    “We can’t log in still – https://prnt.sc/Jz-ud23IvBKD
    Please try to log in by yourself using different device or incognito browser window. ”

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 11, 2023 at 07:14

    Hello, AnimalShop,

    Thank you for contacting us and for using XStore.

    Please go to Appearance > Themes > Install and activate the official WooCommerce theme Storefront for a few mins and check if your issue appears with our theme only or with the default WooCommerce theme too.

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

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2023 at 16:53

    Hello, Bl4cKb3ltsh0p,

    Private Content

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2023 at 16:42

    Hello, Alexmdm89,

    We can’t connect, unfortunately.
    IPs in the Private Content area.

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2023 at 15:55

    Hello, Kaya,

    Thank you for the video.

    1/ Have you tried to disable all 3rd party plugins and check how it works then? Please do this and let us know the result.

    2/ Screenshot in the Private Content area

    Kind Regards,
    8theme team

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2023 at 15:26

    Hello, Carnavaldecadiztv,

    Thank you for your response.

    I’ve disabled the Kirki Customizer Framework plugin. Please do not activate the Kirki plugin, to prevent a conflict.
    Your Home page can be edited using Elementor now – https://prnt.sc/rAnKws105LWZ

    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
    April 10, 2023 at 15:18

    Hello, Theo,

    Thank you for your response.

    Please check if you have this problem when the parent theme is activated. is can be that your custom changes in the child theme caused such a situation.

    Please note that the parent theme does not inherit child theme options. So, once you switch from child to parent you get other settings. If you want to import child setting to parent you need to go to Theme Options > Import/Export > export child theme settings, then switch to parent theme and import settings.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2023 at 15:12

    Hello, Inesita,

    Thank you for getting in touch with us.

    There is no such option, unfortunately.

    Please post your request on our taskboard https://www.8theme.com/taskboard/ , so our dev team can read it there.

    Kind Regards,
    8theme team

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 10, 2023 at 15:02

    Hello, Theo,

    Thank you for contacting us and for using XStore.

    We can’t log in, please check the credentials.

    Also, provide some screenshots for a better understanding of your request.
    You can 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 images there and provide us with URLs.

    Kind Regards,
    8theme team

  • 1 2 3 637 638 639 2,273 2,274 2,275
    Viewing 19,140 results - 19,111 through 19,140 (of 68,227 total)
Viewing 30 posts - 19,111 through 19,140 (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.