Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1012107
    DBeldin
    Participant

    I’m uusing Integrity stack and all titles are coming out bold and I can’t seem to change that :^( Seems to be caused by twitter=bootstrap css by inspecting with firebug.

    </style><link href=”//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css” rel=”stylesheet”>

    Any help fixing this?

    http://www.denisebeldin.com/

    #1012378
    Rupok
    Member

    Hi there,

    Thanks for writing in! I can see a very older version of bootstrap is adding by a plugin that’s overriding the default styling by the theme. Kindly check which plugin doing this by testing a plugin conflict test (it’s being added from CDN so can’t determine which plugin from front-end). Don’t use any obsolete plugin to avoid any other potential security issue as well.

    However you can also fix this by overwriting this but it won’t be a feasible solution :

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
      font-weight: 400 !important;
    }
    

    Also it seems you don’t have Cornerstone installed on your site which is required to run X smoothly. Let’s switch to your X theme from Child Theme for a while and it will be installed automatically if that’s vaidated.

    Cheers!

    #1013633
    DBeldin
    Participant

    How do I do a plugin conflict test? I turned Cornestone back on, I thought maybe it was the conflict.

    #1014034
    Christopher
    Moderator

    Hi there,

    Upon checking you’re site, I see the issue is fixed, please see the attachment. Please clear cache and check again.

    Hope it helps.

    #1024884
    DBeldin
    Participant

    Thanks for the help. The css worked but I still need to get rid of that bootstrap conflict. Any help with that?

    #1024901
    DBeldin
    Participant

    I can’t figure out what plugin is calling </style><link href=”//netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css” rel=”stylesheet”> but that is messing things up.

    #1025347
    Friech
    Moderator

    Hi There,

    Please do a testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Thanks.

  • <script> jQuery(function($){ $("#no-reply-1012107 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>