Forum Replies Created
-
Mod
I’m not seeing it in IE9. Which version are you using?
Are you talking about the slidedeck images? If so, when I click on one it takes me to the page it’s linked to without any problems.
The support for SlideDeck is here: http://www.slidedeck.com/support-policy/
I don’t know if there’s anything about an IE issue there.
Mod
Just to further blow your mind, each page/post has a unique ID that’s attached to the
<body>tag, so you can target others that way.In addition to the
.homeclass, there is also:.archivefor tag and category archives.child-pagefor child pages (I think)I had a post in the last few weeks about this, but can’t find it. But poke around in the stylesheet and use Firebug and you’ll find them all.
Mod
Well, I’m not quite sure why you linked to that file…
Yeah, IE never displays things the way Chrome and Firefox (real browsers) do. The question is: what is not working? Do the links not work properly? Is something displaying incorrectly?
Mod
Ideally I would love to just have the images as they are and the headline for the post but no option seems to allow me to do this.
Do you mean no text at all, except for the headline?
Add this to you child theme css or custom css:
.slider_post_entry p {
display: none;
}Mod
The home page has a class of
.home. To change any feature on just that page, prefix any code with that class. E.g.:p {color:blue;}
.home p {color:red;}The first line will change the text of all paragraphs to blue, but the second line will change the text of all paragraphs on the home page to red.
You can also see this:
https://forum.graphene-theme.com/graphene-support/adjusting-the-colour-of-links-within-just-posts
Mod
You don’t need to use the
iframecode from YouTube to embed a video. Just insert the URL of the video and WordPress will embed it automatically, and usually without issues.Mod
In reply to: Menu Bar issue with deepWidget addon after v1.6 upgrade
February 21, 2012 at 11:11 pm #24613You need to increase their z-index to something greater than 600. This may be a setting in the widget setup, or you may need to add it to your custom CSS. Also, check the deepWidget site.
Mod
umm….okay. Can you provide a link to a page where this is an issue? A screenshot?
Mod
Mod
Your Twitter widget is working fine to me right this moment (3 minutes after your post, but it looked fine earlier today, as well). Could this be some sort of firewall setting on your end? Have you looked at your site from a different computer/ISP? Have any of your readers mentioned this to you?
