Developer Action Hook Not Working?
-
Yeah I’ve put it in my Custom CSS. I do have a caching plugin. Do you think that caused it? I use Hyper Cache Extended.
Daniel
Well, first… I still don’t see the code I gave you anywhere in your stylesheets. Go ahead and check your caching plugin and see if it has an option to empty the cache.
Where exactly have you placed the code I gave you in the beginning of this thread?
@Syahir,
How do you view what a user has entered into their custom css option? Is this viewable via the source code?
I placed it in my custom CSS through Graphene Options. Should I place it somewhere else?
Nope. That should be fine.
Let’s try adding the !important declaration. Change it to this:
#developer p {
display: none !important;
}Ok I put it in but it still shows 🙁
Admin
Why do you have this line in your Custom CSS option:
add_post_type_support('page', 'excerpt');That’s PHP code, not CSS code, and it’s causing whatever CSS codes you enter after that line to not be parsed.
Whatever is entered into the Custom CSS option is printed out into the
<head>element of the site.Quote:Whatever is entered into the Custom CSS option is printed out into the <head> element of the site.Awesome. Thanks!
Nailed it! I must have put that code there instead of the function.php by accident. Thanks for catching that. I would have never known.
Daniel
Viewing 8 posts - 11 through 18 (of 18 total)
- 1
- 2
- You must be logged in to reply to this topic.
