lukeword
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Want to add sidebar all pages w/twentyeleven & marketpressFantastic.
The Twenty Eleven Theme Extensions plugin solved my problem quick and easy.
Thank You,
LukeForum: Fixing WordPress
In reply to: Comments RSS Feed for all PostsSo I added this to the sidebar and I got exactly what I was after:
<li><img src="https://www.<em>link to rss icon image</em>" border="0"><a href="<?php bloginfo('comments_rss2_url'); ?>" title="<?php _e('The latest comments to all posts in RSS'); ?>"><?php _e('Comments <abbr title="Really Simple Syndication">RSS</abbr>'); ?></a></li>
Perfect.
LukeForum: Fixing WordPress
In reply to: Comments RSS Feed for all PostsIn the codex support I found an article that showed me that adding this code would get the comments feed that I’m looking for.
‘<?php bloginfo(‘comments_rss2_url’); ?>’
I’ve added it to my sidebar, but the bookmark fails to load.
Do I need to add this somewhere else in the template?
Any ideas would be appreciated.
Thanks,
LukeForum: Themes and Templates
In reply to: Remove “tags” list under PostsSo I had to remove this code from both the single.php and the index.php:
‘<p class=”post-tags”>
<?php if (function_exists(‘the_tags’)) the_tags(‘Tags: ‘, ‘, ‘, ”); ?>
</p>’And now my tags are not showing under the post (one the homepage or the permalink page.
Thanks,
LukeUsing Paalam theme by Sadish
Forum: Themes and Templates
In reply to: How to remove tags in sidebarPerfect!
Thank You,
LukeForum: Everything else WordPress
In reply to: where’s the .php?Thanks so much!
I tried so many things and failed over and over.
Yes, I needed to wrap everything in the- and all worked out well.
Thank you!
Luke
Forum: Everything else WordPress
In reply to: <br> or <p> issue (no more spaces between paragraphs)…I also have this issue with a page.
I have a movie playing with the tag:<embed src=”wp-content/uploads/2008/02/start.swf” height=”220″ width=”340″></embed>
The I have a sentence after the movie (I preferredthe sentence above the movie, but it got scrambled).
When I add line breaks <br><br> I don’t actually get line breakes. Also when I go back to view the code they are gone.
The catch is, I don’t know code for crap (I’m trying hard, but reality says it will be a while..).
I don’t think turning off the regular view is an option for me.
Is it possible to get a couple of line breaks between my movie and my sentence?
Thanks,
LukeForum: Everything else WordPress
In reply to: stop .swf loopingI’m not quite there yet.
So by adding loop=”false” at the end of my movie script (in the sidebar of my theme) I have stopped the flash movie looping for Firefox (pc & mac), Safari (mac $ pc), BUT in IE7 the movie is still looping.
If anyone has ideas for me I’d love to hear them.
Thanks,
Lukewebsite:
https://www.calhouncycleshopcast.com/movie code that is being added to the sidebar (coffee cup theme):
—————————————————-
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0″ width=”185″ height=”144″ title=”suzu”>
<param name=”movie” value=”https://www.calhouncycleshopcast.com/wp-content/uploads/2008/02/suzu.swf” />
<param name=”quality” value=”high” />
<embed src=”https://www.calhouncycleshopcast.com/wp-content/uploads/2008/02/suzu.swf” quality=”high” pluginspage=”https://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”185″ height=”144″ loop=”false”></embed>
</object>—————————————————-
Forum: Fixing WordPress
In reply to: New Installation RSS just doesn’t workHelp finding feed URL in templates??:
Can someone give me a clue as to where I might find the link that is controlling where the RSS goes?
I think I understand what is being said in this thread, but I’m really getting tired of searching for the feed URL.
I’d like to find it so that I can try and remove the “feed:” to see if that makes it possible for RSS to load in Safari (which it won’t now).
LukeForum: Everything else WordPress
In reply to: rss & Beautiful SunriseI’ve removed, added, modified and toyed with this more than I should (note to self: “slow down you idioté!).
I have a tendency to experiment too fast and too much when I have no idea what I’m doing (I know, makes zero sense).
So now I thought I was back to square one, but when I click the “RSS” that I added to the sidebar I get the message:
—————————————————–
XML Parsing Error: xml declaration not at start of external entity
Location: https://www.calhouncycleshopcast.com/?feed=rss2
Line Number 3, Column 1:<?xml version=”1.0″ encoding=”UTF-8″?>
——————————————————-
Bummer as I think I basically had the RSS working at some point (though it never worked in Safari and that’s why I kept tweaking).
If you have any ideas I’m open to trying them.
If you tell me I screwed up and need to erase and start over, I’ll put my tail between my legs for a third time and do that.You mentioned using the plugin Feedburner. Are you referring to Genki Feedburner SiteStats?
I just want to be clear about this before I jump (I’m trying to learn from my mistakes:).
Thanks,
LukeForum: Plugins
In reply to: WP-SWFObject issuesI never got swfobject plugin to work for the sidebar movie (swf), but I did get this code to work for it:
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0″ width=”150″ height=”200″ title=”Petite Anglaise”>
<param name=”movie” value=”https://www.catherinesanderson.com/banners/bed_uk.swf” />
<param name=”quality” value=”high” />
<embed src=”https://www.catherinesanderson.com/banners/bed_uk.swf” quality=”high” pluginspage=”https://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”150″ height=”200″></embed>
</object>Forum: Fixing WordPress
In reply to: Comment time stamp not workingHow did this get resolved?
Thanks,
LukeForum: Everything else WordPress
In reply to: stop .swf loopingBeautiful!
Just adding loop-false worked.
Thank You Very Much.
LukeForum: Plugins
In reply to: .swf in sidebarI’m not experienced enough to give any ideas on what you’ve done so far, but I cn show you what worked for me:
I use Beautiful Sunrise Theme (this is a widgetized theme) and I got code from this website for my sidebar swf:
https://www.petiteanglaise.com/banners_uk/I inserted the code into the Editing sidebar.php (for me this was wp-admn/presentation/theme editor and then clicking the sidebar link.
This is the code that worked for mine:
<object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”https://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0″ width=”218″ height=”164″ title=”suzu”>
<param name=”movie” value=”https://www.calhouncycleshopcats.com/wp-content/uploads/2008/02/suzu.swf” />
<param name=”quality” value=”high” />
<embed src=”https://www.calhouncycleshopcast.com/wp-content/uploads/2008/02/suzu.swf” quality=”high” pluginspage=”https://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”218″ height=”164″></embed>
</object>I tried using the plugin SWFObject, but I couldn’t get that to work unless I was using it in a post.
Luke
Forum: Everything else WordPress
In reply to: Help inserting image in headerThanks for the pastebin tip.
I’m not in need of this anymore because I jumped over to Beautiful Sunrise with a customizable header image plugin.
It works well and allows me to get on with figuring ouot oh, so many more things about WP.
I’m having a blast, but seem to get close to drowning frequently.
Luke - and all worked out well.