Forum Replies Created
-
Mod
Not a Graphene bug.
Are you up to date with Graphene (1.9.2) and WordPress (3.9.1)?
Have you edited any theme files?
Have you disabled plugins to rule out a conflict issue?
I was going to take a look at your site, but you have one of those annoying videos that plays automatically.
WordPress 3.9 did change the padding around images, but you sound as if this is a button. Can you post a screen cap showing this?
Mod
Try this in custom CSS feature:
.header_title {
text-shadow: 0 0 4px #07559f, 0 0 8px #07559f, 0 0 12px #07559f, 0 0 24px #07559f;
}
.header_desc {
text-shadow: 0 0 4px #07559F, 0 0 8px #07559F, 0 0 12px #07559F, 0 0 24px #07559F;
}Take a look at my blog to see what that looks like. (Although I have overdone. You can peek at my stylesheet to see the actual code.)
Mod
That’s not a theme issue. A plain-vanilla installation of Graphene will validate just fine.
You are either using a plugin or have modified your site with code that is not correct, and that is why your image carousel is not showing up.
Mod
I doubt very seriously that it’s a theme bug, or more of us would have this problem. This is most likely the result of a bad plugin, edits made to WordPress or Graphene core files, a malicious hack, or poor security on the part of your host.
You should be sure to read this page in the Codex:
http://codex.wordpress.org/Hardening_WordPress
Make sure that you are only using WordPress core, themes, or plugins that you get from WordPress itself. You can’t make any guarantees about things you get from other sites, even if you pay for them.
Mod
I cannot see this on any of your pages/posts. Did you get this sorted?
Mod
Moved to Support. Please post in the correct section next time. Marking thread as resolved. You can do this yourself as well.
Mod
Quote:Anyway to have it just on loop-single.php?Use PHP widget with
is_single()Moved to Support. Please post in the correct section next time.
Mod
In reply to: Remove 'Powered Graphene powered by …' the correct way …..
May 1, 2014 at 1:27 am #42654Quote:step one – edit options-general.php – look for :Yeah, well, editing core files is a hack. (How many times, people? Do NOT edit core files!)
Besides, there’s not really any point in hiding the fact that you’re running on WordPress, unless your client doesn’t like it. But from a security standpoint, it’s pretty pointless. Read this:
http://kovshenin.com/2013/dont-hide-the-fact-that-youre-using-wordpress/
Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard.
Mod
This was fixed in version 1.6.1 of the theme:
http://wordpress.org/support/topic/raquo-error-in-rss-feed?replies=7#post-2660402
Update your Graphene theme and all will be well.
Mod
WordPress 3.9 now incorporates TinyMCE version 4, which is a huge upgrade to TinyMCE. That means that any plugin that affected the TinyMCE editor needs to be rewritten. Rather than rewrite Ultimate TinyMCE, Josh decided to create a new plugin: WP Edit. You can download it here:
