How to import Demo Data - by pusirinon - on WordPress WooCommerce support

This topic has 57 replies, 4 voices, and was last updated 7 years, 10 months ago ago by Rose Tyler

  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 28, 2016 at 11:48

    Hello,

    I’ve added the previous code in Theme Options->Custom CSS->Global Custom CSS. Please check my-account page now http://prntscr.com/dothcy.
    To replace demo footer with yours, you need to disable it in Theme Options > General > Show footer demo blocks > Off. Then add “8theme – Static Block” widget in Appearance > Widgets > Footer 1 or Footer 2 area and select the block you created.
    https://8theme.com/demo/docs/royal/index.html#!/9_footer

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    December 28, 2016 at 12:11

    Static Block It does not show Visual Composer Tool

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 28, 2016 at 13:02

    Hello,

    To get VC editor shown for static blocks go to wp dashboard > Visual Composer > Role Manager > Post Types > Custom > tick “static blocks”.

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    December 28, 2016 at 13:35

    We can customize widget CSS Can do it?

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 28, 2016 at 13:50

    Hello,

    What widget do you want to modify?
    You can write some CSS code in Theme Options->Custom CSS.

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    December 28, 2016 at 13:58
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 28, 2016 at 14:21

    Hello,

    Try to add this code in Theme Options->Custom CSS->Global Custom CSS:

    .widget-title:after, .footer-top .title:after {
        top: 25px !important;
    }

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    December 28, 2016 at 16:11
    Avatar: Eva
    Eva Kemp
    Support staff
    December 28, 2016 at 18:38

    Hello,

    You can use “Icon Box” element in Visual Composer editor to create such content.

    Regards,
    Eva Kemp.

    Avatar: pusirinon
    pusirinon
    Participant
    December 29, 2016 at 09:40
    Avatar: pusirinon
    pusirinon
    Participant
    December 29, 2016 at 14:51

    i can do it

    Avatar: pusirinon
    pusirinon
    Participant
    December 29, 2016 at 15:04
    Avatar: Eva
    Eva Kemp
    Support staff
    December 29, 2016 at 19:03

    Hello,

    1. Sorry, but there is no such feature.
    2. Please add this code in Global Custom CSS:

    .sidebar-widget.woocommerce.widget_products {
        border: 2px solid #0073b6;
    }
    .sidebar-widget.woocommerce.widget_products .widget-title {
        border-top: none;
        text-align: center;
    }
    .sidebar-widget.woocommerce.widget_products .product_list_widget {
        padding: 0 10px;
    }

    Regards,
    Eva Kemp.

    Avatar: pusirinon
    pusirinon
    Participant
    December 30, 2016 at 08:52
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 09:03

    Hello,

    I’ve disabled the sidebar in Page Settings->Page Layout. Please check it now.

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    December 30, 2016 at 09:11

    Thank you

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 30, 2016 at 09:19

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    December 30, 2016 at 17:36

    I want to remove slidbar on http://www.yukungdemo.com/cart/

    Thank you

    Avatar: pusirinon
    pusirinon
    Participant
    January 2, 2017 at 09:16

    I do it already

    Avatar: pusirinon
    pusirinon
    Participant
    January 3, 2017 at 04:35
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 3, 2017 at 08:44

    Hello,

    Add this code in Global Custom CSS:

    .product-information .email-link {
     display: none;
    }

    You may try https://wordpress.org/plugins/woocommerce-quantity-increment/ plugin to get “Plus and minus” options.

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    January 3, 2017 at 12:07
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 4, 2017 at 09:01

    Hello,

    Add this code in Global Custom CSS:

    .product-information .compare:before {
        content: "\f074";
        font-family: FontAwesome;
        margin-right: 5px;
    }

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    January 19, 2017 at 11:31
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 11:40

    Hello,

    Try to add this code in Custom CSS

    .single-product table.variations {
        width: 20%;
        margin-bottom: 0;
    }
    .single-product .product-information .cart button[type="submit"] {
        width: 60% !important;
    }
    .single_variation_wrap {
        width: 70%;
        float: right;
        border: none;
        margin-top: 5px;
    }
    .single-product .product-information .cart {
        padding-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: pusirinon
    pusirinon
    Participant
    January 19, 2017 at 15:27
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 19, 2017 at 15:53

    Hello,

    Please add this code in Custom CSS:

    .single-product .product-information-inner label {
        display: none;
    }

    Regards,
    Rose Tyler.

  • 1 2
    Viewing 57 results - 31 through 57 (of 57 total)

You must be logged in to reply to this topic.Log in/Sign up

8theme customization service
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.