alexd181
Forum Replies Created
-
Forum: Plugins
In reply to: [Plugin: ProPlayer] Player doesn’t show – php formatting errorI can’t believe I didn’t think of that. I had a plug in enabled that was stuffing up the code, it was “WP Unformatted” – I deactivated it and now it’s working fine.
Thanks for pointing out that this could be a problem. You saved me a lot of time.
Forum: Plugins
In reply to: [Plugin: ProPlayer] Player doesn’t show – php formatting errorNo because I run 2 websites on the same server, same settings and all (different theme tho).
The first works perfectly with Pro Player, but on the second one the code is messed up as I noted. I haven’t got a clue about how to fix it. I’m running MiniMoo theme on the first site (which works fine) and Thesis theme on the second one (which doesn’t display). I’ve configured both sites exactly the same.
It sounds like you may be on to something. Is there a setting in WordPress to set the quotes not to escape? I’m not sure how to fix it.
Forum: Plugins
In reply to: [Plugin: ProPlayer] Player doesn’t show – php formatting errorIt’s displaying fine when I put it in the code snippet above, but in my source view all the ‘ tags appear as ' instead
Forum: Fixing WordPress
In reply to: Newbie Q. summaries and templateThanks, that was helpful. I solved my first question on my own. Presentation >> Theme Editor >> Sidebar. Search for this line
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>
Anything under that seems to be only displayed on the home page, anything above it remains there any page with a sidebar.