Developer Action Hook Not Working?

  • rickytherhino

    #6057

    I’ve disabled the developer text from showing and then added images to the area with the developer action. But then the text came back.

    http://www.nexusenergycenter.org

    What happened?

    Daniel

    Anonymous

    #33216

    Hmmm… I see….

    Try this in your CSS:

    #developer p {
    display: none;
    }

    BTW… if you go back into your options… is the developer section still set to “disabled”?

    rickytherhino

    #33217

    That CSS code didn’t work. When you say disabled what do you mean? My action hook is still checked. Is that what you mean?

    Anonymous

    #33218
    Quote:
    I’ve disabled the developer text from showing

    What exactly do you mean here?

    rickytherhino

    #33219

    Oh sorry…. That I’ve used the developer CSS code you gave me. It worked previously but when it updated, the text came back.

    Anonymous

    #33220

    Okay, I’m sorry. I’m not sure I understand.

    We are talking about the footer, right? What part of it is the part you are wanting to “hide”.. or that keeps coming back?

    rickytherhino

    #33221

    Just the part the says Graphene and Powered by WordPress. BUT I want to keep the logos.

    Anonymous

    #33222

    Okay, that’s what I was thinking.

    Is the css code I gave you above still in your custom css?

    rickytherhino

    #33223

    yep!

    Admin

    Syahir Hakim

    #33224

    Doesn’t look like the code below is anywhere in your CSS, or Custom CSS option:

    #developer p {
    display: none;
    }

    Caching plugin?

Viewing 10 posts - 1 through 10 (of 18 total)

  • 1
  • 2
  • You must be logged in to reply to this topic.