PhillShaw
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upload new media broken – 3.4.1*not image, I meant issue! It’s affecting my brain!
Forum: Fixing WordPress
In reply to: Upload new media broken – 3.4.1I have 20gb of space and have used close to 1gb so space ‘shouldnt’ be an image, I can ftp with no worries! I can access my media library absolutely fine and I have tried the standard non flash uploader but nothing is working? Would I find server error logs within my hosts admin panel?
thanks
Forum: Fixing WordPress
In reply to: website is downNo idea, who is your webhost? is it a server issue. have you contacted them?
Forum: Fixing WordPress
In reply to: Enable comments on Custom Post Typesok, i’ll try and make a start, thanks!
Forum: Fixing WordPress
In reply to: Adding Landing Page Templateok, an easy way without having to alter .php would be to create (or download) your landing page, calling it index.html or something similar, make the page as awesome as you like.
Then from your host admin panel (who is your hosting provider?) setup domain mapping so that whenever someone types the url http://www.yoursite.com into the address they are ‘landed’ on your site, just make sure that there is an obvious “Click here to enter site” button on the landing page that links to your blog/site.
This is the method I used for ages, and using a domain map not 301 re-direct helps the search engines out too.
Hope that helpsForum: Fixing WordPress
In reply to: Enable comments on Custom Post TypesOk I have now installed that plugin and it seems that I can now create custom post types. I have the theme installed that already has custom post types but I cant seem to see how to edit those using the plugin?
Any tips?
thanks for your help and the heads up!Forum: Fixing WordPress
In reply to: Enable comments on Custom Post TypesThanks for the heads up i’ll check that now!
Forum: Fixing WordPress
In reply to: White Screen of Death affter failed plugin activationhave you checked to see if there is an ominous .maintenance bak that has been created in the root?
Forum: Fixing WordPress
In reply to: Enable comments on Custom Post TypesOk, I have found where to insert
<?php comments_template( '', true ); ?>and now when I click on a review there is a piece of text reading “Comments are closed.” So I know that the single-review is prepped for comments, however, from the admin side when I write a new review (custom post type) and click screen options at the top there is no check box for comments to be activated. Any idea how I add this functionality to my custom post type?
Thanks,
Forum: Fixing WordPress
In reply to: Enable comments on Custom Post TypesThanks for the reply, I have tried adding
<?php comments_template( '', true ); ?>
to my single-review.php but I cannot figure out how to successfully implement this, I dont know where it is supposed to go. I found that call to comments_template in Twenty Ten.Here is my single-preview.php code:
http://pastebin.com/V5UFN4AAny help would be great!
Thanks,
PhilForum: Fixing WordPress
In reply to: Display site when .net is entered and not .net/blogNo worries, did you domain map or 301-redirect?
Forum: Fixing WordPress
In reply to: Display site when .net is entered and not .net/blogDo you have a control panel with your hosting provider? you can domain map to any folder within your hosting so that when someone types http://www.yoursite.com and not specifically http://www.yoursite.com/blog will be directed to the correct place. Or you can setup a 301-redirect to the url of your choice, in your case http://www.twistedskies.net/blog
Hope that helps a little.
sorry for the late reply, here is the pastebin of slide.php
Thanks for the reply,
Ok there are three file associated with the slide. Slide.php and 2 javascript files I cant see in wordpress editor but they’re present in >wp-content>themes>MY_THEME
Which is the relevant file?
Thanks,
Forum: Fixing WordPress
In reply to: Add category to a custom post type?great thanks for your time in resolving many issues I had, i’ll continue to investigate.
Phil