Forum Replies Created

Viewing 30 posts - 29,551 through 29,580 (of 30,391 total)
  • Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 9, 2016 at 07:26

    Hello,

    I have added images and did not face any problem with loading.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 18:34

    Hello,

    If you select “IDs provided order” then you need to add IDs http://prntscr.com/c366to
    Check now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 18:30

    Hello,

    To disable wishlist go to Plugins and deactivate Wishlist plugin.

    To hide price add the following code in custom CSS (Theme Options > Styling > Custom CSS)

    .product-information .price, .product-info-wrapper .price {
        display: none;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 18:27

    You are welcome!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 18:27

    You are welcome!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 13:47

    Hello,

    If you did not use WooCommerce setup wizard after plugin activation then go to WooCommerce > System Status > Tools > Install WooCommerce Pages.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 13:26

    Hello,

    Go to Theme Options > E-Commerce > Shop and Product Page Layout, there you’ll find all the available settings for shop page.

    Go to Appearance > Widgets http://prntscr.com/c3238q these areas you may use to add widgets for Shop page. Read more here https://www.8theme.com/demo/docs/xstore/#theme_settings_45_widgets_amp_custom_widget_areas

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 13:18

    Hello,

    Go to Appearance > Widgets > and check content in Footer widget areas. Very likely Static Block widget was moved into the first footer widget area.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 12:29

    Hello,

    Add the following code in custom CSS (Theme Options > Styling > Custom CSS) or in style.css of child theme.

    
    @media only screen and (min-width:992px){
     .fixed-header .header-logo{
      order:2;
      width: 20%;
      padding-left: 0;
     }
     .fixed-header .header-logo img{
      margin: auto;
     }
     .fixed-header .menu-wrapper{
      order:1;
      width: 40%;
      text-align: left;
     }
     .fixed-header .navbar-header{
      order:3;
      width:40%;
     }
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 12:24

    Hello,

    Sorry, but it’s related not to our theme only. We have optimized everything we could from our side. Try to improve the server settings, use CDN, try HTTP/2.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 12:14

    Hello,

    Our theme is fully optimized and don’t think that we could do something more if you want to keep all the available options.

    Check the server side, maybe try HTTP2. It will help to make your site faster. But It’s server admin priority.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 11:10

    Hello,

    I have checked your site and you have 97% page speed score http://prntscr.com/c30fq6
    You may try to optimize recommended images.

    Your site looks very nice. But I would recommend to use 810x570px images for banners and the bigger image above them. Because it looks blurred on large screens http://prntscr.com/c30hjh
    Or disable full width option for the row with banners.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 11:02

    Hello,

    Have you sorted out?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 10:58

    Hello,

    Provide, please, temporary admin panel access, we’ll check.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 10:52

    Hello,

    I checked your site and don’t see the problem. Have you sorted out?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 10:50

    Hello,

    Edit 8theme Banner elements and choose fontfamily instead of default one http://prntscr.com/c3095i

    We’ll fix this issue in theme update.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 10:33

    Hello,

    Add the following code in custom CSS or child theme style.css

    .mc4wp-form p {
      margin-bottom: 15px !important;
      line-height: 1.5;
    }
    .mc4wp-form input[type="email"] {
      background-color: #fff;
      border: 1px solid #e6e6e6;
      color: #787878;
    }
    .mc4wp-form input[type="email"]:focus {
      border: 1px solid #e6e6e6;
    }
    #etheme-popup .mfp-close:hover:before{color:#fff !important;}
    .mc4wp-form input[type="submit"] {
      width: auto;
      height: auto;
      border: none !important;
      background-color: #f2f2f2 !important;
      border:none;
      position: static;
      font-size: 13px;
      background: url(images/mailchimp-plus.png) no-repeat center;
      opacity: 1;
    }
    .mc4wp-form input[type="submit"]:hover {
      opacity: 1;
      border:none;
      background-color: #088f8f !important;
    }
    .mc4wp-form label {
      display: block;
    }
    .mc4wp-form ::-webkit-input-placeholder {
      color: #787878;
    }
    .mc4wp-form :-moz-placeholder {
      /* Firefox 18- */
      color: #787878;
    }
    .mc4wp-form ::-moz-placeholder {
      /* Firefox 19+ */
      color: #787878;
    }
    .mc4wp-form :-ms-input-placeholder {
      color: #787878;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 10:13

    Hello,

    This is built in feature. Unfortunately, we don’t plan to add option to disable it.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 10:00

    Hello,

    Check your email. I have sent you updated rtl.css. Replace xstore/rtl.css by attached.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 09:56

    Hello,

    Add the following code in child theme styles.css

    
    .header-color-dark .shopping-container.ico-design-2 .cart-summ .cart-bag,
    .header-color-dark .shopping-container.ico-design-3 .cart-summ .cart-bag {
      border: none;
    }
    .header-color-dark .shopping-container.ico-design-2 .cart-summ .cart-bag:before,
    .header-color-dark .shopping-container.ico-design-3 .cart-summ .cart-bag:before {
      border: none;
    }

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 09:38

    Hello,

    You can set up plugin according to plugin documentation. “Must have” is manual minify mode http://prntscr.com/c2zgy3 and following minify settings http://prntscr.com/c2zho2

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 09:38

    Hello,

    You can set up plugin according to plugin documentation. Must have is manual minify mode http://prntscr.com/c2zgy3 and following minify settings http://prntscr.com/c2zho2

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 08:25

    Hello,

    Your request was sent to our developers and next week I’ll inform you about decision.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 8, 2016 at 07:35

    Hello, themadguru,

    We checked theme installation after renaming theme folder and did not face any issue with plugin installation or demo data import when theme folder is renamed. Maybe you have changed something else than just folder name and theme name in style.css?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 5, 2016 at 15:48

    Thank you for using our products, have a nice day.

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 5, 2016 at 15:36

    You welcome,

    I think you should ask this question to plugin developers because it’s not Xstore functional.

    If you have more questions, I ‘ll be glad to answer them.

    Regards.

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 5, 2016 at 14:56

    Hi, there, thanks for the using our theme 🙂

    The reason why your site works slow is lot of scripts are using on ( http://prntscr.com/c1z5e5 )
    We are recommend to use cache plugin to avoid such problem ( https://wordpress.org/plugins/w3-total-cache/ )
    Don’t forget to optimise your images, ( http://prntscr.com/c1z2u8 )

    Feel free to contact us along the way 🙂

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 5, 2016 at 14:03

    I added some CSS code in Custom CSS area, please check.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 5, 2016 at 13:46

    We have activated xstore for you, please check if it’s everything fine 🙂

    If you would like to install default pages, you can do it through 8Theme Options->Import/Export-> Import base dummy content / Also we recommend to review video tutorial How to install Xstore theme https://youtu.be/bHE_UhSJM10

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    August 5, 2016 at 13:08

    Hello,

    We added some CSS in custom css area, please check.

    Regards.

  • 1 2 3 985 986 987 1,012 1,013 1,014
    Viewing 29,580 results - 29,551 through 29,580 (of 30,391 total)
Viewing 30 posts - 29,551 through 29,580 (of 30,391 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.