Forum Replies Created

Viewing 30 posts - 60,961 through 60,990 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 09:14

    Hello,

    Please find this code in your custom.css

     .products-grid .product .add-to-container{
      width: 100%;
      position: absolute;
      bottom: 0;
      text-align: center;
    }  

    and change to

    @media (min-width:480px){
      .products-grid .product .add-to-container{
      width: 100%;
      position: absolute;
      bottom: 0;
      text-align: center;
      }  
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 09:12

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 09:05

    Hello,

    You may add this code in custom.css:

    @media (max-width: 480px) { 
    .products-grid .product .star-rating {
        display: block;
        margin: auto;
    }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 09:02

    Hello,

    Likely it was the permissions problem or cache problem because when I passed this issue to our developers they said that the problem already solved.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 08:59

    Hello,

    You may add this custom class for the button http://prntscr.com/h84etv custom-button and add this code in Theme Options > Styling > Custom css:

    .home .custom-button {
        border-radius: 7px !important;
        line-height: 24px !important;
        font-weight: 600;
    }

    http://prntscr.com/h84fcv

    At first, please read slider documentation https://www.themepunch.com/revslider-doc/slider-revolution-documentation/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 08:49

    Hello,

    Hope you are having a nice day.
    Please go to Theme Options > Color Scheme > Fixed Header Text Color > Dark.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 08:48

    Hello,

    Could you please provide link to your site in Private Content area to help me understand more?
    Thanks

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 08:44

    Hello,

    The wp-admin credentials are incorrect. Please check them.
    You may change header type in Theme Options > General > Header Type.
    If you want to change the header structure you need to edit a file in xstore/headers/ (select file according to your header variant in Theme Options). Use a child theme to do any changes in template files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 08:38

    Hello,

    We are happy to see that problem solved.
    We would be happy if you share your experience of using the product and the support quality you received. You can rate our product on Themeforest http://prnt.sc/d256m6 https://themeforest.net/downloads
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 08:37

    Hello,

    I’ve changed – http://prntscr.com/h847ox Please check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 08:34

    We are happy to see that problem solved.
    We would be happy if you share your experience of using the product and the support quality you received. You can rate our product on Themeforest.
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 9, 2017 at 08:33

    My pleasure 🙂

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 16:41

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 16:30

    Hello,

    We are happy to see that problems solved.
    We would be happy if you share your experience of using the product and the support quality you received. You can rate our product on Themeforest.
    This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 16:21

    Hello,

    Could you please check the situation with a default WC theme – Storefront? If you have the same with default theme it means the situation doesn’t relate to theme. You can maybe find a plugin that can provide this functionality.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 15:56

    Hello,

    You may add Excerpt manually to every post http://prntscr.com/h7td98 > http://prntscr.com/h7tdig
    also, try to add this code in Theme Options > Styling > Custom css:

    .posts-slider article .post-heading {
        min-height: 40px;
    }
    .posts-slider article .content-article p {
        min-height: 108px;
    }
    .posts-slider article > div .wp-picture {
        min-height: 165px;
    }
    .single-post .posts-slider article .post-heading {
        min-height: 60px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 15:29

    Then clear cache and try to add some product to cart.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 15:28

    Hello,

    Please check your category page with a default theme – Storefront. Let me know result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 15:26

    Hello,

    In this case, add this code

    function et_cart_summ() {
        global $woocommerce;
        ?>
    		<a href="<?php echo wc_get_cart_url(); ?>" class="cart-summ" data-items-count="<?php echo WC()->cart->get_cart_contents_count(); ?>">
    			<div class="cart-bag">
    				<?php echo wp_kses_data( sprintf( '<span class="badge-number">(%1$u) %2$s</span>', WC()->cart->get_cart_contents_count(), _nx( '', '', WC()->cart->get_cart_contents_count(), 'top cart items count text', ETHEME_DOMAIN ) ) );?>
    			</div>
    		</a>
        <?php
    }

    in function.php file of child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 15:07

    Like on screenshot – https://prnt.sc/h7sogo ?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 14:49

    Hello,

    Please try to add this code in custom.css

    .blog-post .post-info {
        display: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 14:48

    Hello,

    Hope you are having a nice day.
    We are glad to hear that you sorted out.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 14:44

    Hello,

    Do you use CDN or Cloudflare?
    Seems Chrome and FF browsers block some scripts of Cloudflare. Sarafi does not do this and your site looks fine http://prntscr.com/h7sc2q
    Contact Cloudflare support to fix the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 14:00

    Hello,

    Please read how to create variable product https://docs.woocommerce.com/document/variable-product/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 13:57

    Hello,

    Please provide wp-admin access in Private Content (visible only for our technical support).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 13:49

    Hello,

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

    .single-product .product-information .product_meta {
        display: none;
    }

    Please read this article https://docs.woocommerce.com/document/editing-product-data-tabs/

    -description header
    (not the entire tab, just the header to disappear, so the contents on description section to appear right below the product images)

    – please provide screenshot for better understanding and link to your site.
    2. Please read this topic https://www.8theme.com/topic/change-words/
    3. There is no such setting, but you may change it in file http://prntscr.com/h7re8u
    xstore/woocomerce/single-product/related.php. We recommend making changes in the child theme https://codex.wordpress.org/Child_Themes because you’ll lose all modifications after each theme update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 13:45

    Hello,

    Do you want such result https://gyazo.com/d9770f6faf076acfc029a10b9dd8c408 ?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 13:32

    Hello,

    This + is image, so you need to change wp-content/themes/legenda/images/small-plus.png, the same for close menu icon – small-close.png.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 13:14

    You’re welcome, if you need any other assistance, please let me know.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 8, 2017 at 13:11

    You’re welcome!
    If you need any other assistance, please let me know.

    Regards

  • 1 2 3 2,032 2,033 2,034 2,273 2,274 2,275
    Viewing 60,990 results - 60,961 through 60,990 (of 68,223 total)
Viewing 30 posts - 60,961 through 60,990 (of 68,223 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.