ausrmusings
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing Location of Blog NameOkay, duplicate code deleted, but the “by Studio Reflections” and the “About” and ” She Is Random” are still raised up higher than originally. Also, if you open up to full monitor width, the title and RSS and Home icons now move way to the left. Oh dear…
Forum: Themes and Templates
In reply to: Changing Location of Blog NameI wish I could attach the header.php file here. The original code is a mess, and although I love Dreamweaver, it doesn’t clean up the code without numerous errors. Still looking through it, based on your last note.
Forum: Themes and Templates
In reply to: Changing Location of Blog NameI think we’re getting close, but no potatoes just yet. ?? You can see the block of white space on the bottom of the header?
Forum: Themes and Templates
In reply to: Changing Location of Blog NameThat worked for the blog title, thank you! ?? But, somehow it also managed to move “About” and “She Is Random” up higher. They are supposed to sit lower. Could you also tell me how to move them down, please?
Forum: Themes and Templates
In reply to: Changing Location of Blog NameThank-you for the quick reply, I’m still working on it until it’s time for World of Warcraft tonight. ??
That new bit of code changed more than the header, as there are numerous things it seems that use h1 in the style.css … it already had this, as well: https://studioreflections.com/ausrmusings/
.top {
background: #fff url(‘images/top.gif’) no-repeat top center;
margin: 0 auto;
height: 155px;
width: 886px;
text-align: center;
padding: 6px 0 0 0;
}Forum: Themes and Templates
In reply to: Unsupported Theme – Black Cherry by MikozvOkay, I figured out how to get the widgets working. If you go to the blog , you’ll see I got the Recent Comments to work, but it’s supposed to have the grey shading around it like Recent Posts. Where might I fix that?
Forum: Plugins
In reply to: Sidebar Chat BoxMercime,
Thanks for the link… I’ve installed the plugin, edited some of the files, and I’m loving it!
Paula
Forum: Themes and Templates
In reply to: Post Title ColorThank-you so much for the code snippet, it works perfectly and I’m a happy camper. ??
Forum: Plugins
In reply to: Inserting java script in ‘page content’ area on pageI don’t see any replies to several of the java script problems since the 2.5 release of WordPress. I used to have a date and time script on my blog, and it no longer works. I’ve tried numerous scripts, none of them work.
.ausr. musings
https://www.studioreflections.com/ausrmusings
[email protected]Forum: Fixing WordPress
In reply to: List of Registered Blog Members – eMail AddressesI did a screencapture of all you said so that I don’t forget anything! And, I’m jotting down your eMail addy, thank-you!
Paula
Forum: Fixing WordPress
In reply to: List of Registered Blog Members – eMail AddressesYa, I just looked in the mirror, it’s called a blonde moment *grins*. Thanks so much for your help! ??
Forum: Fixing WordPress
In reply to: List of Registered Blog Members – eMail AddressesBelow is what I have in my email.php file, which I put in the root. I’m getting HTTP 404 Not Found in the browser. Call me blonde, I must be overlooking something so simple. The X’s are where I changed information based on what is in the wp_config file, and then there is wp_users below that. Am I really blonde?
<?php
$con = mysql_connect(“localhost”, “XXXXXXXX_XXXXX”, “XXXXXXXXXXXX”);
mysql_select_db(“XXXXXXXX_XXXXX”);
$sql = ‘SELECT user_email FROM wp_users LIMIT 0, 300 ‘;
$result = mysql_query($sql);
if ( ! $result )
{ echo mysql_error(); }
else{
while ($row = mysql_fetch_assoc($result)) {
echo $row[‘user_email’].’,’;
}
}
?>Forum: Fixing WordPress
In reply to: List of Registered Blog Members – eMail AddressesOkay, it’s coming up with an error that says:
Table ‘DB_NAME.prefix_users’ doesn’t exist
No clue what that means, but thanks for trying to help. ??
Forum: Fixing WordPress
In reply to: List of Registered Blog Members – eMail AddressesSend an eMail to everyone, yes, that is something I want to do, but I can’t do it via the plugins because my host only permits 100 eMails to be sent per hour. At the moment, I have a little over 700 registered members. I need to extract the eMail addresses so that I can input them into another mailing facility. When you speak of the one line sql query, that’s a bit over my head. ?? If you can elaborate a little bit, I just might catch on and be able to do it. ??
Paula
Forum: Themes and Templates
In reply to: Comment Numbering SchemeThank-you, Mendezki, it worked and now the spacing looks good! ??
Paula