Forum Replies Created

Viewing 30 posts - 331 through 360 (of 5,361 total)
  • Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 12:47

    Hi @Acrdev

    Could you please provide temporary wp-admin access? We need to check your settings.

    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    Thank you!

    Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 12:09

    Dear @Susanna,

    Our custom CSS code was removed, but please do not worry.

    We have restored it. Kindly refresh the Single Product Builder before saving any changes.

    Could you please try again?

    Thank you.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 12:04

    Hi @Euskoshop,

    We have added the color attribute, and the other product is working correctly.

    Could you kindly check this as well?

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 11:25

    Hi @Chris0483,

    Could you please confirm if this issue is occurring with specific products only?

    We have tested several products on our side, and they appear to be functioning correctly.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 11:21

    Dear @Eddie2255,

    The warnings you are seeing are generated by the WooCommerce plugin.

    To address this issue, we recommend reviewing the following article: https://yoast.com/help/warning-about-missing-return-policy-info/.

    We hope this information is helpful.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 11:16

    Hello Susanna,

    We apologize for having missed that part earlier. It should now be resolved.

    Could you kindly check and confirm?

    Thank you.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 07:51

    Dear @phssaddlery,

    Unfortunately, it is not possible to use your current header with the Elementor Header Builder, so you will need to create a new one from scratch. However, we offer a wide range of prebuilt header templates for you to choose from:

    https://prnt.sc/Fncpe8PHTPcs

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 07:48

    Hi @houston77056,

    Unfortunately, the banner element doesn’t support the external image yet.

    You have to download the image and upload to your website.

    We highly encourage you to share your suggestion on our Taskboard at https://www.8theme.com/taskboard/. If your idea garners sufficient support from other customers, our development team will carefully evaluate the possibility of including it in a future update.

    Should you have any further questions or require assistance, please do not hesitate to contact us.

    Best Regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 30, 2025 at 07:37

    Hey @Susanna,

    Could you please clear the caches and check again?

    Thank you!

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 16:14

    Hi @kmc,

    1. Did you change to another search form? We only saw this: https://prnt.sc/lBzkS1DDFZt0

    2. It would require many customization code to achieve this search function, but you can try with this:

    
    function custom_woocommerce_search_by_description( $query ) {
        if ( $query->is_search && $query->is_main_query() && $query->get( 'post_type' ) === 'product' ) {
            $search_term = $query->get( 's' );
            if ( ! empty( $search_term ) ) {
                $query->set( 's', '' ); // Clear default search term
                $query->set( 'meta_query', array(
                    'relation' => 'OR',
                    array(
                        'key'     => '_product_description', // For long description
                        'value'   => $search_term,
                        'compare' => 'LIKE',
                    ),
                    array(
                        'key'     => '_product_short_description', // For short description
                        'value'   => $search_term,
                        'compare' => 'LIKE',
                    ),
                ) );
                $query->set( 'tax_query', array(
                    'relation' => 'OR',
                    array(
                        'taxonomy' => 'product_cat',
                        'field'    => 'name',
                        'terms'    => $search_term,
                        'operator' => 'LIKE',
                    ),
                    array(
                        'taxonomy' => 'product_tag',
                        'field'    => 'name',
                        'terms'    => $search_term,
                        'operator' => 'LIKE',
                    ),
                ) );
                $query->set( 'post_type', array( 'product' ) );
                $query->set( 'post_status', 'publish' );
            }
        }
    }
    add_action( 'pre_get_posts', 'custom_woocommerce_search_by_description' );
    

    Hope it helps!

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 16:08

    Dear @Acrdev,

    To edit your mobile menu element, please go to WP Menu > Extra Content and select Without: https://prnt.sc/2yT5uWxTqVJ7.

    At the bottom of the items, kindly add another WP Menu item and select a different menu:
    https://prnt.sc/9-I87c-ce-qf

    We hope this is helpful.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 15:58

    Hello Susanna,

    Could you please review it once more?

    We have added a custom CSS code to resolve the issue. You can now adjust the font size, family, and weight from the Single Product Builder template.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 11:06

    Hi @Peter,

    Here is the current view on our side: https://prnt.sc/lrMfzra240pR

    Could you please check again?

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 10:58

    Hello Susanna,

    Could you please provide the website URL?

    We attempted to use the one listed in the Private Content Area, but it did not work.
    Would you kindly verify this again?

    Thank you.

    Best regards,
    8Theme Team

    Please contact administrator
    for this information.
    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 08:34

    Hi @Eddie2255,

    It seems that these products may not have any reviews yet.

    For example: https://nautigear.com.au/product/stainless-steel-3-ring-cup-holder/

    Could you please add some reviews and then check the page again using the following tool: https://validator.schema.org/?

    Please let us know the outcome.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 08:29

    Hi @Ravinder,

    The following custom CSS code will disable the click functionality for the top menu items:

    
    ul.etheme-elementor-nav-menu.horizontal li > a {
        pointer-events: none;
    }
    

    We hope this is helpful.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 08:26

    Hi @Niddy,

    Could you please contact the Stripe Support team at the following link: https://wordpress.org/support/plugin/woocommerce-gateway-stripe/?

    Thank you very much.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 08:24

    Hi @Hanzla Nadeem,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    body.woocommerce-order-received ul.woocommerce-order-overview {
        border: none;
    }
    body.woocommerce-order-received ul.woocommerce-order-overview li,
    body.woocommerce-order-received .woocommerce-order-details thead,
    body.woocommerce-order-received .woocommerce-column__title{
        border-color: #034638;
        color: #c0ff6f;
        background-color: #034638;
    }
    
    body.woocommerce-order-received ul.woocommerce-order-overview li h5,
    body.woocommerce-order-received .woocommerce-order-details thead th{
        color: #c0ff6f;
    }
    
    body.woocommerce-order-received .woocommerce-order > p {
        color: #000;
    }
    
    body.woocommerce-order-received .woocommerce-order-details table,
    body.woocommerce-order-received .woocommerce-order-details table tfoot,
    body.woocommerce-order-received .woocommerce-order-details tfoot td, 
    body.woocommerce-order-received .woocommerce-order-details tfoot th,
    body.woocommerce-order-received .woocommerce-column {
        border-color: #034638;
    }
    

    Kind regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 08:12

    Hi @Martin,

    The bottom margin of the category items is causing the border issue.

    Please add the custom CSS code provided above; this will resolve the problem.

    https://prnt.sc/dbHiypARIR9W

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 08:05

    Dear @Susanna,

    Could you please provide temporary wp-admin access? We need to check your settings.

    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    Thank you!

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 08:04

    Hi @Peter,

    Here are 2 options for you:

    1. Two columns on mobile:

    
    @media (max-width: 480px){
        .mb-row-3-columns .wpb_column.vc_column_container.vc_col-sm-4 {
            width: 48%;
            float: left;
        }
    }
    

    2. Three columns on mobile:

    
    @media (max-width: 480px){
        .mb-row-3-columns .wpb_column.vc_column_container.vc_col-sm-4 {
            width: 31%;
            float: left;
        }
    }
    

    Hope it helps!

    Avatar: Justin
    Luca Rossi
    Support staff
    September 29, 2025 at 07:56

    Hi @Niddy,

    Could you kindly create a support ticket with Worldpay on our behalf?

    Our XStore is not generating the GPay or ApplePay button on the checkout page.

    Thank you very much.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 27, 2025 at 13:13

    Hello @WooPlay,

    If you require any further assistance, please create a new topic.

    Thank you.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 27, 2025 at 13:12

    Hi @Euskoshop,

    It seems that the incorrect attribute was selected. Please make sure to use only the existing attributes from your dashboard; there is no need to create them separately when adding a new product.

    Any new attributes should be created here:
    https://euskoshop.com/wp-admin/edit.php?post_type=product&page=product_attributes
    https://prnt.sc/ipmX8QDFTfuS

    Could you kindly review your product again:
    https://euskoshop.com/product/design-oxford-shoulder-bag-large-capacity-mens-casual-multi-layer-pocket-fashion-single-shoulder-crossbody-luxury-messenger-bag/?

    Best regards,
    8Theme’s Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 27, 2025 at 12:54

    Dear @EdmondS,

    We apologize for the delayed response.

    Our development team is currently working on resolving this issue and will be releasing a hotfix shortly.

    Thank you for your patience and understanding.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 27, 2025 at 12:51

    Hi @Ravinder,

    Please try adding this custom CSS under XStore > Theme Options > Theme Custom CSS > Global CSS:

    
    /*      Point #1     */
    div#woocommerce_product_categories-8 .product-categories {
        max-height: 450px;
        overflow-y: auto;
    }
    
    /*  Point #2: Disable Shop By Diet clickable  */
    ul.etheme-elementor-nav-menu.horizontal li:nth-child(3) a {
        pointer-events: none;
    }
    

    Kind regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 27, 2025 at 12:41

    Dear @Jonathan,

    After reviewing the source code, we found that there is no existing hook available to add the product image to a grouped product.

    However, you can achieve this by overriding the template file in your child theme. Please copy the following file from the WooCommerce plugin to your child theme, maintaining the same directory structure:

    – Plugin: /wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php
    – Child theme: /wp-content/themes/xstore-child/woocommerce/single-product/add-to-cart/grouped.php

    Once copied, you can insert the custom code (https://developer.wordpress.org/reference/functions/get_the_post_thumbnail/) around lines 105–107, in the following section:

    
    							$value  = '<label for="product-' . esc_attr( $grouped_product_child->get_id() ) . '">';
    							$value .= $grouped_product_child->is_visible() ? '<a href="' . esc_url( apply_filters( 'woocommerce_grouped_product_list_link', $grouped_product_child->get_permalink(), $grouped_product_child->get_id() ) ) . '">' . $grouped_product_child->get_name() . '</a>' : $grouped_product_child->get_name();
    							$value .= '</label>';
    

    We hope this information is helpful.

    Best regards,
    8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 27, 2025 at 12:15

    Hi @phssaddlery,

    2. Could you please provide some screenshots? We are not entirely clear about your points.

    3. We kindly recommend using the Header Elementor Builder for greater control and flexibility. You can find more information here: https://www.8theme.com/documentation/xstore/xstore-builders/new-xstore-header-builder-with-elementor/

    Best regards,
    The 8Theme Team

    Avatar: Justin
    Luca Rossi
    Support staff
    September 27, 2025 at 12:06

    Hi @Peter,

    Could you please provide temporary wp-admin access? We need to check your settings.

    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    Thank you!

    Avatar: Justin
    Luca Rossi
    Support staff
    September 27, 2025 at 12:03

    Dear @Niddy,

    Could you please try the solution provided in the following link?

    https://www.8theme.com/topic/stripe-payment-options-are-not-available-on-checkout-page/#post-441073

    We are not certain which hook the Worldpay plugin is using.

    Best regards,
    8Theme Team

  • 1 2 3 11 12 13 177 178 179
    Viewing 360 results - 331 through 360 (of 5,361 total)
Viewing 30 posts - 331 through 360 (of 5,361 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.