Forum Replies Created

Viewing 30 posts - 66,901 through 66,930 (of 68,224 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 14:01

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 13:51

    Hello,

    You are using not the latest version of our theme.
    Follow theme documentation https://www.8theme.com/documentation/xstore/theme-installation/theme-update/
    After theme update you should skip Setup Wizard and go to Theme Options to activate theme using your purchase code.
    Don’t forget to backup your files, DB and theme options before update! To backup theme options go to Theme Options > Import/Export > download .json file. You’ll be able to use the code from this file to restore the options if such happens and you lose them after update.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 13:32

    Hello,

    Could you please provide wp-admin access in Private Content so we could check it?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 13:23

    Hello,

    On our demo old Woocommerce styling is used. Woocommerce authors changed it in the recent update.
    You can install WooCommerce Quantity Increment plugin to get quantity increment like +,- https://wordpress.org/plugins/woocommerce-quantity-increment/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 13:08

    Hello,

    Please navigate to Theme Options->Responsive->Enable Responsive Design

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 11:57

    Hello,

    Go to Appearance > Widgets > Additional Shop Widget area http://prnt.sc/e32bad

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 11:20

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 08:38

    Hello,

    We can’t check the site because maintenance mode is enabled. Please, provide temporary admin panel and screenshot of the area with the problem.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 08:34

    Hello,

    Go to Slider Revolution and edit your “Home Sliderd Demo4”

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 08:14

    Hello,

    Go to Pages > Edit page and add your code in Page Settings custom ss:
    http://prntscr.com/e300uy

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 1, 2017 at 08:02

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 16:24

    Hello,

    Please, add !important http://prntscr.com/e2pss8

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 16:12

    Hello,

    1. Change your code http://prntscr.com/e2pd0d http://prntscr.com/e2pdfx
    2. Try to change margin value there http://prntscr.com/e2pg6c

    .copyright-3, .copyright {
        padding-top: 0;
    }
    .copyright-3 .container .row-copyrights {
        border-color: white;
    }

    3.

    .widget_shopping_cart_content .bottom-btn a {
        background-color: orange;
    }

    4.

    .cart-collaterals .checkout-button {
        background-color: orange;
    }

    6.

    div.wpcf7 label {
        width: 100%;
    }
    div.wpcf7 label input {
        width: 100%;
    }
    div.wpcf7 textarea {
        width: 100%;
    }

    Could you give FTP credentials to check this issue?

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 15:43

    Hello,

    1. Please add this code in Custom CSS:

    .header-type-8 .menu-wrapper .languages-area li {
        display: inline-block;
        margin-right: 5px;
    }

    2. Add this code in page custom css http://prntscr.com/e2p08r

    input[type=submit] {
        background-color: green;
    }
    input[type=submit]:hover {
        background-color: red;
    }

    3-4. Please read more in documentations:
    https://www.8theme.com/demo/docs/royal/index.html#!/1_how_to_translate 21.2 Translation theme with WPML section.
    https://wpml.org/documentation/

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 14:49

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 14:47

    Hello,

    Also use this code:

    .global-header-center.et-secondary-menu-on .secondary-menu-wrapper .menu > li > a {
        padding-top: 10px; 
        padding-bottom: 10px; 
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 14:36

    Hello,

    To change the Newsletter go to Theme Options > E-Commerce > Promo Popup > change the link title. This is default link and you can’t change its url. You can only enable/disable it. If you want to add a different link you may disable it and add a text widget with your new link into Right top bar widget area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 14:25

    Hello,

    Try to add this code in your Custom css:

    .single-product .available-on-backorder {
        display: block !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 14:13

    Hello,

    Please see screenshot http://prnt.sc/e2nvvu

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 14:04

    Hello,

    Change this code:

    .woocommerce-tabs p {
        line-height: 1.5;
        font-size: 0.8rem;
    }

    to:

    .woocommerce-tabs p, .woocommerce-tabs li, .woocommerce-tabs span {
        line-height: 1.5;
        font-size: 0.8rem;
    }

    also use this code:

    .main-products-loop .products-list .product .product-details .product-excerpt {
        line-height: 1.5;
        font-size: 0.8rem;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 13:48

    Hello,

    You can also use this code:

    .single-product .left-bar .left-titles li {
        padding: 10px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 13:34

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 13:21

    Hello,

    Try to change previous code to:

    .woocommerce-page .page-heading {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 13:11

    Hello,

    Try to use this code in Custom CSS:

    .address-company {
        border-color: white;
    }
    footer .vc_icon_element {
        margin-bottom: 15px;
    }
    .header-type-7 .menu-wrapper .menu > li > a:hover {
        color: #ff8800;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 08:52

    Hello,

    Could you please try to disable all 3-rd party plugins and then check.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 08:27

    Hello,

    You need to create the Static block with your widgets and content http://prntscr.com/e2jzmq http://prntscr.com/e2jzy0. Then add “8theme – Static Block” widget in Appearance > Widgets > Footer 1 or Footer 2 area and select the block you created.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 08:21

    Hello,

    Please, add this code in Custom CSS:

    .woocommerce-checkout .wc-payment-form .form-row {
        margin-left: 0;
    }
    .woocommerce-checkout .wc-payment-form .form-row label {
        height: 40px;
        padding-left: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 08:11

    Hello,

    You’re welcome!
    Have a nice day!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 08:10

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    January 31, 2017 at 08:09

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

  • 1 2 3 2,230 2,231 2,232 2,273 2,274 2,275
    Viewing 66,930 results - 66,901 through 66,930 (of 68,224 total)
Viewing 30 posts - 66,901 through 66,930 (of 68,224 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.