orangeacid
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: The official WordPress plugins site is live!Unfortunately I have a huge number of exams, coursework, and gigs and gig practices to get through before I can work on my site, regretful as that is.
I would love to help, but I couldnt help to notice that http://wordpress.org/extend/plugins/ isn’t part of the codex. Correct me if I’m wrong?
Forum: Requests and Feedback
In reply to: The official WordPress plugins site is live!I know, if you read the post then you’ll notice that I know that the codex is open. I know that anyone can edit. I know that anyone can ‘build a plugin resource’. I didn’t suggest that you should host on wp-plugins.net.
Sorry, perhaps I wasn’t clear enough. I was commenting on how the offical plugins section, IE http://wordpress.org/extend/plugins/, is incomplete – as far as outsiders can tell dead – and yet for months has _promised_ that it will be ready ‘very, very soon’.
Oh, no, actually that didn’t solve it at all 🙁
I think I have resolved the issue on on homepage, by changing the PHP Require into a PHP Include. I would like to apply this change to my blog, but the pages are fetched using a wordpress function and I’m not sure how to change this. What would I do to change
<?php get_sidebar(); ?><?php get_footer(); ?>
Into the PHP
<?php include'http://www.orangeacid.net/blog/wp-content/themes/orangeacid/sidebar.php'; ?>
?
Nope, just checked and its any post 🙁
Tried making all your images a fixed size that is well within the containing div ?
I have only one image within that div, and that is inside a post (which is in another div) and has its width and height specified locally.
You’ll need to visualise that. I looked at your site 3 times and re-read your message. The site at present looks fine, but it doesn’t show the visual imperfection, not even in Firefox.
Sometimes you can refresh it 8 or 9 times and it looks fine, and then it will look almost constantally wrong for the next 10 minutes.
I have also noticed, however, that this sometimes happens on my homepage, which isn’t wordpress-erized. The homepage is the only page on the website save for my blog that is in PHP, leading me to belive that this is a php-based error. Perhaps this isn’t the right place to ask this, but I’ve asked in so many other places and no-one seems to be able to see whats up 🙁