Forum Replies Created

Viewing 30 posts - 63,631 through 63,660 (of 68,230 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 21, 2017 at 09:03

    Hello, @techhnyne,

    1. You can use custom css to achieve needed result, for example:

    .product-category .mask-container .block-mask .mask-content {
        opacity: 0;
        width: 100%;
        height: 100%;
        left: 0;
    }
    .product-category .mask-container .block-mask:hover {
        background-color: transparent;
    }
    .product-category .mask-container .block-mask .mask-content a {
        width: 100%;
        height: 100%;
    }

    How to create custom.css you can watch in this tutorial https://www.youtube.com/watch?v=Qok2zRedRMY.
    2. Please provide screenshot for better understanding.

    Regards

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

    Hello,

    Previous your changes in the child theme and last css code do not make any effect on billing details fields. You may try to deactivate “Extra Checkout Fields for Brazil” plugin and see billing details fields without problems. If you use this plugin and change fields on the checkout page, you need also write custom css code to display page content well. For example:

    .woocommerce-checkout #billing_cpf_field, .woocommerce-billing-fields #billing_state_field {
        clear: both;
    }
    .woocommerce-billing-fields #billing_state, .woocommerce-billing-fields #billing_email {
        width: 47%;
    }
    .woocommerce-billing-fields billing_postcode_field, .woocommerce-billing-fields #billing_email {
        margin-right: 3%;
    }
    .woocommerce-billing-fields #billing_postcode_field {
        margin-right: 6%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 21, 2017 at 08:21

    Hello,

    I’ve checked your site and seems you have 4 featured products, so I marked as featured 4 more random products. Also, I’ve added our element to display these products in slider. Please check home page now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 21, 2017 at 08:09

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 21, 2017 at 08:06

    In this case change your media query:

    @media (max-width: 1200px) and (min-width: 768px) { 
       .ftr-boxes div.ult-content-box {
          min-height: 390px !important;
    }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 21, 2017 at 07:58

    Fixed.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 16:31

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 15:59

    Yes, you can change this text in /woopress/framework/theme-functions.php file.
    We recommend you to make changes in a child theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 15:55

    This notice doesn’t relate to our theme. You can disable all 3-rd party plugins and then activate one by one to find which plugin cause the notice.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 15:30

    Please change previous code to:

    .pagseguro-method-form p {
        margin-left: 0; 
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 15:23

    To avoid any misunderstandings, please disable debug and the plugin and let me know about the situation with VC editor.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 15:19

    As you can see, errors aren’t related to our theme so try to disable this plugin http://prntscr.com/fy3ibo

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 15:16

    I can’t see your files on FTP, seems you didn’t give me full access.
    Please try to disable debug now, and check page editor, if it doesn’t work, give full FTP access so I could check your files.

    REgards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 15:11

    You’re welcome!
    Try to use this code in Custom css:

    .woocommerce-checkout-payment .payment_methods p {
        margin-left: 0;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 14:59

    Is your problem solved? http://prntscr.com/fy39st

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 14:50

    Please turn on WP_DEBUG in wp-config.php https://codex.wordpress.org/WP_DEBUG so we could see errors log on your site.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 14:12

    I’ve removed this code:

    .archive .page-content > .row, .woocommerce .page-content > .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column-reverse nowrap;
      flex-flow: column-reverse nowrap;
    }

    Please check your site now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 14:07

    You need to create empty woocommerce and checkout folders in your child theme.
    Read more about child theme https://www.8theme.com/demo/docs/woopress/#!/3_child_theme https://codex.wordpress.org/Child_Themes

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 12:17

    Hello,

    I’ve created “test” page with full with image http://prntscr.com/fy11jq. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 10:10

    Hello,

    Our options work fine for default woocommerce brands pages, but you create brands using Perfect WooCommerce Brands plugin, so you need contact plugin authors to sort out the layout problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 10:02

    Hello,

    The problem caused by code in Custom CSS for mobile area. Please check your code.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 09:35

    Hello,

    Unfortunately, can’t recreate the issue. Please try to clear cache on your phone browser and disable all 3-rd party plugins. Do you face any problem with the mobile menu of default theme Storefront?
    Also, check the menu on different devices.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 09:19

    In this case, try to add !important; http://prntscr.com/fxyvkv

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 08:59

    Hello, @kerstinw,

    This is old conversation, so it would be better if you create a new topic and describe your problem in detail. Thank you.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 08:49

    Hello,

    Please provide wp-admin access in Private Content, so we could check because we don’t have this problem on our test site.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 08:44

    Fixed. Please check now. It was problem with settings of your product.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 08:30

    Hello,

    Please use https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 08:28

    What phone and browser do you use? I checked your site on Samsung and IPhone and in different browsers and didn’t see the problem http://prntscr.com/fxyarr

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 08:19

    Hello,

    Simply change this line http://prntscr.com/fxy7fa to https://prnt.sc/fxy7aw (add your link)

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    July 20, 2017 at 08:13

    Hello,

    1. You can copy /woopress/woocommerce/checkout/form-checkout.php file into your child-theme/woocommerce/checkout/ folder and change this code http://prntscr.com/fxxzzx to https://prnt.sc/fxxzts.

    2. Please add this code in Theme Options > Custom css:

    .main-footer .widget-container.null-instagram-feed .instagram-size-small li {
        width: 33.33%;
        display: inline-block;
        padding: 5px;
    }

    Regards

  • 1 2 3 2,121 2,122 2,123 2,273 2,274 2,275
    Viewing 63,660 results - 63,631 through 63,660 (of 68,230 total)
Viewing 30 posts - 63,631 through 63,660 (of 68,230 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.