Forum Replies Created
-
Mod
From the FAQ (which I found here):
I’m not receiving any emails
- Check that the “Email Form Submissions” option is set to yes in General Settings.
- Try filling out a form with the “Use WordPress Mail Function” option set to “No”.
- Make sure the “Default From” email you are using within General Settings actually exists on your server.
- Try deactivating other plugins to make sure there are no conflicts
- If there is still a problem, contact your host. This plugin utilizes existing mail functionality on your server, it doesn’t create any new functions. If there is a problem, then it is with WordPress or your host.
I trust that you tried all of these other things? Lots of people who use Graphene also use this plugin, so I doubt that it is strictly a theme issue.
Mod
In reply to: Sidebar widget appearing at the bottom of the page and no longer on the side for all posts.
November 18, 2011 at 10:24 pm #19903I see a “categories” widget on the right on the front page and no widgets on a post. Have you activated Graphene’s alternate front page widgets?
Mod
A: Remove the excerpt thumbnail function entirely so I can use the Post Teaser plugin.
You can always try adding something like this to your custom CSS:
img.attachment-thumbnail,
img.size-thumbnail,
.wp-caption img {display:none;}I’m not sure of the exact code, but it’s something like that. Poke around a bit with Firebug; you’ll find it.
B: Modify Graphene’s native excerpt display function so embedded Soundcloud players display. If this works, I will disable the plugin.
Graphene has the ability to retain any sort of HTML tag in excerpts by going to Graphene Options >> Display >> Excerpts Display Options and entering whatever tags you would like to retain in the box labeled “Retain these HTML tags in excerpts”. You might try entering
<object>in that box to see if your Soundcloud player displays in the excerpts.Mod
Raindance,
I was watching this in the WP forums, as well. I couldn’t believe it when I saw it here with a little green icon. I’m bookmarking this for future reference.
Mod
Thank you. Yeah, I thought I had the submenu thing figured out, and then I changed to a custom menu, and it sent me back to the drawing board. (Your menus are really cool, btw.) I’ll have to write it up one of these days to help out others.
Mod
is there a way to change the class=”date” to class=”text” in the tables?
Maybe, but that would require editing the plugin code, not the theme code, because it’s the plugin that’s creating that table. You might want to try the plugin’s support forum, or by contacting the plugin’s creator.
Okay, CSS-wise, try something like this:
table.gf_directory .date {style;}which should only affect the “.date” class after it appears in a table of class “gf_directory”.If not, you might want to try a different plugin. What is it that this plugin does for you? Members in this forum might know of something better.
Mod
@Prasanna,
That was my first thought, too: this isn’t Graphene. I had to check the source, too. It just goes to show how flexible this fantastic theme is.
Kudos to you, pgorski
Mod
Mod
It is most likely a plugin conflict. You might want to try disabling plugins one at a time to see if that fixes it.
On the other hand, the code you are using in the top widget on the right side is very wonky. You might want to try disabling that widget first to see if that takes care of it.
Mod
Keep in mind that if you edit Graphene’s core files, you will lose your changes at the next update.
