Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Mayeenul Islam

    (@wzislam)

    Issue #1

    I just found there is some frontend error with my theme.

    Pardon us, at this point, we can’t relate the JavaScript issue is coming from NanoSupport. Unless we can’t provide any solution regarding this. You can contact with the Theme author. But before proceeding make sure to disable NanoSupport, and if the problem is still there, it’s definitely not coming from NanoSupport, it’s from the theme.

    And you already found something:

    I test it in a fresh created sub site of multisite on wordpress 4.9.4, there is no any error with twenty-seventeen theme.

    Issue #2

    By the way, it would great if you can let me know how to Custom these buttons color in Nanosupport.

    Yes, please open up the WordPress Customizer (Appearance > Customize) and do the CSS. Every NanoSupport page has a ID there, you can use that to be specific. Most of the page-specific styling are done in a manner like: #ns-id .some-class. You can go with the same syntax and it’ll take over the plugin CSS from the Customizer CSS. BTW, you can also target with any body class to take control over the thing. body.root-class #ns-id .some-class. ??

    Screenshot:
    https://prntscr.com/islgp5

    Hope it helps.

    Thread Starter alexlii

    (@alexlii)

    Thanks so much.

    And I tried,

    #nanosupport-desk .btn-knowledgebase{
    color: White;
    }

    #nanosupport-add-ticket .btn-submit-new-ticket{
    color: White;
    }

    but the second is not changed the color.

    is it possible for you to send me a Css sample to custom all the button text to be white?

    Great appreciated.

    Alex

    Thread Starter alexlii

    (@alexlii)

    Oh, it works:)

    #nanosupport-desk .btn-knowledgebase{
    color: White;
    }

    #nanosupport-desk .btn-submit-new-ticket{
    color: White;
    }

    #nanosupport-knowledgebase .btn-submit-new-ticket{
    color: white;
    }

    #nanosupport-knowledgebase .ns-btn-primary{
    color: white;
    }

    #nanosupport-add-ticket .ns-btn-primary{
    color: white;
    }

    #nanosupport-add-ticket .ns-btn-primary{
    color: white;
    }

    #nanosupport-add-ticket .btn-knowledgebase{
    color: white;
    }

    Thanks so much.

    Alex

    • This reply was modified 6 years, 8 months ago by alexlii.
    Plugin Author Mayeenul Islam

    (@wzislam)

    You can try the following one instead of all above. ??

    #nanosupport-desk .ns-well .ns-btn,
    #nanosupport-knowledgebase .ns-well .ns-btn,
    #nanosupport-add-ticket .ns-well .ns-btn{
       color: white;
    }
    Thread Starter alexlii

    (@alexlii)

    oh,
    Perfect, thanks so much:)

    Alex

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Frontend Errors with my theme’ is closed to new replies.