Forum Replies Created

Viewing 30 posts - 50,191 through 50,220 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 16:33
    .woocommerce-cart-form #coupon_code {
        border-color: #1b1b1b;
    }
    .cart-popup-footer .btn-view-cart {
        background-color: #a2185b;
        color:  white;
        text-align:  center;
    }
    .cart-popup-footer .btn-view-cart:hover {
        color: white;
        background-color: #741241;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 14:52

    Hello,

    Please add this code in Theme options > Custom css > Global custom css:

    @media only screen and (max-width: 1200px) {
        .back-history {
            display: block !important;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 14:42

    Hello,

    Please change this custom css code http://prntscr.com/ml1td4 to

    .main-nav .menu > li {
        padding: 5px 15px;
    }
    .home .page-content {
        padding-top: 0px;
    }
    .home .main-nav {
        margin-bottom: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 14:11

    Hello,

    Appearance > Widgets > Left side top bar area and Right side top bar area
    https://youtu.be/4SfPPuwPCVI

    and how to add social link in theme options

    – Please describe the desired result in more details.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 13:26

    Hello,

    1) You can add this custom css code:

    .woocommerce-cart .et-open.to_open-coupon {
        border: 1px solid #a2185b;
        padding: 5px 8px;
        margin: 0px 0 15px 0;
        color: #a2185b;
    }
    .woocommerce-cart .actions > div:first-child {
        padding-right: 0px;
    }
    .woocommerce-cart .return-shop {
        border: 1px solid #1b1b1b;
        color: #1b1b1b;
        padding: 5px 8px !important;
    }
    .woocommerce-cart .return-shop:hover {
        border-color: #a2185b;
        color: #fff;
        background-color:  #a2185b;
    
    }
    .woocommerce-cart-form .btn {
        background-color: #1b1b1b;
        color: #fff;
    }
    .woocommerce-cart-form .btn:hover {
        background-color: #a2185b;
        color: #fff;
    }

    2) This requests additional customization in files. Additional customization is not included in the scope of our basic support.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 12:59

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 11:32

    Hello,

    Please use one of these icons https://fontawesome.com/v4.7.0/icons/ For example “shopping-bag” http://prntscr.com/mkyvx4
    Do not forget to clear cache before checking the result and test how it works via the incognito window.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 11:03

    Yes, it is correct.
    You can install an additional plugin, like WP Maintenance Mode to make pages unavailable.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 10:26

    You’re welcome!
    Thanks for understanding.
    I do not know when exactly will be released the new update, but hope it will be soon.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 10:12

    Hello,

    Do you want to do this from one site with woocommerce to another one that uses WC? In this case, you need to use an additional plugin, for example, WP All Export or similar, that allows you to export/import wp-taxonomy – product categories.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 09:38
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 09:14

    Hello,

    The code should be added in wp-content/themes/legenda-child/style.css.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 09:10

    Hello,

    Thanks for contacting us.
    1. Edit page > [8theme] Layout options > Breadcrumbs Style > Disable http://prntscr.com/mkwjf4
    2. You can display the price here http://prntscr.com/mkwtml by adding this code in functions.php of your child theme

    remove_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 10);
    add_action('woocommerce_single_product_summary', 'woocommerce_template_single_price', 30);

    Read more – http://www.alphablossom.com/move-woocommerce-price-on-single-product-page/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 08:45

    Hello,

    Please check now http://prntscr.com/mkwi6m I’ve added in the menu Shop page with “Navigation Label” – Product Categories.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 08:40

    Hello,

    1,2. Make sure you placed translation files into the /wp-content/languages/themes/ folder with correct names (language name and xstore theme suffix, e.g xstore-de_DE.po, xstore-de_DE.mo) https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    If you face problems with translation, you need to be sure that your translation files are synchronized. Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with pot file.
    If synchronization doesn’t help, provide temporary wp-admin and FTP access.
    3. Please refer to WC documentation or contact support of woocommerce.
    4. Delete this code from Theme Options > Custom css http://prntscr.com/mkwekg
    5. Theme Options > Shop > Products style > Hover Color Scheme.
    6. Please add this code in Theme Options > Custom css:

    .woocommerce-ordering select {
        width: 100%;
    }
    .filter-wrap {
        border: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 08:15

    Please provide temporary wp-admin access so I can check where this code from http://prntscr.com/mkw5or and remove it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 08:08

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 08:05

    Please try now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 08:04

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 14, 2019 at 08:02

    Hello,

    That is great. Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 16:42

    You’re welcome!
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 16:34

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 16:25

    I will send this problem to our developers and hope it will be fixed in one of next theme updates.
    Please add this code in style.css of your child theme to disable the quick view on related products:

    .single-product .slide-item .product:hover .product-image-wrapper .show-quickly {
        display:  none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 15:47

    Do you have these problems with the default WC theme activated on your site (Storefront)?
    Try to disable 3-rd party plugins, clear cache and check how it works then.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 15:37

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 15:27

    Hello,

    Please edit this custom css code http://prntscr.com/mkl7db

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 15:17

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 15:07

    Hello,

    Please change this custom css code

    .content-product .product_type_simple.add_to_cart_button {
        margin-top: 99px !important;
    }

    to

    .content-product .product-details .product_type_simple.add_to_cart_button {
        margin-top: 99px !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 14:53

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 13, 2019 at 14:36

    You’re welcome!

    Regards

  • 1 2 3 1,673 1,674 1,675 2,273 2,274 2,275
    Viewing 50,220 results - 50,191 through 50,220 (of 68,227 total)
Viewing 30 posts - 50,191 through 50,220 (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.