waramp22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Flash Movies Not Appearing in WP Feed…Im in your same boat. Just started my first blog. RSS Flash video clips worked for a week and then stopped. I searched for about 5 days until i figured out how to manually get them working.
Not sure if this is the same problems your having or not…Heres what they give me in the RSS feed with flash clip eg:
var so = new SWFObject(“http://flash.primecups.com/player.swf?MMplayerType=PlugIn&flv_source=http://flash.primecups.com/sylvia_b_trailer.flv&jpg_source=http://images.perfectgonzo.com/mg/content/primecups.com/sylvia_b/movies/images/scene_flv.jpg&moviepart=0&webmasterID=936793&campaign=&exit=n&siteID=21&indexxxed=false&model=sylvia_b”, “swf_974”, 454, 402, “7”);
so.write(“swf_974”);
so.addParam(“allowFullScreen”, “true”);
so.addParam(“swLiveConnect”, “true”);
so.addParam(“quality”, “best”);
so.addParam(“scale”, “noscale”);
so.addParam(“menu”, “false”);This is what i need to add manually to get them working.
Above code:<script type=”text/javascript” src=”http://images.perfectgonzo.com/pov/swfobject_source.js”></script>
<div id=”swf_974″></div>
<script type=”text/javascript”>Below Code:
</script></div>Forum: Fixing WordPress
In reply to: Cant load wp-login.php WordPress TroubleshootingWow its amazing how fidgety this software is. Learning slowly. In function.php i went to the bottom and made sure there wasnt any empty spaces by hitting delete a few times. Now my blog opens perfectly.
Forum: Fixing WordPress
In reply to: Flash Movies Not Appearing in WP Feed…Same problem.Worked for a week and now all i see is the code. Bump
Forum: Fixing WordPress
In reply to: How to remove “Contributors” widget from sidebar?Hey, im having the same problem. Except when i go to Blogroll -> select “contributors” category, check all and delete, it delete the syndications themselves.
Are you sure you deleted the contributors from the blogroll and not the syndications as well?