Forum Replies Created

Viewing 30 posts - 67,021 through 67,050 (of 68,230 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 16:17

    Hello,

    Go to Edit page > edit Row or Column settings and go to Design Options tab, there change padding and margin http://prntscr.com/dzaiiz
    Or try to add this code in Custom CSS:

    .home .textvideohome {
        padding-left: 15px;
        padding-right: 15px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 15:46

    Hello,

    This option related to IDs product display order http://prntscr.com/dz9x67. There you can type the IDs of the products which you want to show.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 15:26

    Hello,

    I’ve just checked the widget with Twenty Fifteen theme and it’s not shown there too.
    Check it yourself.
    You need contact Woocommerce support regarding this issue and specify that the problem happens not only with Royal theme, but with default WordPress Twenty Fifteen theme too.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 14:55

    Hello,

    I’ve just checked your website and saw that it works correctly http://prntscr.com/dz9bx7
    Please clear browser cache and check.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 14:12

    Hello,

    Could you please try to disable all 3-rd party plugins, to add Cross-sells http://prntscr.com/dz8qud and then check.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 12:18

    Hello,

    Please provide us with a direct page link where you want to add margin.

    Regards,
    Rose Tyler.

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

    Hello,

    Please add this code in Custom CSS:

    .single-product .product-lightbox-btn {
        display: none;
    }

    Unfortunately, product category order can’t be changed for visual composer element.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 11:41

    Hello,

    Unfortunately, there is no such possibility. Please, add one of the previous codes or use another header type. Sorry for the inconvenience.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 11:30

    Hello,

    Go to Theme Options > Single product page > turn on “Enable slider for gallery images” option.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 08:46

    Hello,

    Please, add this code in Theme Options > Custom CSS > Custom CSS for mobile:

    .mobile-nav a {
        color: white !important;
    }
    .mobile-nav-heading.close-mobile-nav {
        color: white;
    }
    .home .page-content {
        margin-top: 0;
    }
    
    
    .main-footer.main-footer-1 {
        display: none;
    }

    or use VC http://prntscr.com/dz54oj

    Regards,
    Rose Tyler.

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

    Hello,

    Please, change previous code to this:

    @media (max-width: 767px){
    .white-popup-block {
        -webkit-background-size: contain !important;
        -o-background-size: contain !important;
        background-size: contain !important;
    }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 08:32

    Hello,

    1. Please provide us with a direct page link where you have the problem.
    2. To enable VC editor in static blocks go to Visual Composer > General Settings > Content Types and tick “static blocks”.
    3. Try to upload another Size guide image http://prntscr.com/dz4z5i

    Regards,
    Rose Tyler.

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

    Hello,

    Do you have API key?
    Please read how to get it https://developers.google.com/maps/documentation/javascript/tutorials/adding-a-google-map#step_3_get_an_api_key .
    Then you need edit the file wp-content/themes/legenda/contacts.php, find the line 171 <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>, replace the code with this <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY&sensor=false"></script>, add your API key instead of “YOUR_API_KEY” text in the link.

    Regards,
    Rose Tyler.

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

    Hello,

    We’re glad to hear that your issue was solved.
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 23, 2017 at 08:09

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

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

    Hello,

    We’re glad to hear that your issue was solved.
    If you have any questions feel free to contact us.

    Regards,
    Rose Tyler.

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

    Hello,

    In this case, you need change this code:

    .header-vertical-enable .menu-wrapper .menu >li .nav-sublist-dropdown {
        position: relative;
        left: 15% !important;
    }
    .header-type-8{
        overflow-y: auto;
        overflow-x: hidden;
    }

    to

    .logo img {
        width: 83%;
    }
    .header-type-8 .table-row .shopping-cart-widget {
        padding-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 20, 2017 at 15:21

    Hello,

    Please, and this in Custom CSS for mobile:

    .header-logo {
        margin-left: -5%;
    }
    .shopping-cart-widget {
        padding: 6px 0 3px 3px;
    }
    .shopping-container {
        margin-top: 12px;
    }
    .navbar-right {
        width: 88px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 20, 2017 at 13:45

    Hello,

    Unfortunately, there is no such possibility.
    Try to add this code in Custom CSS:

    @media only screen and (max-width: 992px){
        .sidebar-mobile-top>.row, .sidebar-mobile-top>.product>.row {
        flex-direction: column-reverse;
    }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 20, 2017 at 13:24

    Hello,

    1. I’ve checked your site and did not see problem there http://prntscr.com/dy1o64
    2. Please, add this code in Global Custom CSS:

    .products-grid .product-title {
        height: 30px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 20, 2017 at 12:56

    Hello,

    Please, add this code in Global Custom CSS:

    .single-product .tagged_as {
        display: none;
    } 

    Regards,
    Rose Tyler.

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

    Hello,

    Try this code:

    .st-content {
        background-image: url('http://path_to_your_image');
    }
    

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 20, 2017 at 08:45

    Hello,

    Sorry for the delay.
    Please update theme to the last version.
    Before update delete “woocommerce” folder in the directory wp-content/themes/legenda/ and it’ll be reuploaded from a new theme package.
    Also update all required plugins https://www.8theme.com/download-plugins/ .

    Don’t forget to create back up of your files and database before starting update process!
    https://youtu.be/KdWESIIPU1k

    Regards,
    Rose Tyler.

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

    Hello,

    Could you please provide a link to your website so we could check it?

    Regards,
    Rose Tyler.

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

    Hello,

    That option is used for Boxed layout. For Wide layout add this code in Global Custom CSS:

    .st-content {
        background-color: #db8734;
    }
    

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 20, 2017 at 08:10

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 15:53

    Hello,

    Please add this code in Custom CSS:

    .single-product .product-information-inner label {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 14:03

    Hello,

    1. Seems there is a bug in our theme. We’ve sent this request to our developers. If you want to use left sidebar now, please add this code in custom css:

    .responsive-sidebar-bottom .sidebar-right {
        display: none !important;
    }

    2.

    .single-product input.button.active.filled {
        position: absolute;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 13:26

    Hello,

    Please add this code in Custom CSS:

    .header-vertical-enable .menu-wrapper .menu >li .nav-sublist-dropdown {
        position: relative;
        left: 15% !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 11:40

    Hello,

    Try to add this code in Custom CSS

    .single-product table.variations {
        width: 20%;
        margin-bottom: 0;
    }
    .single-product .product-information .cart button[type="submit"] {
        width: 60% !important;
    }
    .single_variation_wrap {
        width: 70%;
        float: right;
        border: none;
        margin-top: 5px;
    }
    .single-product .product-information .cart {
        padding-bottom: 0;
    }

    Regards,
    Rose Tyler.

  • 1 2 3 2,234 2,235 2,236 2,273 2,274 2,275
    Viewing 67,050 results - 67,021 through 67,050 (of 68,230 total)
Viewing 30 posts - 67,021 through 67,050 (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.