Forum Replies Created
-
Mod
How do I change the color of the Page bar(now light gray) and the color of the highlighted page(now black), and color of the font(now black).
I think you are talking about editing the menubar. This has been discussed a lot in this forum, but I don’t think there’s any particular thread that includes everything you need to know. You can start here, however:
https://forum.graphene-theme.com/graphene-support/color-of-sub-menus#post-13841
Sometimes it’s easier to take a look at what someone else has done to figure out what you would like to do.
Take a look, try things out, and let us know when you get stuck. Cheers!
Mod
It’s possible that your company’s firewall is blocking the jQuery that powers the slider. WordPress updated the version of jQuery it uses with the last update of WordPress, so it’s possible that your company’s firewall hasn’t caught up with it yet. (This happens a lot.) If you can check with your company’s IT department, and this is the case, they may be able to fix it for you, or at least make an exception.
If not, you can test this by temporarily installing another slider (there are many) and seeing how that works.
Mod
I tried disabling the plugins, but it did not work.
It looks like you’ve read this forum enough to know that we would probably suggest that. Thank you!
Have you tried switching temporarily to another theme and seeing if the problem remains? If so, you may want to try reinstalling Graphene. But first, try temporarily renaming your plugins folder (via FTP) to make sure your plugins really are disabled.
How long have you had this problem? Is it something new, or something that happened just after you switched to Graphene (assuming you started with another theme)?
btw–I love your background image.
Ken
Mod
is there a way to determine the php code you need to modify when looking at something specific…just like there is with CSS and firebug??
Interesting question. Since PHP generates HTML, you can’t really use Firebug or your browser’s “view source” function.
What I do is to keep a copy of both Graphene and WordPress on my desktop, so I can search through those files whenever I like with a text editor I’m familiar with (I like notepad++ for windoze and macpad for mac).
Mod
cannot get them to scale right and fit within the dimension limits
Well, they have to be some multiple of 960×198. What size is your starting image? It’s generally better to start with a larger image and scale down.
Are you using Photoshop or GIMP?
Mod
Yes, maybe. Try this custom CSS:
.home #header {display:none;}This is untested. And it may only work if you are using homepage panes. idk. But it’s worth a shot.
Mod
it only changed it partially.
Which parts didn’t change? You’re quite right that the Graphene options won’t change everything, you need to know a few CSS tricks to get everything switched over. I will probably make a list of this, but I am waiting for the new version (1.6).
Are you using a child theme? Do you know about Graphene’s custom CSS feature?
Mod
Could you please post a link to your site?
Mod
You’re not using the top bar, which is where the RSS feed icon normally goes. You can put it in a widget, but if someone is checking your site using an RSS feed, that won’t help them. Here’s how to use RSS to follow a blog:
Not the best instructions — I will have to write a tutorial about that later. As far as your other questions about colors, try using Firebug. See this:
https://forum.graphene-theme.com/graphene-support/floating-of-sharethis-buttons#post-14046
I’ll try to take a look again later. In the meantime, have fun.
Mod
Where is a good place to insert javascript code?
<script type="text/javascript"> ...code... </script>and other code that goes in the <head>
Attach it to the
wp_head()action hook. See this: http://codex.wordpress.org/Function_Reference/wp_head
