wiscostorm
Forum Replies Created
-
Forum: Plugins
In reply to: [External Links - nofollow, noopener & new window] Stuck on scanningThanks. That works, but it only returns about 10 links. I have hundreds on my site. Is that normal?
Forum: Installing WordPress
In reply to: Errors after upgrading to 2.7If you have a theme without a functions.php, where can you paste Otto42’s code?
Forum: Installing WordPress
In reply to: curl_exec() has been disabled for security reasonsWhere did you add that? In wp-includes/functions.php?
Forum: Fixing WordPress
In reply to: Pulling hair out with CSSOh, woops. The closing div tag was just an error in my text entry for this post. But the other issues you picked out are very helpful.
So I’ll eliminate the
position: relative;
for the body anddisplay: block;
for the water div. Should I also eliminate the z-index altogether?I’ll add some specific coordinates. Would something like
left: 50%; work?
body { background-color: #FFFFFF; text-align: center; margin-right: auto; margin-left: auto; height: 12400px; width: 800px; } .water { background-image: url(water2.gif); background-repeat: no-repeat; position: fixed; left: 50%; height: 200px; width: 200px; text-align: center; margin-right: auto; margin-left: auto; }
That’s better, but not quite right. No z-index?
I don’t understand why the
margin-right: auto;
andmargin-left: auto;
aren’t putting the water div in the center.Forum: Everything else WordPress
In reply to: Google docs, Microsoft wordWondering if anyone can help me with this: I’ll use live writer from now on, but in the meantime, I have years’ worth of blog posts that were mostly pasted from MS Word. If I update to WordPress 2.6.1, all those posts will have goofy formatting. Any solution?
Forum: Fixing WordPress
In reply to: Merge two blogs under one websiteYeah, arseblog is definitely not using two installations on one page. Its nav bar links to two separate installations, that’s all. So you could simply create a navbar that links to your /bollywood and your /celebrities blogs. (And for each of those blogs, you’ll want to use the exact same theme).
Forum: Fixing WordPress
In reply to: Two blogs in one? :)Did you ever figure this out? The topic says resolved, but it doesn’t seem to be. If you figured out a solution, let me know because I’m interested in something similar. Thanks.