Forum Replies Created

Viewing 30 posts - 57,121 through 57,150 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 14:38

    Hello @temppelinemanta

    You need to replace wp-instagram-widget.php file in lifestyle/framework/widgets/ folder via FTP.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 13:58

    Hello,

    You’re welcome!
    Please change the previous code to this one:

    .single-product .cart label, .single-product .cart .price-table-row td {
        color: #666667;
        font-size: 1.14rem;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 13:51

    Hello,

    Done. Please check the Instagram widget.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 13:27

    You can activate a default theme to be sure that the problem doesn’t relate to theme.
    Try to disable all 3-rd party plugins to make sure that is not an effect of some plugin.
    In case, you are sure that problem independent of theme and plugins, you need to contact hosting administrator/support and ask them to explore the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 13:20

    Hello,

    You’re welcome!
    We’ve sent shortcodes.php and woo.php files to your registration email. You need to replace them in classico/framework folder via FTP to fix the problem with the email (General > Contact form).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 13:15

    Hello,

    1.

    .product-information .product_meta > span {
        margin-top: 25px;
    }
    .product-information .product_meta img {
        max-width: 165px;
    }

    2.

    .single-product .product-information .sku_wrapper {
        display: none;
    }

    3. You can change this text using translation files.
    4. Find this code in Theme Options > Styling > Custom css http://prntscr.com/irjb10 and change the color value.

    .sidebar-widget.widget_product_categories .widget-title {
        background-color: #f1ac2b;
        color: #fff;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 13:00

    Hello,

    Oh I see, no problem:

    .rtl .links .logout-link, .rtl 
    .links .my-account-link {
        padding-left:  20px;
        position:  relative;
    }
    
    .rtl .links .logout-link:before, .rtl .links .my-account-link:before {
        position:  absolute;
        left:  0;
        top: 5px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 12:59

    Please activate on site a WP default theme like Twenty Seventeen and check if the problem persists only when XStore theme is activated or with default WP theme too.
    Let me know result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 12:52

    Hello,

    The problem doesn’t relate to our theme. I’ve enabled a default theme (Twenty Seventeen) and the problem persist.
    We are theme support and we can help you with issues related strictly to our theme. If some default functions do not work for you even with default theme you need to contact wordpress support or your hosting provider.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 12:29

    Hello @phssaddlery,

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 12:28

    Yes.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 12:25

    Hello,

    .header .search .et-mega-search form input[type="text"] {
        border-color: #692d9c;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 12:23

    Hello,

    We’ve sent wp-instagram-widget.php file to your registration emails.
    You need to replace this file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 12:03

    The file should be replaced via FTP, so if you need help, please provide FTP access (FTP hostname, FTP username, FTP password).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 12:01

    I’ve checked your topics on our forum and you did not provide credentials before. Please provide them in Private Content http://prntscr.com/iribwb

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:58

    Hello,

    Please clear cache and check one more time http://prntscr.com/iria8d

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:53

    Hello,

    I’ve disabled Essential Grid plugin and the Composer got working. Likely the Grid plugin was updated incorrectly because of some reasons, so please connect to your server using FTP and copy extracted Essential Grid plugin folder into wp-content/plugins/ then activate the Grid plugin via admin panel and let me know result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:44

    Hello,

    Thanks for the notice. This issue occurred for all clients. We’ve fixed it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:41

    Hello, @lea_scz

    Please check email.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:35

    Hello,

    Please add this code in Theme Options > Styling > Custom css:

    .products-grid .product-category .categories-mask {
        bottom: -75px;
    }
    .products-grid .product-category {
        margin-bottom: 60px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:26

    Hello,

    Please change the previous code to this one:

    .rtl .top-bar .languages-area {
        float:  right;
    }
    .rtl .top-bar .top-links {
        float:  left;
        margin-right:  0;
        margin-left:  40px;
    }
    .rtl .top-bar .wishlist-link {
        right:  auto;
        left:  0;
        float: left !important;
    }
    .rtl .links li.my-account-link, .rtl .links li.logout-link, .rtl .links li.login-link,.rtl  .links li.register-link, .rtl 
     .links li.checkout-link {
        margin-right:  20px;
        margin-left:  0;
        background-position:  right center;
    }
    .rtl .wishlist-link i {
        float:  left;
    }
    .rtl .search .et-mega-search form .button {
        right: auto;left: 6px;
    }
    .rtl .footer .vc_column_container {
         float:  right;
    }
    .rtl .copyright .span6 {
        float:  right;
    }
    .rtl .copyright .footer-sidebar-widget .textwidget p {
        text-align:  left;
    }
    .rtl .copyright .footer-sidebar-widget .textwidget img {
        float:  right;
    }
    .rtl .shopping-cart-widget {
        text-align:  left !important;
    }
    .rtl .shopping-cart-widget .widget_shopping_cart_content {
        right:  auto;
        left:  0;
    }
    .rtl .links .login-link, .rtl .links .register-link {
        position:  relative;padding-left: 20px;
    }
    .rtl .login-link:before, .rtl .register-link:before {
        position:  absolute;
        left:  0;
        top: 5px;
    }
    .rtl .register-link {
        position:  relative;
    }
    .rtl .side-area-icon {
        right:  auto;
        left:  0;
        margin-left:  0;
        margin-right:  25px;
    }
    .rtl.wide .side-area {
        right:  auto;
        left: 0;
    }
    .shopping-cart-widget .widget_shopping_cart_content {
        top: 45px;
    }
    .top-bar .wishlist-link a i:before {
        position:  relative;
        top: 1px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:22

    Hello,

    Please provide us with your website URL and temporary wp-admin access in Private Content so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:22

    Hello,

    We’ve sent wp-instagram-widget.php file to your registration email.
    You need to replace this file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:13

    Hello,

    We’ve sent wp-instagram-widget.php file to your registration emails.
    You need to replace this file in xstore/framework/widgets/ folder and wait for 2 hours when instagram cache will be updated.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:02

    Hello,

    Make sure that you set correct settings for the plugin according to theme documentation –
    https://www.8theme.com/documentation/xstore/plugins/woocommerce-infinite-scroll-and-ajax-pagination-settings/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 11:01
    table.woocommerce-cart-form__contents, table.cart thead th, table.cart td, .woocommerce-cart .block-title, 
    .cart-popup-container, .cart-popup-container .product_list_widget > p,.product_list_widget li {
        border-color: #A48640;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 10:51

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 10:13

    Hello,

    Done. Please check email.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 10:11

    Hello,

    1. Change this custom css code http://prntscr.com/irgt30 to width: auto;
    2. Please read this article
    https://docs.woocommerce.com/document/editing-product-data-tabs/#section-5 (add the code in functions.php file of child theme).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    March 15, 2018 at 10:01

    Hello,

    Please provide screenshots.
    Thanks in advance.

    Regards

  • 1 2 3 1,904 1,905 1,906 2,273 2,274 2,275
    Viewing 57,150 results - 57,121 through 57,150 (of 68,223 total)
Viewing 30 posts - 57,121 through 57,150 (of 68,223 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.