Nope, sorry. If the mp3 has album art in iTunes, it should be automatically displayed below the player. Check your custom html to make sure you haven’t deleted this:
{block:AlbumArt}
<img class=”albumart” src=”{AlbumArtURL}” />
{/block:AlbumArt}
Nope, sorry. If the mp3 has album art in iTunes, it should be automatically displayed below the player. Check your custom html to make sure you haven’t deleted this:
{block:AlbumArt}
<img class=”albumart” src=”{AlbumArtURL}” />
{/block:AlbumArt}
You need to set that title manually. So at the top of the description of the photo you need to hit the html button and wrap a title in heading 2 tags. like: <h2>title here</h2>
Nah, that’s part of changing the YouTube embeds.
If you want to change that grey it’s going to take a lot of work. There are many, many slightly different shades of grey (and relating images) you would need to change.
Although, I think it looks nice with your custom background.
There is, but it looks a bit strange when you do. It’s supposed to just look like a shadow, not a highlight. Also, the little triangle indicator is an image. So for it to match you woud need to change that too.
But, the class is question. So you could add this to your custom css:
.question {
box-shadow: whateverhere;
}
Hey,
Nope, sorry I’m not going to do that. But it looks like you’re already most of the way there. Just grab a photo post, repeat it at the top and make the changes you suggested to it.
Sorry I don’t really know. Disqus seems to cause problems for some people and not for others. I’m pretty sure it’s an issue with disqus, not the theme though. Does it work if you switch to another theme with the test account?
Same as last time dude. Except .albumart instead of .portrait.
.albumart {
opacity:0.8;
filter:alpha(opacity=80)
}
.albumart:hover {
opacity:1.0;
filter:alpha(opacity=100)
}
It seems like you’ve turned off the YouTube player customisation somehow. But aside from that, it looks absolutely fine on my end. Could you send me a screenshot if you’re still having problems.
You should just need to put your Twitter username into the appropriate section under Advanced in Customise.
There shouldn’t be another step.
Have you customised the theme at all? I checked a few other blogs using the theme without any customisation and disqus displays fine.
Yeah adding this to your Custom CSS will do that. But it looks strange with the hover glow as well.
.portrait {
opacity:0.8;
filter:alpha(opacity=80)
}
.portrait:hover {
opacity:1.0;
filter:alpha(opacity=100)
}
Nope. Blogger started it, but they ain’t finishing it.