MrBen
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Featured Image not working correctly after upgrading to 3.1Thank you – I had the get_ but I was missing
($pageChild->ID)all I had was empty( ). All working correctly now 🙂Forum: Fixing WordPress
In reply to: Featured Image not working correctly after upgrading to 3.1Sorry – the code should be:
<?php echo get_the_post_thumbnail(); ?>Not found an answer yet :/
Forum: Plugins
In reply to: [Plugin: Audio Player] Problems after updateHi.
Like iamjwal I’m also getting that error.
In the display tab of the settings I’m getting:
Warning: file(/var/www/vhosts/kallkwikleamington.co.uk/httpdocs/dev/ha/wp-content/themes//style.css): failed to open stream: No such file or directory in /var/www/vhosts/mydomain.co.uk/httpdocs/dev/ha/wp-content/plugins/audio-player/audio-player.php on line 789
Warning: implode(): Bad arguments. in /var/www/vhosts/mydomain.co.uk/httpdocs/dev/ha/wp-content/plugins/audio-player/audio-player.php on line 789
I checked out line 789 and it was:
$theme_css = implode(”, file( get_theme_root() . “/” . $current_theme_data[“Stylesheet”] . “/style.css”));I just added the theme name in front of /style.css
and the error message is gone. Hope that helps.
Forum: Themes and Templates
In reply to: IE7 problemRight – looks like I’ve fixed it. I had applied the margin and width to #page.
I removed the styles and created a container div out side of #page with the styles that #page used to have – and it works!
@groovysoul – if you still having issues are you applying and values to #page in your css?
Forum: Themes and Templates
In reply to: IE7 problem@esmi Thats a valid point (no pup intended!). Its been mad at work the last week so I’ve on just had chance to look into this again. All fixed now and it validates. I still have the same problem however.
Have just discovered that even in Firefox and Safari if you decrease the size of the window the text box moves below the left hand side bar!
If any one has clue I’m be very grateful if you could help/point me in the right direction.
My example page is here: http://www.kallkwikstratford.co.uk/dev/new-so/test-page/
Forum: Themes and Templates
In reply to: IE7 problem@groovysoul I’ve had a play with the widths and floats but I can’t seem to get it any better than it is now. Originally the menu was pushed below the side bar too but I managed to fix that.
I can move the text box using ‘relative’ but its not a very good solution as the text isn’t in the same place vertically when you visit a page with more text. ‘Absolute’ is no go if the screen is resized as its centered.
I’ll have to have another crack at it next week :/
@asbestos,,, Which version of IE are you using? It seems fine in IE8, its IE7 where it all falls down. And guess what the client uses!
Forum: Themes and Templates
In reply to: IE7 problemOh, I should add I’m using WP2.7, but I don’t think its a wp specific issue.
Cheers,
Mr BenForum: Themes and Templates
In reply to: 2nd column actually below first oneHi,
Did you fix this? It looks fine at my end.
Forum: Fixing WordPress
In reply to: WP 2.7 Can’t Log OutI was having this issue on a clients site – I disabled the Branded Admin plug in (http://kerrywebster.com/my-current-plugins/) and it all works again.
So, if you are having issues try going through you’re plugins and disabling them one at a time then try to log out.
Worked for me.