Forum Replies Created

Viewing 30 posts - 51,661 through 51,690 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 14:01

    Hello,

    1) You can delete it in Dashboard > Theme Options > Single Product Page > Custom Tab Title and content for this tab.
    2)
    a) wp-content/themes/royal/woocommerce folder. Please provide screenshot for better understanding what exactly needs to be changed.
    b) You can use this code in functions.php of child theme to change “Add to cart” text on Single product page:

    /**
     * Change the "Add to Cart" text on the single product page
     *
     * @return string
     */
    function wc_custom_single_addtocart_text() {
        return "Your text";
    }
    add_filter( 'woocommerce_product_single_add_to_cart_text', 'wc_custom_single_addtocart_text' );

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 13:38

    Hello,

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

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 13:20

    Please update XStore theme to 5.1.1 version https://www.8theme.com/documentation/xstore/theme-installation/theme-update/ that if fully compatible with the latest woocommerce version.
    Don’t keep enabled all the plugins that come bundled with XStore theme. Read about required and recommended plugins https://www.8theme.com/documentation/xstore/plugins/included-plugins/ , check what recommended plugins you really plan to use depending on options that plugins offer and then enable them. Because every additional plugin slows down a site a little bit and there is no need to keep it enabled if you don’t use its options.
    Also, please watch this video about Variation Swatches in our theme – https://youtu.be/XO-PDvhPypc

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 11:24

    Hello,

    Is XStore Corre plugin activated on your site? https://www.8theme.com/documentation/xstore/plugins/included-plugins/
    Please provide temporary wp-admin access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 11:09

    Hello,

    Please add this code in Theme Options > Custom css > Custom css for mobile:

    .products-grid .product {
        width: 100%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 11:05

    Hello,

    We’ve sent etheme.min.js file to your registration email. Please rename etheme.min.js file in xstore/js folder and upload the new file, then clear cache and check tabs. If all works fine, you can delete the renamed file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 11:02

    Hello,

    This can be done using page editor.
    If you need detailed instruction, provide us with URL and temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 10:59

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 10:59

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 10:43

    Hello,

    Try to add this code in Global custom css:

    @media only screen and (max-width: 992px) {
        .header-widgets {
            display:  block;
        }
        .header-widgets span {
            font-size: 12px !important;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 10:36

    Hello,

    .product-information .product_title {
        font-family: 'Oswald', sans-serif;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 10:32

    Dear @Fantasia,

    I am glad that you sorted out.
    Please kindly open up new topics for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 10:30

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 10:29

    Theme Options > Typography > Main Google Font and Body Google Font.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 10:13

    Hello,

    1) This code can be used in style.css file of your child theme:

    .main-nav, .header-type-6 .main-nav .double-border {
        border-color: red;
    }

    2)

    .main-nav .menu > li .nav-sublist-dropdown .container > ul > li a:hover {
        color: red !important;
    }

    3) + is image, so you need to change wp-content/themes/legenda/images/small-plus.png, the same for close menu icon – small-close.png.
    4,5) http://prntscr.com/li61e8
    6)

    .mobile-nav.side-block .close-block {
        color: red;
    }

    7) Your request is a bit unclear for me. Please provide a screenshot for better understanding.
    You can use such screenshot maker as Lightshot https://prnt.sc/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:59

    Hello,

    Please edit your <p> in Top bar and add margin-bottom: 0px;
    <p style="margin-bottom: 0px;"><span style="color: #333333;">e-mail: ..... | phone: ..... </span></p>
    add this code in style.css of child theme:

    .header-type-3 .main-nav .double-border {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:55

    Hello,

    1) Please go to WooCommerce > Status > Tools > Create default WooCommerce pages > Create pages.
    2-3) Please describe it in more details with screenshots for better understanding.
    You can use such screenshot maker as Lightshot https://prnt.sc/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:43

    Please follow documentation https://contactform7.com/recaptcha/ , if you have any question, contact author of the plugin.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:39

    Please add the code in Global custom css.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:38

    Hello,

    Please use this custom css code:

    .blog-post .wp-picture {
        margin-bottom: 15px;
    }

    Font size can be changed via Theme Options > Typography > H2 or:

    .post-single h2.entry-title {
        font-size: 20px;
        color: black;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:15

    Hello,

    Your question is beyond our basic support scope. We can give only tips and we already made that.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:13

    Hello,

    It looks like the specific behavior of Facebook so can’t be changed from our side.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:11

    Hello,

    Thanks for the report. I’ve sent this information to our developers.
    As a temporary solution, you can add this code in Theme Options > Custom css > Custom css for desktop:

    .menu-item-has-children .nav-sublist-dropdown .item-level-3 > a {
        font-family: Lato;
        text-transform: capitalize;
        line-height: 16px;
        color: #9b9b9b;
        font-size: 14px;
    }

    Please delete the code after the next theme update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 09:06

    Please add this code in Theme Options > Custom css > Custom css for desktop:

    .cart_totals table {
        margin-bottom: .45em;
    }

    Do not forget to clear cache before checking the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 08:51

    Hello,

    Yes, you can.
    After updating the theme and Core plugin via FTP, your settings won’t be lost. But the styling of some parts on the site can be changed due to our improvement.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 08:40

    Hello,

    1) These warnings relate to WooCommerce plugin, so you need to contact woocommerce support.
    2) Please provide screenshot for better understanding the desired result.
    3-4) It would be better to contact WC support.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 08:21

    Hello,

    Unfortunately, we can’t check your staging site, there is a redirect to live one. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 08:03

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 14, 2018 at 08:02

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 13, 2018 at 16:21

    Please change this code http://prntscr.com/lhvgit to

    @media only screen and (max-width: 992px) {
        .header-wrapper .container-wrapper {display: flex;}
        .navbar-toggle {
            left: auto;
            right: 0;
        }
        .navbar-header {
            margin-right: 35px;
        }
        .navbar-toggle .et-icon {
            vertical-align: middle;
        }
        .header-logo{
            text-align:left;
        }
    }

    Regards

  • 1 2 3 1,722 1,723 1,724 2,273 2,274 2,275
    Viewing 51,690 results - 51,661 through 51,690 (of 68,227 total)
Viewing 30 posts - 51,661 through 51,690 (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.