Forum Replies Created

Viewing 30 posts - 52,621 through 52,650 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 15:31

    Hello,

    Are you sure that the update needs to be done on your production site? Some styling will be changed and we do not remember how looks all elements on your site. It would be better for you to create the full copy of your site.
    To make the update we need FTP access (FTP hostname, FTP username, FTP password) also. Please ask your hosting provider support to create FTP account to your site files and give us the credentials.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 15:26

    Hello,

    If you have the problem only with child theme, it means some changes in files of child theme causes the problem. Try to enable WP debug mode https://codex.wordpress.org/WP_DEBUG to find out what error appears on your site, it will point you in the right direction what needs to be fixed.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 15:24

    Hello,

    Thanks for the notice.
    New version of the plugin will be uploaded here – https://www.8theme.com/download-plugins/ soon.
    To get autoupdate for the plugin go to Dashboard > Updates > Check Again.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 13:42

    Hello,

    XStore 5.0 is major update and we have changed a lot of things https://xstore.8theme.com/update-history/ including theme styles. If you check the updated demo https://xstore.8theme.com/ you’ll see that we made some update of the theme styles (line heights, paddings, font-sizes, input backgrounds, product title text-transform etc). That’s why these updates also appeared at your site.
    Please go to Theme Options > Single Product Page > Page Layout > Move product name in breadcrumbs.
    Feel free to ask if you have any other questions.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 11:20

    Hello,

    1) Please clear cache and check the menu one more time. Also, provide screenshot for better understanding the desired result.
    2) Please provide us with temporary wp-admin and FTP access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 11:17

    Hello,

    Please add this code in style.css file of your child theme:

    @media (max-width: 480px) {
        .slide-item .product .star-rating, .products-grid .product .star-rating, .products-page-cats {
            display:  block;
        }
        .single-product #reviews .comment_container {
            border: none;
        }
        .single-product .comment_container .description {
            margin-top: 10px;
        }
        .single-product .comment_container .adsw-gallery {
            padding-left: 0px;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 10:50

    Hello,

    I am glad that your problem was solved.
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 08:27

    Hello @bimax,

    Do you have this problem with parent theme? Have you tried to activate default WC theme – Storefront?
    Please try to disable all 3rd party plugins.
    We are theme support and we are able to help you only with issues related strictly to our theme.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 08:06

    You’re welcome!

    Regards

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

    Hello,

    By default, there is no possibility to add custom font in Theme Options, this request additional customization (additional customization in source code is out of our support scope).
    You may use css code in Theme Options > Styling > Custom css or style.css file of child theme, for example:

    @font-face {
     font-family: "Open Sans";
     src: url("/fonts/OpenSans-Regular-webfont.woff2") format("woff2"),
            url("/fonts/OpenSans-Regular-webfont.woff") format("woff");
    }
    

    set own path to font
    and then you will be able to aply the font for elements via custom css code.

    Menu font size you can change via Theme Options > Typography > Page > Main Navigation.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 07:28

    Hello,

    All available settings you can find in Dashboard > YITH Plugins > Wishlist

    Regards

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

    Hello,

    1) Try to disable all the third-party plugins that do not come bundled with our theme and check if you still have the problem.
    2) Please add this code in Theme Options > Custom css > Global Custom CSS:

    .mobile-nav .menu>li>a, .mobile-nav li>ul>li a, .mobile-nav .links li a, .mobile-nav-heading, .mobile-nav .textwidget a {
        color:  white;
    }
    .mobile-nav .fa-user:before {
        color:  white;
    }

    Regards

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

    Hello,

    500 Internal server error means that there is some Fatal error in PHP script or on the server side. You can turn on debug mode in WordPress to see the error https://codex.wordpress.org/Debugging_in_WordPress
    If it will not show any errors then contact your hosting providers and ask them to give you a server error log to check what is wrong.
    Do you have the problem with our theme only, or with default WooCommerce theme (Storefront) too?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 07:16

    Hello,

    Please check your settings one more time http://prntscr.com/l1jhya

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 07:11

    Hello,

    Please add this code in Theme Options > Styling > Custom css > Custom css for desctop:

    .footer-bottom .footer-copyrights {
        width: 70%;
    }
    .footer-bottom .footer-copyrights-right {
        width: 30%;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 06:56

    Hello,

    You’re welcome!
    Theme Options > E-commerce > Promo Popup.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 06:54

    Hello @cyrilbosson,

    Theme Options > General > Headwr Settings > Smart menu > Off.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 3, 2018 at 06:53

    Hello,

    Please provide us with temporary wp-admin access.

    Regards

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

    You’re welcome!
    Please clear cache one more time or check the page in incognito window – http://prntscr.com/l1b8l4

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 15:29

    Hello,

    Please check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 15:16

    Hello,

    Your site under maintenance mode, so I can’t check it.
    500 Internal server error means that there is some Fatal error in PHP script or on the server side. You can turn on debug mode in WordPress https://codex.wordpress.org/Debugging_in_WordPress to find out what error appears on your site, it will point you in the right direction what needs to be fixed.
    If it will not show any errors then contact your hosting providers and ask them to give you a server error log to check what is wrong.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 14:49

    Hello,

    .quick-view-popup .images .main-image-slider ul.slides .zoom-link, 
    .single-product-page .images .main-image-slider ul.slides .zoom-link {
        bottom: 0;
        left: 0;
        right: 0;
        top: 0;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        padding: 15px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 14:41

    Hello,

    1) Please provide us with correct FTP access.
    2) Have you cleared cache? Do you use CDN?
    3) http://prntscr.com/l1a240

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 14:33

    Hello,

    1) http://prntscr.com/l197j6 https://www.8theme.com/documentation/xstore/support/widgets-custom-widget-areas/
    2) Theme Options > General > Header Settings > Color for cart number label http://prntscr.com/l198ek > http://prntscr.com/l198gs
    3) Please add this code in Theem options > Styling > Custom css:

    .header .et-wishlist-widget .icon-like_outline:before {
        content: "\f004";
    }
    .header .shopping-container .cart-bag:before  {
        content: "\f07a" !important;
        font-family: FontAwesome !important;
    }
    .header .et-wishlist-widget .icon-like_outline:before, 
    .header .shopping-container .cart-bag:before{
        border: 2px solid white !important;
        border-radius: 100%;
        padding: 5px;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 14:30

    Hello,

    http://prntscr.com/l19uc6 and set padding-top and padding-bottom for menu items http://prntscr.com/l19upb > http://prntscr.com/l19vus

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 14:15

    I am glad that the problem was solved.
    Have a nice day.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 14:09

    Hello,

    Please check now.
    You need to use [8theme] Post Options, for example:
    Home Office Tour – http://prntscr.com/l19kao and Odesza for Office – http://prntscr.com/l19kic

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 13:29

    Hello @cyrilbosson,

    This is secondary menu http://prntscr.com/juxke3 You need to create a new menu and mark it as secondary – https://prnt.sc/jjdqft Please see an example https://prnt.sc/joiurp > https://prnt.sc/joivdq

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 13:23

    Hello,

    I would recommend you to disable “Smart menu” in Theme Options > Menu > Menu options.
    Font of the menu you can change in Theme Options > Typography > Menu.
    “Color for cart number label” can be founded in Theme Options > Header > Header layout.
    If this is not what you are looking for, describe problems in more details, please.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 12:43

    Hello,

    Thanks for the notice.
    Please provide us with FTP access also.

    Regards

  • 1 2 3 1,754 1,755 1,756 2,273 2,274 2,275
    Viewing 52,650 results - 52,621 through 52,650 (of 68,231 total)
Viewing 30 posts - 52,621 through 52,650 (of 68,231 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.