Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Access denied to /themes/graphene/js/PIE.php

    #24640

    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

    In reply to: CSS for a single page

    #24647

    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 .home class, there is also:

    .archive for tag and category archives

    .child-page for 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

    In reply to: Access denied to /themes/graphene/js/PIE.php

    #24638

    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

    In reply to: Slider issue

    #24643

    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

    In reply to: CSS for a single page

    #24645

    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

    In reply to: Youtube ebed

    #21664

    You don’t need to use the iframe code from YouTube to embed a video. Just insert the URL of the video and WordPress will embed it automatically, and usually without issues.

    http://codex.wordpress.org/Embeds

    Mod

    In reply to: Menu Bar issue with deepWidget addon after v1.6 upgrade

    #24613

    You 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

    In reply to: Image Allignment

    #24566

    umm….okay. Can you provide a link to a page where this is an issue? A screenshot?

    Mod
    Mod

    In reply to: Twitter Widgets

    #24555

    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?

Viewing 10 posts - 4,271 through 4,280 (of 5,839 total)