Forum Replies Created

Viewing 30 posts - 62,251 through 62,280 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 07:56

    Hello,

    We do not have “add_to_cart_fragments” in our theme files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 07:51

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 22, 2017 at 07:50

    Hello,

    You’re welcome!
    Yes, it will be added in next theme update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 16:28

    Please check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:48

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:41

    Make sure that > wasn’t changed to &.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:35

    You’re welcome!
    Thank you for your thoughts! We deeply appreciate it! 🙂

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:12

    Hello,

    You may enable this option http://prntscr.com/gnxlml to activate default registration that has auto-login.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 15:00

    Hello,

    Please go to Theme Options > General > Footer > Footer fixed > off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 14:57

    Hello,

    Please change previous code to:

    .single-product .product-information .products-page-cats, .single-product .product-information .product_meta > span {
        display: none;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 14:51

    Hello,

    I suppose it will be added in new theme update, so you may change this code
    http://prntscr.com/gnxa4a to http://prntscr.com/gnxab8 in framework/shortcode.php file of your parent theme

    $args['tax_query'][] = array(
        'relation' => 'OR',
        array(
           'taxonomy' => 'product_tag',
           'terms' => $categories,
           'operator' => 'IN',
           ),
        array(
           'taxonomy' => 'product_cat',
           'terms' => $categories,
           'operator' => 'IN',
           )
       );

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 14:43

    This option works for menu, but you use woocommerce widget here http://prntscr.com/gnx2r8 http://prntscr.com/gnx2uq, I’ve added menu widget into your custom sidebar http://prntscr.com/gnx47y but stylings of this element are different http://prntscr.com/gnx4ol Please check.
    if you want to use category element, you may add this code in custom css http://prntscr.com/gnx7f2:

    .home .widget_product_categories.sidebar-widget ul li:first-child a:before {
        font-size: 16px;
        color: #999;
        font-family: 'FontAwesome';
        display: inline-block;
        content: "\f2c1";
        margin-right: 10px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 14:10

    Hello,

    1. Please check this screenshot as example https://prnt.sc/gl1wqz
    2. You may use custom css, for example, add this code in Theme Options > Styling > Custom css:

    .product-categories
     .fa-angle-down:before {
        content: '\f2c1' !important;
        color: red !important;
        font-size: 20px !important;
    }

    http://prntscr.com/gnwpud

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:58

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:35

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:23

    Please, clear cache and check http://prntscr.com/gnvae6

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:21

    Hello,

    You may add this code in Custom css:

    .product-information-inner .product-navigation .product-arrows {
        display: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:14

    Hello,

    Please see screenshot http://prntscr.com/gnv6dl

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 12:09

    Please, clear cache and check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 09:57

    Hello,

    Please go to Settings > Media, there you may change image sizes, for example, set Medium size – 600×600 and Large size – 1300×1300. Don’t forget Regenerate thumbnails https://wordpress.org/plugins/regenerate-thumbnails/
    also, add this code in Theme Options > Styling > Custom css:
    article.blog-post .wp-picture img, article.post-grid .wp-picture img {width: auto;}

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 09:53

    Please change this code

    .et-mobile-menu > li > ul > li a{
    margin-left:-1px !important;
    }

    to

    .et-mobile-menu > li > ul > li > a, .et-mobile-menu > li > ul > li a:before {
        line-height: 20px;
    }
    .et-mobile-menu > li > ul > li > a {
        padding: 10px 0px 10px 30px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 09:03

    Hello,

    The problem relates to changes that you made in child theme. With parent theme – https://prnt.sc/gnsvdp
    You need to check changes that you made in your child theme.
    Also, you may see notice about out of date files http://prntscr.com/gnsxea http://prntscr.com/gnsxqo. In this case you just need to compare 2 files and add the missing code to your child theme file.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:51

    Hello, @Rin,

    Please see screenshot http://prntscr.com/gnsrwz
    I do not see the problem http://prntscr.com/gnssee Please clear cache and check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:46

    Hello,

    We did not test this plugin with our theme, but as you may see http://prntscr.com/gnspv1 https://woocommerce.com/products/storefront-powerpack/
    We do not have list of plugins that will work with our theme, so it would be better to contact us before purchasing some 3-rd party plugins.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:37

    Hello,

    Sorry, please go to Theme Options > Color Scheme and Typography.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:29

    Hello, @axelerocustom,

    Please try to clear cache and check, because I do not see the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:27

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:26

    Hello,

    I am glad that you sorted out.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 21, 2017 at 08:24

    Please try to add this code in Custom css:

    .content-product .button{
        background-color: white;
    }
    .product-details font .button, .product-slide .content-product .button {
        background-color: white;
        border: 1px solid #CBCBCB;
    }
    .content-product .button:hover {
        color: #000;
        border: 1px solid #000;
    }
    .product-details .thickbox {
        font-family: Assistant;
        font-size: 13px;
    }
    .product-details span.price {
        margin-top: 15px;
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    September 20, 2017 at 15:26

    Hello,

    Could you please provide wp-admin access in Private Content? It is a bit strange issue that we do not have on our test site, so I need to check the problem more deeply to be sure that problem doesn’t relate to our theme or will be fixed in next theme update.

    Regards

  • 1 2 3 2,075 2,076 2,077 2,273 2,274 2,275
    Viewing 62,280 results - 62,251 through 62,280 (of 68,227 total)
Viewing 30 posts - 62,251 through 62,280 (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.