Forum Replies Created
-
Mod
Exactly. Most forums have a way to post code without it being rendered or parsed by the browser, which can sometimes interfere with how people read it. It depends on the browser.
Mod
Now you got it… 🙂
Mod
Audio, video, and image post types are not really meant to display any text. The focus is to be on the video, image, etc. You can add text, but you will need to modify the css for these types of post via the custom css or a child theme.
Ken
Mod
But only do this via a child theme or in custom CSS, or when the theme is updated again you will lose your changes again. It is not recommended to alter theme files.
Josh, you can put code between backticks (on the ~ button) to prevent them from parsing.
Ken
Mod
In reply to: Activating Child theme and moving over parent css changes
September 29, 2011 at 7:04 pm #17300I wondered if there was a way I could identify the changes I have made in the parent theme
Not that I’m aware of. It helps to have a text editor that shows lines numbers, and will allow you to have multiple documents open in tabs. I like notepad++. I open the theme stylesheet in one tab, my modified version in another, and then a blank document in a third. I go through the first two line by line, and then copy and paste any code changed into the blank document.
You need to make sure to change the name of both the folder and the name (in the style.css file) of your child theme. If you upload it to your theme folder, it should show up in alphabetical order according to the name on the style.css sheet. However, instead of seeing the theme preview, you should just see a grey square.
If you don’t see your child theme, check the bottom of the theme pane. It will inform you of any broken themes and the issues they are having.
Cheers,
Ken
Mod
In reply to: sidebar widgets showing up UNDERNEATH all of my posts help!!
September 28, 2011 at 7:59 pm #17264Looks fine to me. Did you get this resolved? If not, try refreshing your browser.
Ken
Mod
BUT it justifies the whole blog content, including the right section
That’s because the content is basically everything between the header and the footer. Try something like this:
.entry {text-align:justify}That targets just the post content.
Good luck!
Ken
Mod
Not a theme issue, but easy to fix. You just need to update your version of WordPress to at least 3.1. The new version of Graphene is calling a function which wasn’t available until 3.1.
Good luck and welcome aboard,
Ken
Mod
Very nice. I would definitely add a bit of text shadowing to your site title and site description to make it stand out from the header image.
Thanks for sharing,
Ken
Mod
You might want to take a look at how some other sound providers organize their sites. I especially like how the Free Music Archive organizes things. If you visit my blog, I’ve got a list of other sources of podcast safe music, some of which are organized very well and some of which aren’t. That might give you ideas.
Cheers!
Ken
