voddie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wrong post dateTry editing the publish date, the ‘edit’ link at the side of the date, in your case, March 24 2008.
The bottom date was the last time you editted the post, the published date wouldn’t change just because you edited it, you need to edit the published date yourselfForum: Fixing WordPress
In reply to: modify the wordpress /page permalinkYou could edit the ‘permalink’ on the page view, just below the page title
Forum: Plugins
In reply to: [Plugin: podPress] Podcast not compatable with WP 2.6I have exactly the same problems.
I set up Podpress 8.8 in my WP2.5.1 install and everything worked fine. I upgraded my WP to 2.6 and now I cannot write a new post, new page or even edit a post/page without IE7 crashing.
I have tried looking on the forum for podpress but their server seems to be down.
Anyone got any work arounds until this issue is rectified?
Thanks in advance
Voddie
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] IE7 image problem displaying file names…Sorted it
Look in thickbox/thickbox.css
Around line 50, change
- all
the below
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}To this (cut’n’paste it all) and the orginal one will still be there but highlighted out for reference.
/* Orginal install css
#TB_window {
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
top:50%;
left:50%;
}
*/
#TB_window { /* my IE7 Hack*/
position: fixed;
background: #ffffff;
z-index: 102;
color:#000000;
display:none;
border: 4px solid #525252;
text-align:left;
bottom:10%;
left:50%;
}Sorted my problem, see https://www.at-cad.co.uk/site25/
Hope it helps
Voddie
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] IE7 image problem displaying file names…It has something to do with IE7 and how it shows.
Fiefox and Opera seem to cope with the CSS well, whereas IE7 completely screws it up.
This plugin requires a fix for IE7 just as it has a hack in thickbox/thickbox.css for IE6
Could someone please help?
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] IE7 image problem displaying file names…Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] IE7 image problem displaying file names…Hi
I am experiencing the same problem too. The plugin works great for me except in IE7, I have viewed both my site and takkischitt’s in Firefox and everything works as should be see link below
https://www.vodrive.com/site25/
I am experiencing the exact same problem when using the flash uploader in Media Library when trying to add media, the upload box appears half way down the page and the lower controlls are inaccessible. Again this works fine in Firefox
Anybody got a work around to cope with IE7?
Thanks in advance
Voddie
Forum: Fixing WordPress
In reply to: Media Library assistanceFunnily enough I have install the Firefox browser and the upload box actually appears in the middle of the screen!
Forum: Themes and Templates
In reply to: Sidebar full heightIn CSS there is the sidebar and within the sidebar the l_sidebar.
Ive tried the bg image and your code being in both the sidebar and l_sidebar css properties and it does’nt change anything.
Thanks for the suggestion tho.
Voddie
Forum: Plugins
In reply to: Kimili Flash EmbedUpdate:
Ive managed to get hold of the Kimili plugin.
I lost the wp-swf in favour of this plugin because you can insert flash easily in the main template as well as in posts/widgets.
Definitely a fine plugin
Voddie
Forum: Plugins
In reply to: Kimili Flash EmbedThanks for that!
Ive already found another plugin for flash, and it worked first time.
wp.swf (https://flashblog.univ-reunion.fr/?page_id=15)
Very easy to install and use
Voddie
Forum: Fixing WordPress
In reply to: Problem with custom 404 pageGot the email working, but the wrong return address is still a problem
Forum: Fixing WordPress
In reply to: Problem with custom 404 pageAnother point I have noticed, it doesn’t send an email to the admin email as directed
Forum: Fixing WordPress
In reply to: htaccess and permalinksHi
Thanks for that
Voddie
Forum: Fixing WordPress
In reply to: htaccess and permalinksHi
Thanks for the help, a newbie to WP, where exactly do I add my custom line?
Voddie