Forum Replies Created

Viewing 30 posts - 25,321 through 25,350 (of 30,391 total)
  • Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 11, 2017 at 13:40

    Hello,

    It’s not possible to move products below the categories with the existing structure of the page. By default WooCommerce displays categories and products at the 1 block. If you want to implement this then you need to make changes in template files and move categories and products into 2 separate blocks.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 11, 2017 at 13:26

    Strange, styles were changed back. Clear cache and try now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 11, 2017 at 13:22

    Hello,

    Ok.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 11, 2017 at 13:16

    Hello,

    Please, clear the cache because we have fixed popup issue but changes are not visible because of cache.
    Changes for the reviews were made in etheme.js and etheme.min.js. Actually, it was theme issue with reviews section, not the compatibility issue.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 11, 2017 at 08:57

    Hello,

    Fixed, check, please. Also, it will be included in the theme update.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 11, 2017 at 08:34

    Hello,

    1) Done, Peek – Privacy Screen product
    2) Mobile CSS was not changed
    3) Actually, we do not update live demo every time when release theme update or sometimes it takes up 2 days. Check now.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 16:49

    Hello,

    Shortcode can’t be used as a link. You can create page, paste shortcode and then use the link to page at href=”” http://prntscr.com/gvoory
    Information about a tag you can find here https://www.w3schools.com/TagS/tag_a.asp

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 16:42

    Hello,

    Enable WP debug and check what error do you have there, then fix the code that caused the errors.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 16:40

    Hello,

    1) Could you provide me temporary admin panel access to your site and I’ll create the description? You’ll be able to check it then.
    2) Here is the global custom for that version

    /*--- Header ---*/
    body .header-logo img {
        max-width: 170px;
    }
    .template-container .fixed-header .menu-wrapper .menu > li.current-menu-item > a {color: #fff;}
    .fixed-header .menu-wrapper .menu > li.current-menu-item > a:after,
    .fixed-header .menu-wrapper .menu > li > a:after{
        background-color: rgba(255, 255, 255, 0.4) !important;
    }
    .fixed-header .shopping-container:hover .cart-popup-container, 
    .fixed-header .shopping-container.cart-show .cart-popup-container{
        top:56px;
    }
    .fixed-header .wishlist-widget-show .et-wishlist-widget .wishlist-dropdown,
    .fixed-header .et-wishlist-widget:hover .wishlist-dropdown{top:52px;}
    .fixed-header .et-wishlist-widget .wishlist-count,
    .fixed-header .cart-bag .badge-number,
    .fixed-header .shopping-container.ico-design-2 .cart-bag .badge-number{
        background-color:#fff !important;
        color: #1e1e1e !important;
    }
    .header-search.act-full-width .search-form-wrapper{border-bottom:1px solid #e6e6e6;}
    .fixed-header{border-bottom:none;box-shadow:none;}
    .fixed-header .navbar-toggle .icon-bar{
        background-color:#fff;
    }
    .shopping-container.ico-bg-yes .cart-bag:after{
        content:none;
    }
    
    /*--- Content ---*/
    #etheme-popup{
        width:auto!important;
        height:auto!important;
        padding:0;
    }
    #etheme-popup p{
        font-weight: 600;
    }
    .video-poup{
        height: 430px!important;   
    }
    
    .checkbox-label{
        display:none;
    }
    .landing-contact-form {
        font-weight: 100;
        color: #666666;
    }
    
    .landing-contact-form input{
        background-color: #ffffff;
        padding: 15px;
        margin-bottom: 20px!important;
        font-weight: 300;
    }
    
    .landing-contact-form textarea{
        font-weight: 300;
        background-color: #ffffff;
        padding: 15px;
        margin-bottom: 20px;
        height: 200px;
    }
    .landing-contact-form .form-button{
        border: none;
        background-color: #5196d6;
        color: #fff;
        font-weight: 600;
    }
    .landing-contact-form .form-button:hover{
        color: #5196d6;
        background-color: #f7f7f7;
        border: none;
    }
    .product-title {
        text-transform: inherit;
        font-family: "Open Sans";
        font-weight: 400!important;
        font-size: 1.3em!important;
    }
    .product-title a{
        font-weight: 400!important;
    }
    
    .post-heading h2 a{
        font-family: "Open Sans"!important;
        font-size: 24px;
        font-weight: 500!important;
    }
    .page-heading h1{
        padding-bottom: 7px;
        display: inline-block;
        border-bottom: 3px solid #5196d6;
    }
    .single-product .page-heading h1 {
        padding-bottom: 0;
        display: inherit;
        border-bottom: none;
    }
    .onsale{
        background-color: #5196d6;
        height: 2em;
        line-height: 2em;
        border-radius: 0;
        right: 0;
        left: auto;
    }
    
    /*--- Single post ---*/
    p.no-comments {display: none;}
    article.blog-post, article.post-grid {margin-bottom: 0px;}
    
    /*--- Footer ---*/
    .footer-landing-watch{
        font-size: 1.2em;
    }
    .footer-landing-watch a{
        margin-right: 2.3em;
    }
    .socioal-landing-watch a{
        padding-left: 1.5em!important;
    }
    .footer{
        padding: 3.2em 0 2.86em;
    }
    .copyrights-landing-watch p{
        font-size: 1em;
        font-weight: 500;
        color: #806666;
    }

    3) Have you updated theme to version 4.8 ?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 16:13

    Hello,

    1) a) To change the categories images go to Products > Categories > edit the category and upload category thumbnail.
    b) To change the category design go to Theme Options > E-Commerce > Categories
    c) To display categories on Shop page go to WC > settings > Products > Display
    2) To change the breadcrumbs image go to Theme Options > General > Breadcrumbs > upload breadcrumbs image. To change it for shop page only edit the shop page and upload featured image for your shop page, it will be used as the breadcrumbs image.
    3) You can find what presets are imported at Massive panel, for example http://prntscr.com/gvo6yt and then find it in element settings http://prntscr.com/gvo6li

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 15:46

    I would suggest you contact Envato support to clear all the moment related to the license policy https://help.elements.envato.com/hc/en-us/articles/222651768-Submit-a-Support-Ticket

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 15:44

    Hello,

    Yes. You need to move your change into the child theme https://www.8theme.com/documentation/docs/child-theme/ because you won’t be able to update theme in future. Don’t do changes directly in template files, it’s very bad practice.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 15:42

    We are sorry but you need to solve this situation with your hosting. Theme documentation clearly explains theme’s requirements to hostings https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/

    You won’t be able to activate theme is Open SSL library is out of date and less than 1.0.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 15:37

    Hello,

    Ok. We have updated files https://www.8theme.com/download-plugins/

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 15:09

    Hello,

    Try to disable unnecessary plugins. Check, maybe it helps you and you don’t need to change the limit.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 10, 2017 at 14:59

    Hello,

    We made some improvements https://gyazo.com/c4187146efc0f38a5623773027609a1e
    Is it ok now?

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 17:35

    Hello,

    No, it won’t think that it’s new domain.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 17:34

    Hello,

    Contact your server providers and ask to update OpenSSL system library to the 1.0 version. Also, make sure that everything is fine with your WP because we can’t install any default plugin http://prntscr.com/gv931g

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 17:25

    Hello,

    So, once you create the single end product you’ll be able to make copies of the end product.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 16:17

    Hello,

    Add the following code in child theme functions.php

    function etheme_cart_number() {
    		global $woocommerce;
    		?>
    		<?php if ( $woocommerce->cart->cart_contents_count > 1 ): ?>
    			<span class="badge-number number-value-<?php echo $woocommerce->cart->cart_contents_count; ?>" data-items-count="<?php echo $woocommerce->cart->cart_contents_count; ?>"><?php echo $woocommerce->cart->cart_contents_count; ?></span>
    		<?php endif;
    	}

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 16:16

    Hello,

    1) Check what fields you have translated http://prntscr.com/gv7ysj SEO fields, not the content http://prntscr.com/gv7zqa
    2) Yes. When you do the translation you need also disable the sidebar if you don’t need it on that page.
    3) This version of XStore theme does not fully support WPML translation editor for the page elements, that’s why use the default editor or wait for theme update where we add this option.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 15:03

    You are welcome!

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 15:02

    Hello,

    1) Don’t understand what is not translated. Could you provide me the screenshot?
    3) No, English page does not inherit sidebar position of the Italian version
    4) Page content field was empty http://prntscr.com/gv6ovq Seems you did not duplicate it from Italian version to translate. Check now and just translate all the content.
    5) English page does not inherit sidebar position of the Italian version
    6) It’s default WooCommerce widget http://prntscr.com/gv6s0e and it always displays featured products in random order, for example http://prntscr.com/gv6w21 and http://prntscr.com/gv6wk2
    7) Because you did not create multilingual text widget http://prntscr.com/gv6qhp and selected to show the text for all the languages

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 14:25

    Hello,

    1) Ok, we’ll update import files at XML files folder.
    2) It’s very simple page and you can just change the GMAP styling according to your needs to get the page as on Jewellery demo https://snazzymaps.com/style/59388/lightgold , there is no need to import page for this
    3) Go to WooCommerce > Status > Tools tab > press Import Pages button to import default WooCommerce pages. Theme does not manage this, it’s WC plugin territory.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 14:17

    Hello,

    I checked and did not find problem with import of this version. I sent you the archive with import.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 13:57

    Hello,

    We are glad that you sorted out.
    You are able to edit your post during next 300 mins.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 13:54

    Hello,

    1) data-target=”” points to the id of the modal but in your code you have used id different than data-target
    2) we use different modal windows in our theme and did not include default bootstrap modal.js. So, you need to include the modal.js file into child theme and enqueue it.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 11:25

    Hello,

    Could you tell us what webhooks are required for this plugin? We’ll add them to our theme.

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 11:21

    Hello,

    It’s very strange because for me it works fine even if I’m logged in https://gyazo.com/2869636261c23c2878790c952ab00ea8

    Regards

    Avatar: Olga Barlow
    Olga Barlow
    Participant
    October 9, 2017 at 11:16

    Hello,

    1) Product sorting option is WooCommerce plugin option, that’s why I would suggest you contact WC plugin support if you have any suggestions about default options. We don’t change them.

    2) Are you talking about WooCommerce product categories widget at the sidebar?

    Regards

  • 1 2 3 844 845 846 1,012 1,013 1,014
    Viewing 25,350 results - 25,321 through 25,350 (of 30,391 total)
Viewing 30 posts - 25,321 through 25,350 (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.