alda
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do I add a dividing line in sidebar?Hi,
I’ve tried going through these steps as best I could (adding the code …
#right_sidebar hr {
Height: 1px;
width: 80%;
color: #dddddd;
background-color: #dddddd;
}… to the style sheet (style.css) in the /*—:[ sidebar styles ]:—*/
section (that’s the closest thing I could find to the description given).I then went and added <hr></hr> to the sidebar section, but … there is still no change.
I had no idea this was so difficult!
Can anyone tell me what I’m doing wrong?
Forum: Fixing WordPress
In reply to: Does migrating blog affect my feed?Thank you Otto. That worked perfectly.
Forum: Fixing WordPress
In reply to: How do I add a dividing line in sidebar?Hi again mechx1 –
A couple of issues: one, when I tried to place the underneath <script type=”text/javascript”><!– the adsense ads vanished. I placed it above that code, and they reappeared. Is that OK?
Secondly, I can’t find the exact code you mention in the stylesheet (style.css) and it’s not in the custom.css. What I did find in the style.css is this:
#right_bar { padding: 0 0 0 10px; }
… but that’s the closest thing to what you mention. Is it supposed to look exactly like this:
#right_sidebar {
<style stuff>
}… because I can’t find anything like it. Could it be somewhere else?
Grateful for your help. Thanks.
Forum: Fixing WordPress
In reply to: Does migrating blog affect my feed?Haochi, the code in my .htaccess file looks like this
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>RewriteRule ^atom.xml$ /?feed=atom [R=302,L]
RewriteRule ^rss.xml$ /?feed=rss2 [R=302,L]Is that right?? Because the feed still isn’t working … 🙁
Forum: Fixing WordPress
In reply to: Does migrating blog affect my feed?I didn’t replace the whole .htaccess file because there is already code in there to do with my permalinks … something about migrating from Blogger to WordPress, which affected my permalinks … as you can see I don’t know what I’m talking about, I just followed set instructions and it solved the problem at the time!
So, is the feed redirect code the only thing supposed to be in the .htaccess file, otherwise it won’t work??
Forum: Fixing WordPress
In reply to: Does migrating blog affect my feed?Hi again
I added this code to my .htaccess file and published a post. Usually I have people logging on within minutes, but not so now. It’s been more than an hour and no one has come through on a feed, so I’m guessing it’s not working.
What exactly am I doing wrong??
Forum: Fixing WordPress
In reply to: Does migrating blog affect my feed?Thank you so much.
So – if I install this, will my feeds redirect automatically, i.e. those readers who are already subscribed will continue to receive feeds from this new site??
Just speak to me as you would to a child … 🙂
Forum: Fixing WordPress
In reply to: Does migrating blog affect my feed?Thanks haochi! 🙂
As for the link you sent … I’m really confused. This is all very new to me. I gather that I can install a piece of code in my .htacess file that will redirect my old feed to the new site, but from what I can see they only provide them for b2 and Movable Type users, not blogger. Does that matter?
Forum: Fixing WordPress
In reply to: How do I add a dividing line in sidebar?Yes, I think so. 🙂
I’ll just have to take it step by step and I’m sure I’ll work it out. Just so busy right now but will have to carve out some time to work on this.
Thank you!
Forum: Fixing WordPress
In reply to: How do I add a dividing line in sidebar?Thanks for this … but I *really* need idiot-proof instructions. Meaning: I need to know what to do with that code you provided. I’ve already discovered that I’m NOT supposed to put it in my sidebar as is.
Can you elaborate, please? Thanks.
Forum: Fixing WordPress
In reply to: How to add ‘read more’ feature?Thanks haochi. I knew it had to be simple. 🙂
However, what I’d like to do now is to create excerpts in all the posts I have already imported from my other blog (they seem really long with the new template) … and then, in future, be able to choose if and when I add the ‘read more’ tag. Is there any way to do that?
Thanks again –
Forum: Plugins
In reply to: ShareThis plugin for WP 1.0Sorry, I should have added my site URL: http://newsite.aldasigmunds.com
Forum: Fixing WordPress
In reply to: Removing blogroll from sidebarThanks boober. That worked.
The problem with the widget was that I wanted the blogroll on the left sidebar … when I added the widget there it just added another blogroll, exactly the same as on the right.
However, it’s fixed now. Many thanks.
Forum: Fixing WordPress
In reply to: Importing archives from Blogger if published to my own domain?Ok, this worked like a charm. Thank you Otto for your suggestion.
Now – can anyone tell me how to import Haloscan comments??
Thanks!
Forum: Fixing WordPress
In reply to: Importing archives from Blogger if published to my own domain?Right, of course. I’ll try that. Thank you.