Forum Replies Created

Viewing 30 posts - 59,041 through 59,070 (of 68,223 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 16:34

    Hello,

    You need to create cart-empty.php file in child theme, that has the same content as this file in the parent theme, and make changes here. Please read more about child theme functionality – https://codex.wordpress.org/Child_Themes

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 16:29

    Hello,

    Looks like there is a bug, we will fix this in next theme update. Please try to add this code in custom css, as a temporary solution:

    @media only screen and (max-width: 768px) {
        #etheme-popup-holder {
            max-width:  100%;
        }
        #etheme-popup-holder .et-popup-overlay {
            display:  none;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 16:17

    Hello,

    Please try to use this custom css code:

    .thumbnails {
        margin-left: 0;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 16:13

    Hello,

    Please explain the result that you want to achieve in more details.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:59

    Hello,

    1. With the parent theme activate on your site – https://prnt.sc/i4ymbb, so you need to check your changes in a child theme.
    2.

    .header-wrapper.header-advanced .navigation-wrapper:before {
        background-color: transparent;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:51

    Hello,

    If you need help with customization you may contact WPKraken team.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:45
    .sidebar .product-categories>li>ul.children li>a {
        padding: .3em 0.7em;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:22

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:16

    Hello,

    In latest theme update we’ve added few options for mobile menu http://prntscr.com/i4xxqe Please try to configure the menu via Theme Options.
    Let us know if you need any further assistance.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:13

    You’re welcome!
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:10

    Hello,

    Oh I see, you need to copy xstore/woocommerce/cart/cart-empty.php file into xstore-child/woocommerce/cart/ folder and make changes according to these screenshots
    http://prntscr.com/i4xrzq
    http://prntscr.com/i4xs77

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:05

    Hello,

    The wp-admin credentials are incorrect. Please check them.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:03

    Hello,

    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 15:00

    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 14:49

    Hello,

    Thanks for the screenshot.
    Could you please provide temporary wp-admin access in Private Content?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 14:47

    Hello,

    You may use this code in Theme Options > Styling > Custom css:

    .products-loop .outofstock .product-image-wrapper {
        pointer-events: initial;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 14:39

    Hello,

    I’m glad that you sorted out.
    Please kindly open up new tickets for additional questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 14:36

    Hello,

    You need to make changes in etheme.js and etheme.min.js files.
    xstore/js/etheme.js http://prntscr.com/i4x42g here add code like on next screen http://prntscr.com/i4x4lz
    var menu_switcher = header.find('.mobile-language-switcher').html();
    <div class="mobile-language-switcher">'+menu_switcher+'</div>
    then minify content of etheme.js file https://jscompress.com/ into etheme.min.js file.
    Make a backup of these files, to be able to restore if something will go wrong.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 14:30

    Hello,

    Try to use this code in functions.php of child theme:

    /**
     * Changes the redirect URL for the Return To Shop button in the cart.
     *
     * @return string
     */
    function wc_empty_cart_redirect_url() {
    	return 'http://yourdomain.com/your-page/';
    }
    add_filter( 'woocommerce_return_to_shop_redirect', 'wc_empty_cart_redirect_url' );

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 14:05

    Hello,

    We do not have an element that can show content as in the popup. If you have appropriate PHP and CSS skills you can try to create additional VC element. The content of our popup can be found in classico/woocommerce/product-quick-view.php.
    Our support team is unable to provide support for additional customizations in files under our Support Policy – https://themeforest.net/page/item_support_policy.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 13:33

    Hello,

    Does this work fine if a default theme activated on your site?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 13:30

    Hello,

    Try to use Testimonials widget.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 13:20

    Hello,

    Sorry, but your question is a bit unclear for me.
    If you use Loco Translate plugin to change the string in English translation to what you need, this will work fine even after theme update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 13:17

    Hello,

    Theme Options > Header > Use right side panel > Off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 13:14

    Hello,

    You may use Social links element in your footer static block, but if you want to modify icons which shown by [share] shortcode, please read this topic https://www.8theme.com/topic/header-social-icons-royal/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 13:09

    Hello,

    .sidebar .product-categories>li>a,.sidebar-widget.widget_nav_menu li:first-child a, .sidebar-widget.widget_nav_menu li a {
        padding: .3em 0;
    }
    .sidebar-widget.widget_nav_menu li .sub-menu li a:before {
        display: none !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 13:02

    Hello,

    The new update will be released within 1 week.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 12:00

    Hello,

    There is no such option in our theme. But you can use Loco Translate plugin and change that text using translation files.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 11:56

    Hello,

    Please try to use this code:

    .footer .wpb_single_image img {
        max-width: 150%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 24, 2018 at 11:47

    Hello,

    Thanks for the notice. This will be fixed in next theme update.

    Regards

  • 1 2 3 1,968 1,969 1,970 2,273 2,274 2,275
    Viewing 59,070 results - 59,041 through 59,070 (of 68,223 total)
Viewing 30 posts - 59,041 through 59,070 (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.