Forum Replies Created
-
Mod
Looks like the “Smart You Tube” plugin. Try disabling it.
Mod
Post formats are not meant to include content other than whatever they are meant to contain. In other words, you can add text to a video post, but it’s not meant to contain text, only a video. Post formats begin at line 1296 in the style sheet if you want to take a closer look.
The blue dots are because whatever plugin you are using for that formats it as an unordered list. The square blue dots are Graphene’s default list item bullets. This code should get rid of them:
#disqus_thread ul li {
list-style-image: none;
}Mod
Probably a plugin causing that image to appear. It is not a Graphene image.
Mod
Should the code above have been “content” instead of “context”? Could that be what’s causing the issues?
Yes, that is correct. Now I know what Josh was asking about. Sorry for the typo. I am going off to do forty head-slaps right now.
content-mainshould work.Talk about embarrassing!
Mod
Really? It’s that part of the
#contentthat isn’t sidebar: previous and next links, post/page content, comments.Here we go again…let’s see if it works
Mod
Or just use descendent selectors:
#context-main a,
#context-main a:visited {
color: #1772af;
text-decoration: underline;
}
#context-main a:hover {
color: #074d7c;
text-decoration: underline;
}This will target links in just the main context area, where posts and post excerpts appear.
Mod
@yogot7r: It appears that you have issues with your permalinks. See this post in the codex to see allowed tags: http://codex.wordpress.org/Using_Permalinks
@kayb: I don’t see this problem anywhere on your site. Please do not hijack current threads; feel free to start a new thread for a new issue. (Also, you have it spelt DCMA in your footer, but DMCA on your page.)
Mod
@kayb – moved to plugin suggestions. There are a handful of Amazon wishlist plugins. Which one are you thinking of and in what way does it not work with Graphene?
Mod
If you have a caching plugin, you will need to flush the cache before you see changes. It’s a good idea to turn off all caching plugins before your start making changes, so that they show up right away.
Cool site, BTW.
Mod
Yes, there is a better way. Use a custom menu to control exactly what appears in your menus. Here is a tutorial: http://blog.kjodle.net/2011/08/25/how-to-create-and-use-custom-menus-in-wordpress/
