lukeprog
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: trying to change php.ini to upload larger filesDoes anyone have a fix for this? I get the same error and can’t restore my entire WordPress blog!
Forum: Everything else WordPress
In reply to: wordpress and “ol start”Still no fix for this?
Forum: Installing WordPress
In reply to: form in blog post not workingI can’t seem to edit the original post, so:
I have included some JavaScript and a form in my WordPress blog post. The whole thing works great when it’s a standalone HTML page, but when I make it a WordPress post the “Highlight” (submit) button doesn’t work.
I suppose the WordPress formatting or markup is breaking things. But I use the text control plugin and my form still doesn’t work even when I remove formatting and character encoding.
How can I get my “Highlight” button to work?
Below is the working HTML file, followed by the WordPress blog code (the only difference is that the WordPress code lacks tags like:
<html> <head> </head> <body> </body> </html>
)Here’s the HTML file, try it for yourself:
https://wordpress.pastebin.ca./684541
And here’s the non-working WordPress code:
https://wordpress.pastebin.ca./684542
Any ideas?
Forum: Fixing WordPress
In reply to: How to not send updates to my feedIs this impossible, then? Is it a fault of WordPress, or of RSS in general, or what?
Forum: Fixing WordPress
In reply to: Want to add Google Adsense in between posts!Nevermind. My site just took a while to update. It’s working perfectly.
Forum: Fixing WordPress
In reply to: Want to add Google Adsense in between posts!Thanks, dopecoder.
I used your technique, but I added the Adsense code
<?php if ($count == 1) : ?> AdSense Code 1 <?php elseif ($count == 2) : ?> AdSense Code 2 <?php endif; $count++; ?>
(using my Adsense code, of course) right above the
</div>
corresponding to the<div class="entry">
because I wanted my ads to appear right after the “Continue reading this post” links on my front page. However, nothing is showing up. I can’t see why this modification of your technique wouldn’t work properly. Any hints?Forum: Fixing WordPress
In reply to: Read more not workingI switched themes and now it’s working. Apparently my theme was breaking the Read More functionality.
Forum: Fixing WordPress
In reply to: Read more not workingDianeV, why do you think the more Quicktag isn’t working for me, then?
Forum: Fixing WordPress
In reply to: Read more not workingSo, how can I achieve partial posts or summaries?
Forum: Fixing WordPress
In reply to: Full-feed but partial-post front pageNobody knows?
Forum: Plugins
In reply to: Subscribe to Comments text not showingThe checkbox shows up only when I’m not logged in. Any idea why?
Forum: Fixing WordPress
In reply to: line breaksThanks, gfindlay. Your plugin works quite well.
Forum: Fixing WordPress
In reply to: line breaksI can’t for the life of me add a simple blank line. I’ve disabled the rich text editor and tried to add blank lines with
or
but to no avail; WordPress just squished them all into nothing. Do I have to edit my CSS or something? I’m using the BOB WordPress template. Here’s the stylesheet:
[moderated: big ol blue’s stylesheet removed]
Thanks to anyone who can help. I can’t believe how hard it is to add a blank line!
Forum: Fixing WordPress
In reply to: Don’t send typo fixes to RSS feedsExcellent. So this is a feed reader issue, not a WordPress issue. If there’s nothing I can do about it, then I won’t. Thanks!
Forum: Fixing WordPress
In reply to: Don’t send typo fixes to RSS feedsNo, feeds. Like, if I’m subscribed to my own RSS feed on a WordPress blog, and I make a new post, the new post will show up in my aggregator. Then let’s say I edit that post to fix a typo. It shows up in my aggregator AGAIN! How do I tell WordPress not to send minor changes like typo fixes to the aggregator again?