Forum Replies Created

Viewing 30 posts - 52,051 through 52,080 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 14:04

    Hello,

    Please check FTP access, we can’t connect.
    Also, you need to update Core plugin http://prntscr.com/lc8nig https://www.8theme.com/documentation/xstore/plugins/plugins-update/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 13:52

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 13:51
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 13:37

    Hello,

    Please change the previous code to:

    .single-product .meta-title span, .step-title span, .quantity input[type="number"], .st-menu-content {
        background-color: #565656;
    }
    select, .cart-popup-container p, .login-link .login-popup .popup-title span, .login-link .login-popup label, .emodal-text p, .emodal .emodal-title, .shopping-container .small-h,
    .form-row input.input-text {
        color: #565656;
    }
    .order-review  .step-title span {
        background-color: #777777;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 13:18

    Hello,

    Please provide URL of the demo version that you use.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 13:04

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 11:48

    Hello,

    Please see screenshot – http://prntscr.com/lc6qis

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 11:28

    Hello,

    You can add the custom css code in Global custom css or in style.css file of your child theme, then simply use this custom class https://prnt.sc/lc5ot3
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 10:50

    Hello @finleydesign,

    You need to copy all code of the function https://prnt.sc/lc5zai into child theme and then make changes, for example
    <?php echo '<a href="' . esc_url( wc_get_checkout_url() ) . '" class="button active big checkout-button">' . '<span> ' . esc_html__('Checkout', ETHEME_DOMAIN) . '</span>' . '</a>'; ?>
    >>>>>>
    <?php echo '<a href="https://www.8theme.com/topic/popup-cart-change-path-for-checkout-button-again/#post-201976" class="button active big checkout-button">' . '<span> ' . esc_html__('Checkout', ETHEME_DOMAIN) . '</span>' . '</a>'; ?>
    Then clear cache and check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 10:44

    Hello,

    Try to add this code in Theme Options > Custom css > Global Custom css:

    @media only screen and (max-width: 1030px){
        .top-bar {
            display: block;
        }
        .top-bar .top-links .topbar-widget {
            display: inline-block;
        }
        .top-bar .top-links {
            width: 100%;
            max-width: 100%;
            text-align: center;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 10:33
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 09:59

    Hello,

    There is no such possibility, by default. Your question requests additional customization which is beyond our basic support scope. If you need help with additional customization WPKraken team will help you, just submit a request.
    Or you can create the desired content structure using the editor where is it available then copy your content of “Text” tab into Text for custom tab field.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 09:48

    Hello,

    You can change this text using Loco Translate plugin, for example, http://prntscr.com/lc535h > http://prntscr.com/lc53an

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 09:16

    Hello @finleydesign,

    In wp-content/themes/theleader/framework/woo.php file you can find etheme_cart_items function, copy this function into child theme functions.php file and change http://prntscr.com/lc4n0r appropriate to your needs.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 09:07

    Hello,

    Yes. If this is not what you are looking for, please describe the desired result in more details.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 08:35

    Hello,

    Do you have the problem with our theme only or with default WC theme (Storefront) too? We are theme support and we are able to help you only with issues related strictly to our theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 08:32

    Hello,

    You can disable “Show loader icon until site loading” in Theme Options > General.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 08:26

    Hello,

    Please describe the problem in more details and provide some screenshots for better understanding the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 08:16

    Hello @thisisbolo,

    Thank you for the reply. Let us know if you need any assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 08:01

    Hello,

    Do you use latest versions of WPBakery Page builder (formerly Visual Composer) and Ultimate Addons plugins? Please provide us with temporary wp-admin access and page URL where you have the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 07:58

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 07:55

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 07:47

    Hello,

    Please try to add this code in Theme Options > Custom css:

    @media only screen and (max-width: 768px) {
        .content-product .footer-product {
            opacity: 0;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 30, 2018 at 07:43

    Hello,

    What theme version do you use? Please update XStore theme and Core plugin to latest versions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2018 at 16:43

    Hello,

    Please provide some screenshots for better understanding + temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2018 at 16:29

    Hello,

    Please see screenshot – https://prnt.sc/lbuy3c

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2018 at 15:58

    Please clear cache and check one more time.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2018 at 15:44

    You’re welcome!
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2018 at 15:43

    Hello,

    Please change the previous code to:

    .blog .wp-picture .btn_group a:last-child, .post-slide .btn_group a {
        padding: 100px 78px !important;
        background-color:  transparent !important;
        color: transparent !important;
    }
    .blog .wp-picture .btn_group, .single-post .post-slide .btn_group {
        top: 0px;
    }
    .blog .wp-picture .btn_group a:first-child {
        display:  none;
    }
    .blog .wp-picture .zoom >i, .thumbnails-x .zoom >i, .single-post .zoom >i { background-color: transparent !important; }
    
    .wp-picture .btn_group a:before, .swiper-slide .btn_group a:before, .portfolio-image .btn_group a:before, .thumbnails-x .btn_group a:before,
    .wp-picture .btn_group a:after, .swiper-slide .btn_group a:after, .portfolio-image .btn_group a:after, .thumbnails-x .btn_group a:after,
    .wp-picture .btn_group a span:before, .swiper-slide .btn_group a span:before, .portfolio-image .btn_group a span:before, .thumbnails-x .btn_group a span:before,
    .wp-picture .btn_group a span:after, .swiper-slide .btn_group a span:after, .portfolio-image .btn_group a span:after, .thumbnails-x .btn_group a span:after {
        display: none;
    }
    .single-post .btn_group a {
        background-color:  transparent !important;
        color: transparent !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 29, 2018 at 15:34

    Hello,

    You’re welcome!

    Regards

  • 1 2 3 1,735 1,736 1,737 2,273 2,274 2,275
    Viewing 52,080 results - 52,051 through 52,080 (of 68,227 total)
Viewing 30 posts - 52,051 through 52,080 (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.