Forum Replies Created

Viewing 30 posts - 54,211 through 54,240 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 13:08

    Hello @temppelinemanta,

    Lifestyle is theme for blog, to make it works with WC correctly some addition customization should be done. Add this code in functions.php of child theme:

    function etheme_search_form() {
            $search_view = etheme_get_option('search_view');
            $header = etheme_get_header_type();
            if( etheme_get_header_structure( $header ) == 4 || $header == 17 ) {
                $search_view = 'modal';
            }
    
            ?>
                <div class="header-search">
                    <?php if($search_view == 'dropdown'): ?>
                        <div class="et-search-trigger search-with-form">
                            <a class="popup-with-form"><i class="fa fa-search"></i> <span><?php esc_html_e('Search', 'lifestyle'); ?></span></a>
                            <?php
                                // if(!class_exists('WooCommerce')) {
                                    get_search_form();
                                // } else {
                                //     get_template_part('woosearchform');
                                // }
                            ?>
                        </div>
                    <?php else : ?>
                        <div class="et-search-trigger search-dropdown">
                            <a class="popup-with-form" href="#searchModal"><i class="fa fa-search"></i></a>
                            <?php
                                // if(!class_exists('WooCommerce')) {
                                    get_search_form();
                                // } else {
                                //     get_template_part('woosearchform');
                                // }
                            ?>
                        </div>
                    <?php endif; ?>
                </div>
            <?php
        }
    
        function etheme_search_form_modal() {
            ?>
                <div id="searchModal" class="mfp-hide modal-type-1 zoom-anim-dialog" role="search">
                    <div class="modal-dialog text-center">
                        <h3><?php esc_html_e('Search engine', 'lifestyle'); ?></h3>
                        <small class="mini-text"><?php esc_html_e('Use this form to find things you need', 'lifestyle'); ?></small>
    
                        <?php
                            // if(!class_exists('WooCommerce')) {
                                get_search_form();
                            // } else {
                            //     get_template_part('woosearchform');
                            // }
                        ?>
    
                    </div>
                </div>
            <?php
        }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 12:56

    Hello,

    Firstly, your folder that contains themes was named as “theme” but should be “themes” (we’ve renamed). We’ve temporary renamed royal theme folder, that activated a default theme on your site, but have not solved the problem. This means that the issue doesn’t relate to the theme. If rename plugins folder https://prnt.sc/jzi9qf the admin panel get work. Likely the problem is caused by malware code https://prnt.sc/jziap4 that we found in all themes of this catalog https://prnt.sc/jzibmu https://www.bleepingcomputer.com/news/security/wp-vcd-wordpress-malware-campaign-is-back/
    You need to contact server admin and ask to check all your files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 12:31

    Hello,

    Please change this code:

    @media only screen and (max-width: 979px){
    .footer-links-bakery {
    text-align: center;
    }
    .footer-links-bakery a {
    display: inline-block;
    margin: 0 20px 15px 0 !important;
    }
    .price_label {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    }
    .price_slider_wrapper .button {
    float: none;
    }
    .price_slider_wrapper .price_slider_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
    .shop-filters-area {
    margin-left: 0px;
    }
    }

    to:

    @media only screen and (max-width: 979px){
    .footer-links-bakery {
    text-align: center;
    }
    .footer-links-bakery a {
    display: inline-block;
    margin: 0 20px 15px 0 !important;
    }
    }
    
    .price_label {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    }
    .price_slider_wrapper .button {
    float: none;
    }
    .price_slider_wrapper .price_slider_amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    }
    .shop-filters-area {
    margin-left: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 10:41

    Hello,

    Provide us with temporary wp-admin and FTP access in the Private Content area. One of our developers will check the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:51

    Hello,

    1.

    .single-post .post-single {
        text-align:  center;
    }

    3.

    @media (max-width: 480px){
    .header .shopping-cart-widget .cart-summ span {
        display:  none;
    }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:42

    Hello,

    You can add additional Google font by changing et_rewrite_vc_google_font function (xstore/framework/vc.php). Copy this function into child theme (functions.php) and change according to your needs https://prnt.sc/jzfuyl
    P.S. You can use such screenshot maker as Lightshot and provide links of screenshots.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:34

    Hello @stabilo1838,

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

    .price_label {
        -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
                order: -1;
        width:  100%;
    }
    .price_slider_wrapper .button {
        float:  none;
    }
    .price_slider_wrapper .price_slider_amount {
        display:  -webkit-box;
        display:  -ms-flexbox;
        display:  flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack:  end;
            -ms-flex-pack:  end;
                justify-content:  flex-end;
    }
    .shop-filters-area {
        margin-left: 0px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:24

    Hello,

    Please note that 1 license can be used for the 1 dev domain and 1 live domain. But keep in mind that you can use our theme license for 1 end product only. Read more – https://themeforest.net/licenses/standard
    If you want to use our theme for more than 1 project you need to buy the individual license (on ThemeForest) for every project.
    Have a good day too.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:21

    Hello,

    Our theme has a few layouts for single product pages and some of them have own files for that, such as http://prntscr.com/jzekqi option requires xstore/woocommerce/single-product-content-booking.php file,
    http://prntscr.com/jzel30 for ->
    xstore/woocommerce/single-product-content-center.php
    http://prntscr.com/jzelio requires ->
    xstore/woocommerce/single-product-content-fixed.php

    if you want to customize any of these templates go ahead via copying the files and make changes in them from child-theme

    if you are using any other layout and want to make some changes in it then copy
    xstore/woocommerce/single-product-content.php (the common content here) and xstore/woocommerce/content-single-product.php (other elements here)

    Also, you have to apply some template for some products and not for all then make such condition
    http://prntscr.com/jzerao (default content-single-product.php)

    there are these types of layout:
    small
    default
    xsmall
    large
    fixed
    center
    wide
    right
    booking

    here (http://prntscr.com/jzenl6) takes the layout for single product

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:18

    Hello,

    You have set the low rating on ThemeForest. It is not fair to rate the product because of undeclared RTL support.
    We want to draw your attention to our new theme – XStore https://themeforest.net/item/xstore-responsive-woocommerce-theme/reviews/15780546 – that has RTL support https://www.8theme.com/demo/xstore/translation/ar/ and offer the refund for royal.
    If you purchase the XStore, please, submit refund request for the Royal theme https://themeforest.net/refund_requests/new then reply back here and provide me XStore purchase code in private content area. We’ll check it and confirm Royal refund request. Be fast, at this moment Xstore cost 49$.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:14

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 09:09

    Hello,

    Please, make sure you have checked all the server requirements before the installation – http://prntscr.com/jzfgyv https://www.8theme.com/demo/docs/royal/
    Try to enable WP_debug mode and check the errors that you get. Very likely some fatal errors appear. Then you’ll be able to understand what option should be changed to avoid this issue.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 08:30

    Hello,

    I’ve checked your account, you still have the support.
    It is no needed to purchase the support (looks like the theme was purchased before the release of new Envato support policy that limited the period).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 08:22

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 07:51

    Hello,

    Please check credentials, because we can’t log in.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 07:50

    Hello,

    table.bundled_products .bundled_product_summary:not(.has_qty_input) td.bundled_item_qty_col .quantity {
        display:  none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 07:42

    Hello,

    Ok. Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 07:01

    Hello,

    After purchasing the theme you got 6 months of support.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 06:59

    Hello,

    I would recommend you to contact woocommerce support.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 06:58

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 26, 2018 at 06:56
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 16:01

    Hello,

    I’ve activated the theme for you. Please check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 15:52

    Hello,

    Thanks for the topic.
    1. Please check settings in Theme Options > E-commerce > Products Page Layout > Product content elements.
    2. Theme Options > E-Commerce > Single Product Page > Number of slides per view > 4.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 15:34

    Hello,

    We’ve sent latest theme version to email you provided.
    If you will face any problem with activation, please, let us know and provide temporary wp-admin and FTP access in the Private Content area. We will do our best to help you.
    Also, could you, please, send me the text of your letter to Envato?
    Thanks in advance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 15:07

    Hello,

    Please, make sure you have checked all the server requirements before the installation https://www.8theme.com/documentation/xstore/theme-installation/xstore-theme-requirements/ Likely you need to update PHP version (contact your hosting provider).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 14:04

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 12:09

    Hello,

    We’ve sent the archive of the plugin to your registration email.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 12:06

    Hello,

    Please read our documentation – https://www.8theme.com/documentation/docs/portfolio-page/
    Post Grid element relates to WPBakery Page Builder plugin, so I would recommend you to read documentation of the plugin, also check this video tutorial about Grid builder https://wpbakery.com/video-academy/grid-builder/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 11:00

    Hello,

    Please check email now.
    We are theme support and we are able to help you only with issues related strictly to our theme.
    If language characters do not work for you even with default theme you need to contact WordPress support or your hosting provider.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    June 25, 2018 at 10:52

    Hello,

    Please provide us with FTP access and link to topic or chat where is described the additional customization.

    Regards

  • 1 2 3 1,807 1,808 1,809 2,273 2,274 2,275
    Viewing 54,240 results - 54,211 through 54,240 (of 68,227 total)
Viewing 30 posts - 54,211 through 54,240 (of 68,227 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.