Group Admins

WordPress Troubleshooting and Support

Public Group active 1 year, 5 months ago ago

WordPress support from our community

Page acting weird

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1313
    Benjamin Altman
    Participant

    Why would this page not be letting anything be selected on it?

    http://jamacob.com/?p=194

    #2267
    Kevin Cristiano
    Spectator

    What browser are you using? I am not having issues with the latest version of Chrome.

    #2268
    Benjamin Altman
    Participant

    Thanks Kevin.

    I am using Chrome. I figured it out. It was the IntenseDebate Custom CSS portion that I had implemented to try and raise the comments box above the existing comments. I isolated it down to the position properties in each of the rules. My custom CSS in the IntenseDebate panel looks like this now:

    #idc-container-parent #idc-container {
    width: 665px;
    /*position: relative;*/ //this is causing issues when position is relative here
    padding-top: 0px;

    }

    #idc-container-parent #idc-container {
    /*position: relative;*/ //this is causing issues when position is relative here
    padding-top: 320px;
    }

    #idc-container-parent #idc-container #IDCommentsNewThreadCover {
    /*position: absolute;*/ //this is not causing issues when position is relative here
    top: 0;
    left: 0;
    }

    Still haven’t managed to figure out how to simply raise the darn comments box above the existing comments. Any ideas?

    Thanks
    Benjamin

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.