Forum Replies Created
-
Mod
Regardless, you did not pay for the right to be rude and condescending. I’ve never done this before, but I’m going to give you a 24 hour break from this forum to learn how to be polite in an online forum.
Mod
I realize you are frustrated by this, but there is no need to be rude. The time I spend trying to help you is time I’m not spending on my own projects.
Mod
Quote:I thought my first post was in the wrong area which is why I posted again.That’s not a problem. Just let us know to delete or move your other post.
Mod
You should not copy over the theme’s entire style.css into your child theme stylesheet. You should only include those items that you need to change. This is probably not related to your problem above, but it could cause problems down the line and slow down performance of your site.
Quote:I think it started happening since a recent update.Theme update, WordPress update, plugin update?
Mod
Quote:I tried that. It did not change anything.Be sure to empty your browser and server caches.
If nothing else, try disabling your plugins.
Mod
Quote:I’d like to know if there’s a way to add a custom FONT to the Graphene WordPress theme.Graphene Options >> Display Options >> Text Style Options >> Google Webfonts
Alternately, you can link a custom font style sheet in
Graphene Options >> Custom Options >> Custom <head> Tags
although this is not the way WordPress prefers to do things. (I find this method much easier and use it all the time, since it allows caching of the style sheet without any problem.)
Quote:I also have the Graphene Mobile theme [purchased], does it work with custom fonts as well?The second method listed above with work with Graphene Mobile Neo, or you could achieve something similar with a child theme. However, using custom fonts with the mobile version of a site can slow it down considerably (not everybody lives next to a 4G tower, after all), and if your site loads too slowly, people may not stick around for it.
Mod
In reply to: Clarification about Custom Posts, Loop, Action Hooks & Templates
March 5, 2015 at 11:40 pm #44589I’m still not entirely sure what you are trying to accomplish. From your description, I can’t understand why simply using a WordPress category won’t work for you.
Mod
In reply to: Suggestion: Option to get back installation notice
February 27, 2015 at 11:41 pm #44572Quote:Or you could include these plugin links and other useful things in a tab “about theme”. (And then you can indicate in the initial notice a hint about how one can find this information again at a later time.)+1
Mod
Please refrain from creating duplicate posts, as it really clogs things up. I saw your query at work on my lunch break and had to wait until I got home to respond. Now I have the additional step of deleting your duplicate post and typing this paragraph.
Quote:I have hunted everywhere I can think of and I can find anything that says the theme is HTML5 compliant.Use your browser’s “View Source” function to examine the source code. Look for the
doctypeelement which is at the top of the page. You will see this:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">If you Google that, the first result leads you to this page:
http://www.w3.org/QA/2002/04/valid-dtd-list.html
which tells you that Graphene is XHTML 1.0 Strict.
Quote:I can’t see how I can revise our child theme by changing the header.php for the markup.You can’t. The
doctypedictates how the entire HTML is written, so changing the doctype (while possible through the use of a child theme) will get you nowhere. Doing so will simply cause search engines to see a lot of errors on your site.It’s possible that there are other plugins which will accomplish the same or similar things that you are trying to do, but I don’t know of any off hand. (I tend to worry about my own context and let search engines do what they do.) That said, there are LOTS of plugins out there and so the thing you are searching for may be out there.
Mod
Use developer tools (like Firebug) to see how the footer elements are styled and then apply the same styles to your text widgets.
