Forum Replies Created

Viewing 30 posts - 51,241 through 51,270 (of 68,231 total)
  • Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 14:28

    Please see screenshot – http://prntscr.com/lr1how

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 14:26

    Hello,

    1) General site speed depends on many factors. Below you’ll find main of them
    – Plugins. When you have multiple plugins installed and activated on your site, it can slow it down. So, please, keep enabled only those plugins that you really need for the correct functioning of your site and disable all the plugin that you don’t use. The more plugins you use, the slower it will be.
    – Caching. The most important part of optimizing your site is caching. Combine cached page with gzip compression to get better results. Try to use W3 Total Cache plugin. Read the beginners guide to setting up W3 Total Cache plugin https://premium.wpmudev.org/blog/w3-total-cache-settings/
    – Images. Use optimized images only otherwise you will have big images and a slow loading time. Do not upload larger images than what is needed. When you use image editing tool like Photoshop don’t save images without using the option “Save For Web”.
    There are different ways on how to compress images. Use special services or WordPress plugins to optimize your images for decreased loading times:
    – tinypng.com
    – Compressor.io
    – Kraken.io

    – If you are using Slider revolution – https://www.themepunch.com/revslider-doc/performance-seo/ By default, “Include RevSlider libraries globally” option is enabled, please read this article https://www.themepunch.com/revslider-doc/global-settings/ and disable the option in case you are using sliders only inside page content.

    In 5.x theme version, were added Speed Optimization settings (Theme Options). Please read our documentation – https://www.8theme.com/documentation/xstore/theme-installation/main-theme-options/

    2) Please clear cache and check images – http://prntscr.com/lr1evo

    3) On which page you get the error message? Please provide a screenshot.
    You can use such screenshot maker as Lightshot https://prnt.sc/

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 14:18

    Hello,

    Thanks for using our theme.
    You can disable Variation swatches in Theme Options > Shop elements
    or add this code in custom css area:

    .st-swatch-in-loop {
        display: none !important;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 14:14

    Hello,

    Sorry, we don’t give guarantee for full theme compatibility with all 3rd party plugins.
    You can contact the plugin author to get help.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 14:07

    Hello,

    1) It is your slider http://prntscr.com/lr0xmr Please check settings of the slider or provide us with temporary wp-admin access.
    2)

    .woocommerce-cart .woocommerce-shipping-destination {
        display: none;
    }

    3) Please change the previous code to:

    .woocommerce-shipping-methods #sendcloudshipping_service_point_select {
        font-size:  10px !important;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    #shipping_method li:last-child {
        display:  inline-block;
    }
    #shipping_method input[type="radio"] {
        float:  right;
        margin: 6px 0px 15px 8px;
    }

    http://prntscr.com/lr144u
    5) Please remove a statick block from PreFooter widget area.
    6)

    .et-wishlist-widget .wishlist-dropdown,
    .shopping-container:hover .cart-popup-container {
        background-color:  white;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 12:02

    Hello,

    Go to edit Home page > Page Layout > Logo image for this page.
    http://prntscr.com/lqzb57 > http://prntscr.com/lqzbh2 http://prntscr.com/lqzbmi

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 11:47

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 11:38

    Hello,

    Likely the second icon is content of Mobile navigation sidebar widget area.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 11:18

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 10:44

    Please change the code to:

    @media (max-width: 480px){
        .shopping-cart-widget .cart-summ > .cart-bag:before {
            content:  "\f291";
            font-family: FontAwesome;
            font-size: 15px !important;
            color: #0000009c;
        }
        .side-area-icon i:before, .menu-icon i:before {
            font-size: 15px;
            background-color: #635c5b;
            padding: 3px 10px;
        }
        .header .container .menu-icon {
            left: 34px !important;
            top: unset;
            bottom: 20px;
        }
        .header .container .shopping-cart-widget{
            bottom: -18px;
            top: unset !important;
            margin-top: 0px !important;
        }
        .shopping-cart-widget .cart-summ > .cart-bag {
            margin-left: 0px;
            padding-left: 0;
        }
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 10:27

    1)

    @media (max-width: 480px){
        .header .shopping-cart-widget .cart-summ .amount {
            font-size:  0px !important;
        }
        .shopping-cart-widget .cart-summ > .cart-bag:before {
            content:  "\f291";
            font-family: FontAwesome;
            font-size: 16px;
            color: #0000009c;
        }
        .side-area-icon i:before, .menu-icon i:before {
            font-size: 15px;
            background-color: #635c5b;
            padding: 3px 10px;
        }
        .header .menu-icon {
            left: 35px !important;
            top: unset;
            bottom: 38px;
        }
        .header .shopping-cart-widget{
            bottom: 0;
            top: unset !important;
            margin-top: 0px !important;
        }
    }

    2) To change color of “+” icons you need edit the file wp-content/themes/legenda/images/small-plus.png as they are loaded from it.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 10:03

    Hello,

    Did you make changes in template files?
    Try to disable all 3rd party plugins to check if one of them causes the problem.
    Please provide screenshots and links for better understanding the problem. Also, provide temporary wp-admin access so we can take a closer look.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:59

    Hello,

    1) Is it solved? http://prntscr.com/lqxahk
    2) Please provide a screenshot for better understanding.
    You can use such screenshot maker as Lightshot https://prnt.sc/
    3) Please try this custom css code:

    .woocommerce-shipping-methods #sendcloudshipping_service_point_select {
        font-size:  13px !important;
    }
    #shipping_method li:last-child {
        display:  inline-block;
    }
    #shipping_method input[type="radio"] {
        float:  right;
        margin: 6px 0px 15px 8px;
    }

    4) Theme Options > Typography > Menu > Menu 1 level > Font Color.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:44

    Please check – http://prntscr.com/lqx9ds
    Also, provide wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:31

    Hello,

    You can add this custom css code:

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

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:29

    Hello,

    I’ve checked the file and it is ok – http://prntscr.com/lqx28d

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:28

    You’re welcome!

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:24

    Hello,

    Please change this http://prntscr.com/lnztw0 to instagram

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:18

    You’re welcome!
    Please try this code:

    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover {
        background-color: #f8e1e0;
    }
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item > a.mega-menu-link:hover, 
    #mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-item:hover a {
        color:  white;
    }
    .main-nav {
        padding: 0;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 09:13

    Hello,

    Thanks for contacting us.
    Could you, please, provide site URL?

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 08:46

    Hello,

    Please read this article https://docs.woocommerce.com/document/setting-up-taxes-in-woocommerce/#section-23 If you need further assistance with tax settings, I would recommend you to contact WooCommerce support.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 08:37

    Hello,

    Is the problem solved? http://prntscr.com/lqweku If not, please provide screenshots for better understanding.
    You can use such screenshot maker as Lightshot https://prnt.sc/
    Also, provide temporary wp-admin access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 5, 2018 at 08:34

    Hello,

    Do you use the latest version of Core plugin (1.1.7)? https://www.8theme.com/documentation/xstore/plugins/plugins-update/
    Try to disable all 3rd party plugins to check if one of them causes the problem.
    If this doesn’t help, provide us with temporary wp-admin and FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 16:52

    Hello,

    https://www.8theme.com/documentation/xstore/theme-translation/base-theme-translation/
    If you face problems with translation, you need to be sure that your translation files are synchronized. Button Sync (Loco Translate plugin http://prntscr.com/glemdq) allows you to synchronize your translation file with pot file.
    If you need further assistance, provide temporary wp-admin and FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 16:14

    Looks like not all theme files were uploaded. Please re-upload theme files via FTP or provide us with temporary wp-admin and FTP access.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 16:10

    Please add this code in Theme Options > Custom css > Global custom css:

    .products-grid .content-product .stock,
    .products-slider .content-product .stock{
        display: none;
    }

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 16:04

    Hello,

    Your site under maintenance mode, so I can’t check it. Please provide temporary wp-admin access or disable the maintenance mode.
    “Out of stock” label can be disabled via Theme Options > Shop elements > Sale & Out of Stock.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 16:00

    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.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 15:55

    1) You can use such screenshot maker as Lightshot https://prnt.sc/
    2)

    .header .search .et-mega-search form input[type="text"] {
        background-color: #f8e1e0;
        border-color: #dbdbdb;
    }

    3) Please clear cache and check now.

    Regards

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    December 4, 2018 at 15:33

    You’re welcome!

    Regards

  • 1 2 3 1,708 1,709 1,710 2,273 2,274 2,275
    Viewing 51,270 results - 51,241 through 51,270 (of 68,231 total)
Viewing 30 posts - 51,241 through 51,270 (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.