Drew Baker
Forum Replies Created
-
I figured out that it works in version 6.1.17 of your plugin. So something changed between now and then.
The custom colors work on fine on the simple theme.
Hey Viper,
Yeah I checked that, no joy.Here is a screen shot:.
http://www.popmag.com.au/files/drew/viper.gifIn that shot I have my mouse over the button that is blue (it should be red). Also, the control panel background is grey, it should be white.
Forum: Plugins
In reply to: Adding posts to sidebar with custom codeBump. Anyone?
Forum: Fixing WordPress
In reply to: Adding posts to sidebar with custom codeBump. Anyone?
Forum: Fixing WordPress
In reply to: Displaying Post(s) on Sidebar.Hey Guys,
This little piece of code is exactly what I’ve been looking for!Although, I am having some issues. I’m trying to use it to show a post’s content on the sidebar, with that posts title and links to go to the previous post from that category (preferably in the sidebar). I’m real close to getting it to work, but the posts title just shows up as the title of the page I’m currently viewing and the prevous/next links don’t show up at all.
Here is the code I’m using:
<?php $postlist = get_posts('category=438&numberposts=2'); if ($postlist): foreach ($postlist as $post) : setup_postdata($post);?> <div class="posttop"> <?php the_title(); ?><br /> </div> <?php the_content(); ?> <?php next_post_link('%link', '« Next Video'); ?> <?php previous_post_link('%link', 'Previous Video »'); ?> <?php endforeach; endif; ?>Excuse my lack of PHP knowledge, I’m learning (slowly).
Thanks for the help!
Forum: Plugins
In reply to: [Plugin: AsideShop] I want asides from categories showing up on the sidebarHey ghmercado, I too am looking for a way to add this plugin to my sidebar. Did you figure out a way? I’m using sideblog at the moment, but its not nearly as customizable as this plugin.
Forum: Fixing WordPress
In reply to: Blank white screen when inserting image,I still get this problem, sometimes with only one tab open. It’s so strange. I just tried it with FF BETA3 RC2 and it’s the same problem, so I am stumped as to what causes this problem.
Forum: Themes and Templates
In reply to: Body Background Flash then DisappearI started the coding again from the start and never had the problem again. Must have been some bad CSS I did.
Forum: Fixing WordPress
In reply to: Blank white screen when inserting image,Well, it seems to work if I have just one tab, and one browser window open. It’s pretty annoying, but not as bad as using IE7! (And I’m not using the no flash plugin, just flexible upload).
What a strange problem. Does anyone else seem to get this, and what could it be?
Forum: Fixing WordPress
In reply to: Disable Subdomain RedirectThanks for the help Ivovic. That sub domain setup you talk about is not the way MediaTemple do it, but thanks anyway. This is the instructions I was following. http://kb.mediatemple.net/questions/24/%28ss%29+Working+with+Sub-Domains
Turns out that this is an old document that hasn’t been updated. A quick call to the MediaTemple 24/7 tech guy and its working now (I love mt).
The problem was that the sub-domain folder forums.mydomain.com.au needs to have a HTML folder in that, which wasn’t mentioned in that document (unless the update it as per my request).
Thanks again anyway.
Forum: Fixing WordPress
In reply to: Add mediaDoes this seem like a simalar problem to this one I’m having?
http://trac.wordpress.org/ticket/6745#comment:4Although the thumbnail problem sounds like perhaps it could be the images fault. Do you know/use photoshop? Try changing the image to a 16-bit color mode and then try. I’ve had problem where thumbnails arn’t created becuase of that.
Have you tried the steps listed here?
If so, then your probably in the same boat as, and there really isn’t much help for guys like us.
Forum: Fixing WordPress
In reply to: Blank white screen when inserting image,No I haven’t tried that plugin. I’ll give it a go. Do you use any other upload plugins? I use Flexible Uploader (I get the same problem if thats disabled), but I wonder if I can use both Flexible and the No Flash plugin together (I doubt it).
Forum: Fixing WordPress
In reply to: Blank white screen when inserting image,Thanks for the help rlovison.
Unfortantly it doesn work for me using the one tab open workaround. I’m going to try FF3BETA later tonight, maybe that will help. It’s real annoying that it doesn’t work.
I still haven’t figured out how to get it to display right with IE7 yet either. It’s still half off the bottom of the page.
Thanks anyway.
Forum: Fixing WordPress
In reply to: Blank white screen when inserting image,Is anyone else having this issue? It seems like at least a few people are over here. I’m stuck using IE7 half off the bottom of the page at the moment.
Forum: Fixing WordPress
In reply to: 2.5 – Media Upload – Are You Sure You Want To Do This?I am getting this exact isssue. I don’t have any of the plugins on that list, but I do use a bunch of them. I’ll test later.
Although, it works in IE7, just not FireFox. Which is strange. Any ideas why that might be? Also, in IE7 the popup window is half of the bottom of the page, but at least it lets me embed images.