Problem with icons - by herokin - on WordPress WooCommerce support

This topic has 12 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Robert Hall

  • Avatar: herokin
    herokin
    Participant
    March 1, 2016 at 21:49

    Hi, i was to the point of finishing my website but as i tried to switch the new icons, all the bootstrapping and some stuff in the theme just break.

    Now, i cant see any icon for sorting, newsletter, cart. The breadcrumb is suppose the be disable therefore i cant.

    My client is really impatient, if you could answer me back as soon as possible

    Please, contact administrator
    for this information.
    11 Answers
    Avatar: herokin
    herokin
    Participant
    March 1, 2016 at 21:53

    little error i edited

    Please, contact administrator
    for this information.
    Avatar: herokin
    herokin
    Participant
    March 1, 2016 at 22:45

    I’ll be up at 3h30am to resolve this problem

    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 2, 2016 at 10:59

    Hello,

    You edited icons incorrectly.
    In your code there is:

    .top-links li.popup_link:before {
        content: "f003";
    }

    but must be a slash before icon code:

    .top-links li.popup_link:before {
        content: "\f003";
    }

    Please check all changes you’ve made. Also credentials you provided are incorrect.

    Please note you must make all style change in Theme Options > Custom CSS, not in the original theme files as after theme update all modifications will be lost.

    Best regards,
    Jack Richardson.

    Avatar: herokin
    herokin
    Participant
    March 2, 2016 at 12:14

    are you sure for the credentials? and it seems i cant save the change i make in the editor to revert back the content that i didnt change at first

    Please, contact administrator
    for this information.
    Avatar: Jack Richardson
    Jack Richardson
    Support staff
    March 2, 2016 at 12:21

    Hello,

    When I tried to enter WP Dashboard I got this error:
    ERROR: The password you entered for the username bohoadmin is incorrect.

    So please check the credentials or reset the password.

    Thank you.
    Best regards,
    Jack Richardson.

    Avatar: herokin
    herokin
    Participant
    March 2, 2016 at 12:32

    Sorry for the errors, the credentials will ne good now. if you could revert back the icon and fix the menu and breadcrumb, it wil be appreciate

    thank you again

    Please, contact administrator
    for this information.
    Avatar: herokin
    herokin
    Participant
    March 2, 2016 at 15:13

    Any help? I can’t change back f009 to \f009 or any binding like these

    Avatar: herokin
    herokin
    Participant
    March 2, 2016 at 16:08

    HEy, i’ve just noticed that another of my website with the royal theme make the same error with my website, could you give me an answer fast? i cant edit the core file to switch it…

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 2, 2016 at 16:25

    Hello,

    I’ve just disable all plugins then added the following code in Global Custom CSS. Please check it now.

    .top-links li.popup_link:before {
        content: "\f003";
      position: relative;
      left: -10px;
      font-family: FontAwesome;
    }

    Regards,
    Robert Hall

    Avatar: herokin
    herokin
    Participant
    March 2, 2016 at 16:34

    Well it fixed the newsletter icon and the menu but some icons still dosent work like f009,f0c9,f106

    Avatar: Robert Hall
    Robert Hall
    Support staff
    March 2, 2016 at 16:41

    Please clarify where I can find these icons.

    Regards,
    Robert Hall

  • Viewing 12 results - 1 through 12 (of 12 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.