Forum Replies Created

Viewing 30 posts - 52,621 through 52,650 (of 68,227 total)
  • 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

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

    Hello,

    1) You need to delete this custom css code: http://prntscr.com/l183qk
    2) Why do you want to change the plugin? We did not test Woocommerce Wishlist with our theme, so I can’t say for sure, unfortunately.

    Regards

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

    Hello @rafeekcj,

    Please make sure that version of Core plugin is latest on your site.
    Also, provide us with temporary wp-admin and FTP access.

    Regards

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

    Go to edit page > [8theme] Layout options > http://prntscr.com/l181s7

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 2, 2018 at 10:54

    Hello @cyrilbosson,

    You can edit “Car Electronics subitem example” static block http://prntscr.com/l16xbd and set it in menu settings http://prntscr.com/l16y31
    Please watch our video tutorial – https://youtu.be/f07MBdnFPfk
    Feel free to ask if you have any other questions.

    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,227 total)
Viewing 30 posts - 52,621 through 52,650 (of 68,227 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.