Forum Replies Created

Viewing 30 posts - 52,531 through 52,560 (of 68,227 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 08:25

    Hello,

    Thanks for contacting us.
    Please go to Appearance > Install Plugins.
    Feel free to ask if you have any other questions

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 08:23

    Hello,

    child-theme/woocommerce/cart folder cart-empty.php file:

    <?php
    /**
     * Empty cart page
     *
     * This template can be overridden by copying it to yourtheme/woocommerce/cart/cart-empty.php.
     *
     * HOWEVER, on occasion WooCommerce will need to update template files and you
     * (the theme developer) will need to copy the new files to your theme to
     * maintain compatibility. We try to do this as little as possible, but it does
     * happen. When this occurs the version of the template file will be bumped and
     * the readme will list any important changes.
     *
     * @see 	    https://docs.woothemes.com/document/template-structure/
     * @author  WooThemes
     * @package WooCommerce/Templates
     * @version 3.1.0
     */
    
    if ( ! defined( 'ABSPATH' ) ) {
    	exit; // Exit if accessed directly
    }
    
    ?>
    <?php if ( etheme_get_option('cart_special_breadcrumbs') ) : ?>
    <div class="cart-checkout-nav">
    <a href="<?php echo wc_get_cart_url(); ?>" class="active"> <?php esc_html_e('Shopping cart', 'xstore'); ?></a>
    
    <span class="delimeter"> <?php echo etheme_get_cart_sep(); ?></span>
    
    <a href="<?php echo wc_get_cart_url(); ?>"> <?php esc_html_e('Checkout', 'xstore'); ?></a>
    
    <span class="delimeter"><?php echo etheme_get_cart_sep(); ?></span>
    
    <a href="#" class="no-click"> <?php esc_html_e('Order complete', 'xstore'); ?></a>
    </div>
    
    <?php endif; ?>
    
    <?php 
    
    wc_print_notices();
    
    $empty_cart_content = etheme_get_option('empty_cart_content');
    
    ?>
    
    <?php do_action('woocommerce_cart_is_empty'); ?>
    
    <div class="cart-empty empty-cart-block">
    	<?php if( empty( $empty_cart_content ) ): ?>
    		<h1 style="text-align: center;"><?php esc_html_e('Your shopping cart is empty', 'xstore') ?></h1>
    		<p style="text-align: center;"><?php esc_html_e('We invite you to get acquainted with an assortment of our shop. Surely you can find something for yourself!', 'xstore') ?></p>
    	<?php else: ?>
    		<?php echo do_shortcode( $empty_cart_content ); ?>
    	<?php endif; ?>
    	<?php if ( wc_get_page_id( 'shop' ) > 0 ) : ?>
    		<p><a class="btn" href="<?php echo esc_url( home_url('/') ); ?>"><span><?php esc_html_e('Return To Shop', 'xstore') ?></span></a></p>
    	<?php endif; ?>
    </div>

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 08:21

    Hello,

    Sorry for the delay due to the weekends.
    In the theme package, you can find XStore_import_files with all xml files for import and zip files of sliders https://www.8theme.com/documentation/xstore/theme-installation/demo-content/
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 08:13

    Hello,

    1. Sorry, but your question is a bit unclear to me. Please describe the problem in more details with screenshots for better understanding.
    2. Theme Options > Single Product Page > Page Layout > Move product name in breadcrumbs
    3. If Wishlist is enabled on your site, Wishlist page needs to be created http://prntscr.com/l3fujh
    4. Is this what you are looking for http://prntscr.com/l3fvn0 ? If not, provide us with URL and describe the desired result in more details.

    .menu-training-container li a {
        line-height: 2;
    }

    Also, this text http://prntscr.com/l3fw78 can be changed in Theme Options http://prntscr.com/l3fwh3

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 08:04

    Hello,

    Please edit legenda-child/functions.php
    before – http://prntscr.com/l3fsgy
    after – http://prntscr.com/l3fs9c

    if ( is_rtl() ) {
       wp_enqueue_style( 'parent-rtl-style', get_template_directory_uri() . '/rtl.css' );
    }
    

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 08:01

    Hello,

    Sorry for the delay due to the weekends.
    1. http://prntscr.com/l3fqv1
    5. Please try to use this code:

    .content-product {
        border: 1px solid red;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:56

    Hello,

    1. Please change this code http://prntscr.com/l3fkad to:

    .header .et-wishlist-widget .icon-like_outline:before {
        content: "\e92d";
    }

    2. Theme Options > Single product page > Page Layout > Number of slides per view > 4
    To fix this http://prntscr.com/l3flvs you need to enable Masonry scripts in Theme Options > Speed Optimization.
    3. http://prntscr.com/l3fl53 > http://prntscr.com/l3fl9z
    4. http://prntscr.com/l3fme1 > http://prntscr.com/l3fmox
    5. Please delete this custom css code http://prntscr.com/l3fnip
    Also, describe your problem in more details with screenshots
    6. Please describe the desired result in more details.
    You can use such screenshot maker as Lightshot https://prnt.sc/
    7. Theme Options > Footer > Copyrights styling
    8. Theme Options > Promo Popup

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:33

    Hello,

    Please provide us with temporary wp-admin ad FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:29

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:27

    Hello,

    We plan to release only critical updates for this theme (like compatibility with WC plugin).
    You can find the latest theme version here – https://www.8theme.com/download-plugins/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:26

    Hello,

    Sorry for the delay due to the weekends.
    I am glad that you sorted out.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:20

    Hello,

    Sorry for the delay due to the weekends.
    Please provide us with temporary wp-admin and FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:19

    Hello,

    Sorry for the delay due to the weekends.

    All the premium plugins included in our theme are external and we have the right to build them into our theme as we purchase the Extended License for each of these plugins. The plugins run perfectly and are fully functional. There is no doubt that you can get the current plugin version directly from us. For that go to https://www.8theme.com/download-plugins/ page and you’ll get access to all necessary archives. These plugins registration is not obligatory! The plugins are functioning perfect without any activation. The plugin activation option was added in the plugin for the customers to get automatic updates and support directly from plugin developers. Only in case you need this features you will need to purchase and register the plugin. This is not only our practice but all the theme authors from ThemeForest.

    Please make sure that you use latest versions of WPBakery Page builder (formerly Visual Composer) and Massive Addons for WPBakery page builder https://www.8theme.com/documentation/xstore/plugins/plugins-update/
    If you use latest versionf of these plugins, try to disable Massive Addons and check if your pages can be edited using WPBakery Page builder. Let us know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:15

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:13

    Hello,

    You’re welcome!
    Sorry for the delay due to the weekends. Yes, it would be better to create different topics for different questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:12

    Hello,

    Sorry for the delay due to the weekends.
    Please try to add this code in Custom css for product http://prntscr.com/l3fb6h :

    .product-images {
        display:  none;
    }
    .product-information {
        width: 100%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 8, 2018 at 07:08

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 16:02

    Hello,

    Please add this code in Global custom css:

    @media only screen and (max-width: 992px){
        .footer-product {
            display:  block;
            bottom: 20px;
        }
        .footer-product .yith-wcwl-add-button.show {
            float: left;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 15:57

    3. To disable this http://prntscr.com/l2l74u you can use:

    .mobile-nav-heading, .mobile-nav .links {
        display:  none;
    }
    .mobile-nav-heading.close-mobile-nav {
        display: block;
    }

    4. http://prntscr.com/l2l8jk

    .footer-sidebar-widget .et-follow-buttons {
        text-align: center;
        margin-top: 15px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 15:45

    Hello @online365,

    You’re welcome!
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 15:19

    Hello,

    Please delete the old custom css code and set 0 here – http://prntscr.com/l2kn0c and 3em here – http://prntscr.com/l2kofb > http://prntscr.com/l2kops
    Let us know the result.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 15:10

    Hello,

    1. As I see the custom css code works fine on all pages. If you want to change this height of the header http://prntscr.com/l2kh5j use next custom css also:

    .header .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    2. Is the problem solved http://prntscr.com/l2kjga ?
    Please read our documentation https://www.8theme.com/demo/docs/royal/#6_portfolio
    3. I do not see the problem http://prntscr.com/l2kjyh > http://prntscr.com/l2kk38

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 15:00

    Hello,

    1. There is no such option, but thanks for the question. We’ve found a bug with search in the fixed header that will be fixed in next theme update.
    As a temporary solution, you can hide the search from the fixed header using this css code:

    .fixed-header .header-search {
        display:  none;
    }

    2. Please try to set “Product title chars limit” in Theme Options > Shop > Products style.
    Image size settings you can change via Appearance > Customize > WooCommerce > Product Images https://www.8theme.com/documentation/xstore/woocommerce/product-images/
    I would recommend to use a graphics editor and prepare product and category images (make them the same size) before uploading it to your media gallery.
    3.1.

    .secondary-menu-wrapper .menu > .item-design-dropdown {
        position: static;
    }
    .secondary-menu-wrapper .menu > .item-design-dropdown .nav-sublist-dropdown {
        top: 0;
        transform: none;
    }

    Also, check our demo https://xstore.8theme.com/demos/electronics/ https://prnt.sc/joiurp > https://prnt.sc/joivdq + watch video tutorial https://youtu.be/hmsxW5KF9dg
    3.2 Please provide temporary wp-admin access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 14:11

    Hello,

    1. Sorry, but your question is a bit unclear to me. Please describe the desired result in more details for better understanding of where and how it should look.
    2. On Shop I can see 2 products on mobile, for products that displayed via our element – http://prntscr.com/l2jnk0 http://prntscr.com/l2jmtv
    3. Please try to use this custom css code:

    .content-product .products-page-cats, .content-product .products-page-cats a, .content-product .products-page-brands, .content-product .products-page-brands a, .content-product .price {
        color: red;
        font-weight: 600;
    }

    4-5. There is no such possibility for now. Maybe something similar will be added in one of next theme updates.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 13:55

    Please provide temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 13:53

    You’re welcome!
    Wish you the same 🙂

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 13:03

    You’re welcome!
    Do you want to change these http://prntscr.com/l2intz on the single product page to the old style http://prntscr.com/l2ip8f or something else?
    Unfortunately, there is no such possibility for single product page.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 12:52

    Hello,

    We need FTP access to be able to connect to your files using FileZilla file manager. Please ask your hosting provider support to create FTP account to your site files and give us the credentials (hostname, username, password, port).

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 12:27

    Hello,

    1. Please change this code http://prntscr.com/l2gpg3 to:

    .wpml-ls-sidebars-footer-flags li {
        width: auto !important;
    }
    .wpml-ls-sidebars-footer-flags li a {
        margin-right: 15px
    }
    .wpml-ls-sidebars-footer-flags {
        padding-left: 0
    }

    2. Please delete this code http://prntscr.com/l2guzu from Global custom css
    Add this code in Custom css for page:

    .et-products-navigation > div {
        min-width: 40%;
        display:  inline-block;
    }
    .et-products-navigation {
        display: inline-block;
    }

    3. Please provide page URL, we will check and let you know.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 5, 2018 at 12:19

    My pleasure 🙂

    Regards

  • 1 2 3 1,751 1,752 1,753 2,273 2,274 2,275
    Viewing 52,560 results - 52,531 through 52,560 (of 68,227 total)
Viewing 30 posts - 52,531 through 52,560 (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.