Forum Replies Created

Viewing 30 posts - 4,921 through 4,950 (of 11,542 total)
  • Avatar: Robert Hall
    Robert Hall
    Participant
    September 12, 2015 at 07:13

    Hello @tydormi,

    This credentials aren’t correct too. Please check them.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 15:56

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 15:55

    Hello @duckonwater,

    Please try to import Interior Store theme now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 15:02

    Hello,

    Please try to import demo content now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 14:11

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 14:05

    Hello,

    Navigate to Dashboard->Theme Options->Color Scheme->and try to change Breadcrumbs background.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 13:58

    Hello,

    Please navigate to Dasboard->Revolution Slider->Slider Settings then click on “Slideshow-auto” and resave settings slider. See screenshot: http://prntscr.com/8f3t61

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 13:39

    Hello,

    Please try to add the following code in custom.css file.

    .main-nav,
    .main-nav .double-border{
        border-top: 1px dotted #dbdbdb;
        border-bottom: 1px dotted #dbdbdb;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 13:35

    Hello,

    Please use this code in custom.css file

    .woocommerce-error{
        color: #fff;
        background-color: blue !important;
        border: 1px solid blue;
    }

    You need change the value ‘blue’ to your color.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 12:38

    Hello,

    Your credentials aren’t correct. Please check them.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 12:34

    Hello @gchiarelli,

    Please try to import demo content now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 12:23

    Hello,

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

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 12:08

    Hello,

    Could you please clarify with more details what exactly you mean and show us screenshots?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 10:55

    Hello,

    I’ve resaved permalinks in Dashboard->Setting->Permalinks. Please check wishlist page now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 09:55

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 09:28

    No, it’s not possible too, but we can try to change the size using CSS code.
    Please clarify what image size you want for category images?

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 09:21

    Hello,

    I’ve just imported Flat Retailer demo template also. Please check.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 08:47

    Sorry, but isn’t possible to change image size in “Quick View” mode via admin panel.
    You can do it manually with some CSS code.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 08:22

    Hello,

    I’ve installed Base demo content then selected Flat Retailer slider for Home Page. Please check your site now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 08:05

    Hello,

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

    Don’t forget to create back up of your site before starting update process!
    https://www.youtube.com/watch?v=KdWESIIPU1k
    The video tutorial is for Legenda theme, but the process is identical.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 07:38

    Hello,

    Sorry, but we don’t have such feature in our theme.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 07:35

    Hello,

    Please try to import demo data now.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 07:33

    Hello,

    2) Please use this code in custom.css

    .single-product-page .product-info .posted_i{
    display:none;
    }

    1,3,4, 5) Please provide us with link to the page and wp-admin access in Private Content.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 07:25

    Hello,

    You can change image size in Dashboard->WooCommerce->Settings->Products->Display->Product Images.
    Then you need regenerate your thumbnails via Regenerate Thumbnails plugin.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 07:20

    Hello,

    Try to add this code in custom.css file

    .wpcf7-form p{
    text-align:center;
    }

    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
    September 11, 2015 at 07:16

    Hello,

    Try to use the following code in Global Custom CSS
    1)

    .header-wrapper .navbar{
        padding: 0px 0;
        min-height: 32px;
    }
    .header-type-10 .navbar-header .top-links {
        padding-top: 0px;
    }

    2)

    .fixed-header-area .fixed-header > .container{
        min-height: 32px;
    }

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 11, 2015 at 07:07

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 10, 2015 at 15:27

    Hello,

    Your FTP credentials aren’t correct. Please check them.

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 10, 2015 at 15:25

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

    Avatar: Robert Hall
    Robert Hall
    Participant
    September 10, 2015 at 15:24

    Hello,

    You’re welcome!

    Regards,
    Robert Hall.

  • 1 2 3 164 165 166 383 384 385
    Viewing 4,950 results - 4,921 through 4,950 (of 11,542 total)
Viewing 30 posts - 4,921 through 4,950 (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.