owain182
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Help with custom post type – taxonomies, custom fieldsThat’s great, thanks so much!
Managed to play around with it a little, and it seems to be working now.The next thing I have to work out is whether I can make the custom fields have their own box underneath the main content, rather than having to add them from the dropdown each time.
Also, if I want to get rid of the description in the posts page and search results page, should I be changing the loop.php to show an excerpt instead?
Forum: Fixing WordPress
In reply to: Help with custom post type – taxonomies, custom fieldsThanks, I’ll try it out now.
I did try the custom field search plugin, but it seemed to only bring back results that were posts. I set up the fields as I wanted it, but when I searched I would only get blog posts coming back.
I tried changing it, but didn’t get very far!
Cheers
Forum: Themes and Templates
In reply to: Customize how posts are displayed on post pageOk I’ve solved the problem of customizing how posts are displayed on the page. I forgot to look in the look.php file!
The other problem is wanting the custom post types to show only the excerpt, whereas regular blog posts show the whole thing.
I’ve got a ‘blog’ page where regular blog posts will show in full, and I have a ‘jobs’ page where I want a list of all jobs with the job title + excerpt only
Any ideas?
Thanks
ok,
I thought I had solved it, but it seems like maybe I haven’tI’ve just checked it somewhere else using IE and the flash doesn’t seem to work at all now!
I’ll have another play around, and see what I can do with regards to the IE issue but it definitely seems to be something to do with the base/paths
Any other input would be much appreciated
I’ve solved it! I’m not sure exactly how, but I tried a couple of different things and it now seems to be working.
Many thanks for your help JPry, you definitely got me on the right track and pointed me in the right direction.
I added a <base> tag to the head of the page, and changed the Kimili settings and it seems to have worked. I noticed that if I replaced the swf with a jpg it wouldn’t work either, so there was a problem with the paths somewhere. Anyway the base tag seems to have solved it
Thanks!
Can I check what you mean about point 1. What do I need to change with regards to the homepage?
As for 2, would that be in the ‘base’ setting? I’ve changed the base to ../flash/ (I don’t think I need the /folder/wordpress/ before it )
Or do I need to actually move/create a new folder?Thanks once again!
Ah that’s a good point. No it doesn’t work that way
the root page works, but the permalink to the home/root page doesn’t work
I very much appreciate your help with this! Thanks
I’ve tried the shortcode for the same swf file.
On the homepage it works fine, and shows up in the content
In another page (with permalinks on) nothing comes up. If I press right click the flash menu says ‘movie not loaded’
It’s frustrating as it’s probably something really simple that needs changing, but I don’t seem to know what else to try!
I’ve tried a couple of different settings for the base
as the wordpress site in a subfolder at the moment I used this for the base
http://www.mywebsite.co.uk/client/wordpress/flash
Inside the flash folder I then put the xml file, the images and the swf file
The flash file is then ‘file.swf’
I don’t know if the base is the right way to do it, and I also wasn’t sure where it would automatically think the root was.
I’ll try embedding it into a post or a page now
many thanks for your help
sorry for the double post!
Using the kimil flash embed plug in, in the actual header file all I put is:
[kml_flashembed movie="filename.swf" width="800" height="200"]If I view the page source, this is what it generates
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" id="fm_filename_32062554" class="flashmovie" width="800" height="200"> <param name="movie" value="filename.swf" /> <!--[if !IE]>--> <object type="application/x-shockwave-flash" data="filename.swf" name="fm_filename_32062554" width="800" height="200"> <!--<![endif]--> <!--[if !IE]>--> </object> <!--<![endif]--> </object>There’s also these options in the settings page of the plug in
http://kimili.com/images/121.pngBut I’m not sure whether any of them should be in the header code. As it is now, with the code above it works fine on the homepage and if I turn off permalinks it works on every page.
Thanks!
OK I’ve tried a few different options, I’ve also moved the flash files into a specific ‘flash’ folder in the wordpress root ( ie. mysite.com/folder/wordpress/flash )
This setup workis fine with the kimili flash embed as long as permalinks are off, once I try and use permalinks (/%postname%/)the homepage works but on every other page I get a blank space and ‘movie not loaded’It’s obviously a link issue somewhere, but I haven’t used flash enough to know how it uses links. I have a swf file, an xml file with links to images, and an image folder (for the header image slideshow) there is also an fla file, but I’m not sure whether that’s needed in this case?
Would there be any links in the swf file itself? The XML has a relative link to the image folder, and then “image1.jpg”, “image2.jpg” as links to the images inside the folder.
Does anybody have any idea what I can try and change? Hopefully it should be something straightforward, as the permalinks seem to be causing the problems – but I can’t seem to remedy it!
Many thanks
Forum: Fixing WordPress
In reply to: Permalinks not working on windows serverAny other ideas, I’ve got it working with /index.php/ but the guy who’s site it is would much rather without as it is going to be a website rather than a blog
I tried a plugin that was meant to get around it, but that didn’t work either it just stopped my /index.php/ permalinks from working aswell
Anything else to try would be much appreciated, I saw there was a couple of things in the official wordpress guide but wasn’t sure whether I’d be able to do the IIS 7 mods
Forum: Fixing WordPress
In reply to: Permalinks not working on windows serverThanks, yeah I realised about the .htaccess but it didn’t click straight away
I can get the almost pretty permalinks to work with /index.php/ but was hoping there was a way i could bypass that bit!There’s a lot I’ve read about the IIS and there being several things you can install to get rid of it, but am not sure whether I can do that with my setup
I shall have another read now
Cheers