Forum Replies Created

Viewing 30 posts - 67,111 through 67,140 (of 68,230 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 14:40

    Hello,

    I checked your site on iPhone 6s and everything works now. Please see screenshot: http://prntscr.com/dwb9h3

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 14:25

    Hello,

    1. Try to add this code in Custom CSS:

    .out-stock {
        top: 22%;
        right: 3% !important;
        left: auto;
        width: 68px;
        height: 68px;
    }
    .out-stock .wr-c {
        font: 10px/15px 'Roboto', Arial, Helvetica, sans-serif;
        margin-top: 16px;
    }
    .out-stock .wr-c .bigT {
        font-size: 12px;
    }

    2.

    .mobile-nav a {
        color: white !important;
    }
    .mobile-nav-heading {
        color: white;
    }

    5. Unfortunately there is no such possibility.
    6. Try to use WooCommerce Product Tags widget.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 11:48

    Hello,

    1-2. Please update the theme to the latest version 3.0.3.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
    Don’t forget to create back up of your files and database before starting update process!
    https://youtu.be/KdWESIIPU1k
    Also, try to disable all 3rd-party plugins, clear browser cache and check issue after that.

    3. Please add this code in custom.css file:

    .single-product-page .product-info .quantity .minus {
        z-index: 2;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 11:27

    Hello,

    Try to add this code in Custom CSS:

    .menu .nav-sublist-dropdown {
        transform: translateX(-50%);
        left: 50%;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 11:20

    Hello,

    Glad to hear you resolved the issue.
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 08:39

    Hello,

    To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 08:29

    Hello,

    You’re welcome!
    Try to change this code http://prntscr.com/dw79ov to display: block;

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 08:25

    Hello,

    You’re welcome!
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 08:22

    Hello,

    Try to change Responsive Options http://prntscr.com/dw771d

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 08:16

    Hello,

    You can show 2 products per row using this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .products-grid .product {
      width: 50% !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 08:11

    Hello,

    You’re welcome!
    Glad to hear you resolved the issue.
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 16, 2017 at 08:03

    Hello,

    Please add this code in custom.css file:

    .mobile-nav .et-mobile-menu li > a {
        color: white;
    }
    .close-mobile-nav.close-block {
        color: white;
    }

    How to create custom.css you can watch in this tutorial
    https://www.youtube.com/watch?v=Qok2zRedRMY

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 14:08

    Hello,

    Try to add this code in Custom CSS:

    .progress-button {
        background-color: red;
    }
    .product-information .cart button[type="submit"] {
        background-color: red;
    }
    .menu-wrapper .menu-main-container > ul > li:hover a, .fixed-header .menu-main-container .menu > li:hover a {
        background-color: white;
    }
    .menu .menu-full-width .nav-sublist-dropdown ul > li > a {
        background-color: white;
    }

    Set the values to your needs.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 13:06

    Hello,

    This is related to Woocommerce configuration. Please refer to their documentation
    https://docs.woocommerce.com/document/variable-product/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 12:15

    Hello,

    Try to add this code in Custom css:

    @media (max-width: 480px){
    .top-bar {
        display: block;
    }
    .top-bar .languages-area {
        display: block;
        margin: 3px 15px;
    }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 11:21

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 11:16

    Hello,

    You’re welcome!
    Glad to hear you resolved the issue.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 11:15

    Hello,

    Glad to hear you resolved the issue.
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 08:41

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 08:13

    Hello,

    Try to use this code:

    .fixed-header-area ul#menu-main-1 {
        margin-left: 15%;
    }
    
    .fixed-header-area .menu > li > a {
        color: #4e3524;
        font-family: Cabin;
        font-style: normal;
        letter-spacing: 0.1em;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 08:03

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 13, 2017 at 07:58

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2017 at 15:05

    Hello,

    As your original images have different sizes they will be shown differently. You can add this code

    .product-content-image img {
        height: 180px !important;
    }

    or upload original images with similar dimensions approximately 1,425px × 1,900px so they have high resolution.
    http://prntscr.com/dupdw8

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2017 at 13:00

    Hello,

    Glad to hear you resolved the issue.
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2017 at 09:09

    Hello,

    Could you please take a video and show the problem as we can’t get your point?
    Also, try to disable all 3-rd party plugins and then check.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2017 at 09:05

    Hello,

    Could you please, try to disable all 3-rd party plugins and then check.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2017 at 09:00

    Hello,

    Unfortunately, our theme doesn’t have it by default and it needs additional code customization that is out of theme support scope.
    You can add some links in Product description section or try to edit the file wp-content/themes/woopress/woocommerce/content-single-product.php.
    Make your changes in the child theme to prevent losing them after theme update.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2017 at 08:49

    Hello,

    Could you please, try to disable all 3-rd party plugins and then check.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2017 at 08:37

    Hello,

    As I see, your Dashboard link on My account page works fine and leads to https://…./my-account/ http://prntscr.com/dul5ie

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 12, 2017 at 08:11

    Hello,

    Please read this topic https://www.8theme.com/topic/hide-featured-image-on-product-page/

    Regards,
    Rose Tyler.

  • 1 2 3 2,237 2,238 2,239 2,273 2,274 2,275
    Viewing 67,140 results - 67,111 through 67,140 (of 68,230 total)
Viewing 30 posts - 67,111 through 67,140 (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.