Forum Replies Created

Viewing 30 posts - 3,151 through 3,180 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 21:57

    Hello,

    This files will be fixed in the next theme update.
    Sorry for inconvenience.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 20:53

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 20:39

    Hello,

    I’ve just imported the slider for you. Please check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 20:00

    Hello,

    In this case you can add WooCommerce Product Categories widget in Appearance->Widgets->Shop Sidebar.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 19:35

    Please provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 18:59

    Hello,

    Please use this code in Theme Options->Custom CSS->Global Custom CSS.

    .menu .current-menu-item > a{
    color:red;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 17:54

    Hello,

    I’ve changed a background-attachment value in Theme Options->Color Scheme->Breadcrumbs background.
    Please check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 17:45

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 17:27

    Yes, to add an image there use the following code.

    .header-wrapper{
        width: 100%;
        height: 100%;
        background-image: url("http://legenda/wp-content/uploads/revslider/home/s3.jpg");
        background-size: cover;
        background-position: 0% 0%;
        background-repeat: no-repeat;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 16:22

    Hello,

    Please try to add this code in custom.css file.

    .single-product .product-info .span5{
        float: left !important;
    }
    .rtl.single-product .sidebar {
        float: right !important;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 15:52

    Hello,

    Please try to disable third-party plugins one by one and check your captcha, one of them caused issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 15:40

    Hello,

    Try to disable third-party plugins one by one and check it, one of them caused issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 15:23

    Hello,

    We can’t log into admin panel, got “403 Forbidden” error http://prntscr.com/9vi1a3 . Please check it.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 27, 2016 at 15:08

    Hello,

    To change background color of the header you need to add this code in custom.css file.

    .header-wrapper{
        background: red;
    }

    Could you please clarify with more details which styles of header size and logo position you want and show us screenshots?

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 16:41

    Hello,

    Could you please clarify with more details where exactly you want to change the font?
    Also provide us with wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 15:41

    Hello,

    You can try use this code in Global Custom CSS.

    .sidebar-widget .blog-post-list .date-event{
        background-color: #7B5C1A;
        outline-color: #fff;
        border-color: #A91C1C;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 14:53

    Yes, but it will be fixed in the next theme update.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 14:26

    Please don’t make any changes, we still working on your issue.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 14:20

    Hello,

    I’ve added this code in 8theme options->styling->custom css->global custom css. Please check it.

    body{
        font-family: Tahoma,Geneva, sans-serif !important;
        line-height: 18px;
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 12:50

    Hello,

    You’re using old theme version. Please update the theme and check it.
    Before update delete “woocommerce” folder in the directory wp-content/themes/woopress/ and it’ll be reuploaded from a new theme package.

    Here is video tutorial how to update theme.
    https://www.youtube.com/watch?v=KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 12:45

    Also please how to reduce the height (padding top and bottom) of copyright footer? i am trying to do it on the visual composer > Row Setting > Design Options but does not apply?

    I’ve added 30 px for top and bottom there and it works fine. Please check it.

    Sorry, i didn’t quite got this one; what would i replace ‘Product Description’ with? and is it going to apply on other products single pages?

    Yes, it will be work for all single products.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 12:22

    Oh, sorry, you need to change this text ‘Product Description’ as you like in the following code.
    <h4 class="meta-title"><span><?php _e('Product Description', ETHEME_DOMAIN); ?></span></h4>
    on line 107, not 40.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 12:18

    Hello,

    Please provide us with wp-admin and FTP credentials in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 12:07

    You can change it in \wp-content\themes\woopress\woocommerce\content-single-product.php file on line 40

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 11:37

    I’ve made changes in Custom CSS and recreate footer with new background color.
    Please check.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 10:53

    Hello,

    Please don’t make any changes now as I’m working on your request.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 10:19

    Hello,

    You can download the latest version of theme here:
    http://themeforest.net/item/blanco-responsive-wordpress-wooecommerce-theme/2755246

    Before update delete “woocommerce” folder in the directory wp-content/themes/blanco/ and it’ll be reuploaded from a new theme package.

    Don’t forget to make backup of the site before update.

    Here is video tutorial how to update theme.
    https://www.youtube.com/watch?v=KdWESIIPU1k
    (it’s for Legenda theme but the process is the same).

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 09:55

    Hello,

    You’re welcome!
    If you have any questions please feel free to contact us.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 09:54

    Hello,

    Please add this code in custom.css file

    .products-grid.product-count-3 .product {
        list-style-type: none;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    January 26, 2016 at 09:37

    We expect new version of Legenda theme to be released in a week.

    Regards,
    Robert Hall.

  • 1 2 3 105 106 107 383 384 385
    Viewing 3,180 results - 3,151 through 3,180 (of 11,542 total)
Viewing 30 posts - 3,151 through 3,180 (of 11,542 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.