Kenneth John Odle

Moderator

Forum Replies Created

  • Mod

    In reply to: Rotating headers for ONE category?

    #19017

    Okay, from your second post, something like this maybe:

    Yup. Probably something like this:

    <?php
    if (is_category('blog' )){
    <?php include('path to script that will rotate header images'); ?>
    }
    ?>

    Throw that in your <HEAD> using an action hook (I know you already know how to do that.) Then, find a script that rotates header images. I’ve used this one before, I think. It’s pretty simple to implement, and the header images don’t even have to in your WordPress installation.

    Mod

    In reply to: Disqus balloon on top

    #19206

    SoundCloud is Flash? Yup, that might be the problem. If you have control over the SoundCloud player at all, there is a suggestion here that might work.

    Mod

    In reply to: Disqus balloon on top

    #19204

    That should work, unless there is something further done in the CSS that is overriding that.

    Mod

    In reply to: Disqus balloon on top

    #19202

    Or try adding it to the class.

    Mod

    In reply to: Disqus balloon on top

    #19201

    Not -1. Try a larger number: 10 or so.

    Mod

    In reply to: Windows Livewriter & Featured Image

    #19195

    I have no idea. I know of a few people who have tried Live Writer and liked it, so I tried it out just now, but found it very confusing. I couldn’t figure out how to set an image as a featured image. You can always go back to the “Edit” pane in WordPress and set the featured image from there, however.

    However doesn’t upload as the featured image in the blog section.

    Bingo. It may be possible that LW doesn’t support this WP function. idk.

    Not the answer you were looking for, I know. Sorry.

    Mod

    In reply to: Lost my 3rd column

    #19189

    Whoa…just noticed this:

    I’ve been modifying the templates

    Which templates? WordPress or Graphene? You really don’t want to do this — you want to use a child theme instead. (There are lots of instructions for that in this forum.)

    Mod

    In reply to: Lost my 3rd column

    #19188

    That [/end_tabset] is a closing shortcode, but I’m not seeing the opening shortcode anywhere. This is probably a plugin issue: either the plugin is faulty, or it’s confused by the fact that there is no opening shortcode.

    Mod

    In reply to: Disqus balloon on top

    #19199

    Okay, I didn’t see that before; now I do.

    Your CSS is a little difficult for me to follow, but what I can see is that the pop-up window you’re talking about is defined by this div:

    <div id="dsq-share-step-1" class="dsq-share-step" style="display: block ! important;">

    Try adding a z-index to either the id or the class (probably the class, but I may be wrong) to make it float on top. There’s a good intro to CSS layers here. Let me know how it goes.

    Mod

    In reply to: Embed Video Thumbnail in featured slider

    #19138

    That’s weird — it’s echoing a shortcode.

    Have you tried just placing the shortcode ([anything_slides]) on a page or post in the Visual Editor where you want the slider? I would try that and see if it works.

    If not, use a Graphene Action Hook Widget Area.

Viewing 10 posts - 5,091 through 5,100 (of 5,839 total)