Forum Replies Created

Viewing 30 posts - 61 through 90 (of 731 total)
  • Avatar: 8theme
    8theme
    Support staff
    January 24, 2017 at 09:28

    Hello,

    Add this code snippet to the custom CSS for mobile devices

    .content-product .products-page-cats {
    	display:none;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 24, 2017 at 09:27

    Hello,

    “Watch video” button is located on the product image https://gyazo.com/f4bc1282bf0626f87d94c5a106dc2060 and can’t be placed after the description.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 24, 2017 at 09:26

    Hello,

    You can hide it by adding this code snippet to the custom CSS in Theme Options

    .products-page-cats {
    	display:none;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 24, 2017 at 09:23

    Hello,

    Firstly, be sure that you have two different translations files: one for WooCommerce strings located in wp-content/languages/ and for our theme strings in wp-content/languages/themes/

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 12:41

    The order for all JS scripts are the same and there is no any problems with it. Try to disable all additional plugin also.

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 11:12

    OK, but how it works with a default theme?

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 11:01

    Hello,

    Try to use this css snippet to hide this link. Add it for mobile devices only in the Custom CSS area.

    .mobile-menu-wrapper .popup_link {
        display: none!important;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 10:17

    Hello,

    You can find all available options for the breadcrumbs in Theme Options -> General -> Breadcrumbs.

    Kind Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 10:14

    Sorry, we have found your products. It seems that cart widget works correctly. Here is a code snippet to remove red background from it

    .header-simple.header-color-dark .cart-bag {
    	background:none;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 10:12

    Hello,

    How can we add something to cart to see the issue on your website?

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 10:03

    Hello,

    You need to enable registration in WooCommerce -> Settings -> Account.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 10:01

    Hello,

    1. Sorry, but there is no such function in our theme.

    2. Try to add this code to the custom CSS for mobile devices

    .header-logo img {
        max-width: 70px !important;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 09:49

    Hello,

    We are glad that you have found a solution. Contact us if you have any additional questions.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 09:49

    Hello,

    We are glad that you have found a solution. Contact us if you have any additional questions.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 09:44

    Hello,

    Sorry, but this button is not compatible with WooCommerce and doesn’t update cart widget at all. You can check how it works with standard WooCommerce Storefront theme.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 09:34

    Hello,

    We didn’t test any plugins for comments captcha but if you will have any issues using some of them just contact us and we will try to help you with any incompatibilities.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 09:32

    Hello,

    You can find public methods of the JS library used for this popup in its documentation http://dimsemenov.com/plugins/magnific-popup/documentation.html
    Sorry, but we don’t have a solution for you and it may need additional code customization to achieve this.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 09:30

    Hello,

    Unfortunately, there is no such feature in our theme and it may require additional code customization to achieve this.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 09:01

    Hello,

    Thank you for posting this useful information here @Walid.

    Please, contact us about the result when you will update PHP to the latest version. @redwhite34

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 08:59

    We don’t see any JS errors. Could you please switch to default theme to check how it should work?

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 08:50

    Hello,

    Could you please send a screenshot of the multi upload field for better understanding?

    Thank you

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 08:49

    Hi,

    We will take into account your request.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 08:48

    Hi,

    Could you please provide us a screenshot of the problem?

    Avatar: 8theme
    8theme
    Support staff
    January 23, 2017 at 08:21

    Yes, it appears for simple products only. We will consider adding this text for variable products too in our future updates.

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 20, 2017 at 11:23

    Thank you.

    Try to add this snippet to the Custom CSS to increase menu font size

    .header-simple .menu-wrapper .menu > li > a {
    	font-size:20px;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 20, 2017 at 11:22

    Hi,

    Use this simple CSS code

    .top-bar.topbar-color-dark,
    .top-links > div{
    	border:none;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 20, 2017 at 11:21

    And this for social buttons

    .top-bar.topbar-color-dark .topbar-widget.etheme_widget_socials .et-follow-buttons a {
    	border-left:none;
    }

    Regards

    Avatar: 8theme
    8theme
    Support staff
    January 20, 2017 at 11:20

    Hi,

    Add this code to the Custom CSS

    .header-simple .shopping-container {
    	border-left:none;
    }
    Avatar: 8theme
    8theme
    Support staff
    January 20, 2017 at 10:40

    Great 🙂 You are welcome

    Avatar: 8theme
    8theme
    Support staff
    January 20, 2017 at 10:40

    You are welcome!

  • 1 2 3 4 23 24 25
    Viewing 90 results - 61 through 90 (of 731 total)
Viewing 30 posts - 61 through 90 (of 731 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.