Forum Replies Created
-
Mod
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
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
That should work, unless there is something further done in the CSS that is overriding that.
Mod
Or try adding it to the class.
Mod
Not -1. Try a larger number: 10 or so.
Mod
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
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
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
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-indexto 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
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.
