Forum Replies Created

Viewing 30 posts - 66,841 through 66,870 (of 68,224 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:42

    Hello,

    To show brand logo there go to Theme Options > E-Commerce > Single product > choose layout with sidebar. After that edit your product and add brand. Make sure that you have uploaded brand logo in Products > Brands > brand thumbnail.
    Add Up-sells products http://prntscr.com/e52mqw and go to Theme Options > E-Commerce > Single Product Page > Location of upsell products > Sidebar http://prntscr.com/e52nnj .
    Also, you need to add 8theme – QR Code in Appearance > Widgets http://prntscr.com/e52lha

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:26

    Hello,

    Try this code to make it nice (Theme Options > Styling > Custom CSS)

    .menu-wrapper .menu > li > a:hover {
        color: #4c4c4c;
    }
    .item-design-mega-menu .nav-sublist-dropdown .nav-sublist a:hover {
        color: #4c4c4c;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:20

    Hello,

    Go to Products > Categories > edit category and add Revolution slider Shortcode in category description http://prntscr.com/e52gbo

    Regards,
    Rose Tyler.

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

    Hello,

    Please, read this topic:
    https://www.8theme.com/topic/how-do-i-change-the-search-icon-and-the-bag-icon-to-a-different-icon/
    Or provide link to your site in Private content area.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 6, 2017 at 08:05

    Hello,

    Try to add this code in Custom CSS:

    .header-type-9 .top-bar {
        background-color: blue;
    }
    .header-logo img {
        max-width: 50px;
    }
    .fixed-header-area .header-logo img {
        max-width: 50px;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 16:52

    Hello,

    Try to clear browser and server cache before checking http://prntscr.com/e41qs8

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 16:18

    Hello,

    Try to change previous code to:

    .single-post .size-large.wp-post-image {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 16:07

    Hello,

    Go to Theme Options > Styling > Footer

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 15:44

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 15:21

    Hello,

    Please, open top bar panel http://prnt.sc/e3vwa7

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 15:19

    Hello,

    Please, change last code to:

    .menu-sidebar-home-container li a, .menu-sidebar-homepage-2-container li a {
        color: red !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 14:56

    Hello,

    You need to change this code http://prntscr.com/e404kl. Please, add this code in Custom css:

    .page-content {
        margin-bottom: 0;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 14:43

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 14:35

    Hello,

    You can provide WP Dashboard credentials in Private Content http://prntscr.com/c1k220 (visible only for our technical support).

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 14:26

    Hello,

    We are able to provide support only for issues related to our theme. 3-rd party plugins settings are out of scope of our support.
    But, I’ve added the shortcode in your Product Short Description http://prntscr.com/e3zqyz http://prntscr.com/e3zr3p http://prntscr.com/e3zr89. Clear browser cache and check.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 14:18

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 14:17

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 14:12

    Hello,

    Go to Theme Options > General > Breadcrumbs. Also, you can use your own featured images for every post (go to Posts > edit posts > Featured Image post).
    To change Promo link text “newsletter” go to Theme Options > E-Commerce > Promo Popup.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 14:03

    Hello,

    You can change your previous code to http://prntscr.com/e3za1p
    Please, add this code in Custom css file:

    @media (max-width: 1024px) and (min-width: 425px){
    .products-grid.product-count-4 .product {
        width: 50% !important;
        margin: 0 !important;
        text-align: center;
        padding: 0 15px;
    }
    .products-grid.product-count-4 .product img{width: 100%;}
    }
    @media (max-width: 425px){
    .products-grid.product-count-4 .product {
        width: 100% !important;
        margin: 0 !important;
        text-align: center;
        padding: 0 15px;
    }
    .products-grid.product-count-4 .product img{width: 100%;}
    }
    

    Regards,
    Rose Tyler.

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

    Hello,

    Sorry for a delay.
    1. Go to Theme Options > Typography > Menu Font
    2. Please try to use this code to change cart icon:

    .cart-bag .ico-sum  {
        background-color: transparent;
    }
    .cart-bag .ico-sum::before {
        border-color: transparent;
    }
    .cart-bag {
        padding: 18px 15px 15px !important;
        background-image: url("http://url_to_your_image");
        background-repeat: no-repeat;
        background-size: cover;
    }

    3.

    .menu-sidebar-home-container li a {
        color: red !important;
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 08:17

    Hello,

    Sorry for a delay.
    Please provide FTP credentials in Private Content, also, specify the path to your wp installation where this theme is installed.
    2. It requires additional customization in php files which is beyond our basic support scope.
    If you have the required skills you may try to change it yourself.

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 08:11

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 08:09

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 08:08

    Hello,

    Try to add this code in Global Custom CSS.

    @media only screen and (min-width: 768px){
    .header6 .logo {
        width: 1200px;
        text-align: center;
    }
    }

    Regards,
    Rose Tyler.

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

    Hello,

    Try don’t use   http://prntscr.com/e3vmik

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 3, 2017 at 07:56

    Hello,

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 2, 2017 at 16:46

    Hello,

    You’re welcome!

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 2, 2017 at 16:24

    Hello,

    Change previous code to:

    .mobile-menu-wrapper .menu > li > a, .mobile-menu-wrapper .menu > li .sub-menu li a {
        line-height: 45px !important;
        font-size: 12px;
    }
    .mobile-menu-wrapper .menu > li .open-child:before, .mobile-menu-wrapper .menu > li .sub-menu .menu-back:before {
        line-height: 45px;
    }
    .mobile-menu-wrapper .links li a {
        line-height: 45px !important;
    }
    .mobile-menu-wrapper .mobile-sidebar-widget {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 2, 2017 at 15:32

    Hello,

    Try to add this code in Custom CSS:

    @media screen and (min-width: 1200px){
    .row-count-3 .product:nth-child(3n+1), .sidebar-position-without .row-count-3 .product:nth-child(3n+1) {
        clear: both;
    }
    }

    Regards,
    Rose Tyler.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 2, 2017 at 15:27

    Hello,

    You need also mark products as new in the edit http://prntscr.com/dta38h

    Regards,
    Rose Tyler.

  • 1 2 3 2,228 2,229 2,230 2,273 2,274 2,275
    Viewing 66,870 results - 66,841 through 66,870 (of 68,224 total)
Viewing 30 posts - 66,841 through 66,870 (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.