Loading Error on website and other problems…

This topic has 2 replies, 2 voices, and was last updated 7 years, 4 months ago ago by Olga Barlow

  • Avatar: immunityindia
    immunityindia
    Participant
    December 23, 2016 at 12:58

    1. One the Home page when I inspect the page I am getting errors.Please see this screen shot. http://prnt.sc/dn05b7

    2. How I an remove the lines separating Social Icons in the top panel. http://prnt.sc/dn060o

    3. And when I am visiting this page http://leatheroflondon.co.uk/instock-designs-3/ I am seeing a White Box first and then I am getting my desired elements. Here’s the screenshot during while loading.. http://prnt.sc/dn0abn

    4. Some time I am seeing Chinese(i think chinese) in place of icons (search, card and Wishlist) how to solve this ?

    Thanks.

    Please, contact administrator
    for this information.
    1 Answer
    Avatar: Olga Barlow
    Olga Barlow
    Support staff
    December 26, 2016 at 11:15

    Hello,

    1) You have replaced child theme style.css by style.css of the parent theme http://prntscr.com/dnyt74
    It caused your problem. Please, read what child theme is on the official site https://codex.wordpress.org/Child_Themes
    Style.css of child theme should include only the custom styles that you want to change, you should not copy/paste parent theme style.css and make there changes, this is a wrong way!

    2) Add the following code in the custom CSS to remove border

    .languages-area > div, .top-bar, .header-center .topbar-widget .et-follow-buttons a, .top-links > div, .topbar-widget.etheme_widget_socials .et-follow-buttons a {
        border-color: transparent !important;
    }

    3) You are using third-party plugin to add that filter and it’s related to scripts order of the plugin and plugin styles. Contact with plugin author to solve the problem.

    4) It caused by the wrong style.css of your child theme.

    Regards

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.