childrensfitness
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Align Image LeftJust a follow up, this worked. Thank you again alchymyth.
Forum: Fixing WordPress
In reply to: Align Image LeftThank you so much. I will do it now. Enjoy the day.
Forum: Fixing WordPress
In reply to: Align Image LeftAs a follow up to my above post with regards to #4, I see this in my mx4.css…..just want to make sure the new code does not cause conflict.
`/* Random Images
————————————————–*/.random a img {
margin-left: 6px;
margin-bottom: 6px;
padding: 4px;
border-bottom: 1px solid #a3a3a3;
border-right: 1px solid #a3a3a3;
border-top: 1px solid #f5f5f5;
border-left: 1px solid #f5f5f5;
background:#ffffff;
}.random a:hover img{
background-color: #dcdcdc;
}.aligncenter{display:block;margin:0 auto;}
.wp-caption-text{text-align:center;}
Forum: Fixing WordPress
In reply to: Align Image LeftHi alchymyth, first thank you for responding. First, to answer your questions:
1. I cannot post a direct link to an example of where it does not align…..since it did not work, I did not like the way it looked, so i just made a post with no image. I’d rather have no image than have it look bad with the text directly under the image.
2. Yes, I have been clicking the ‘left’ box.
3. Yes, you are correct. I placed the images as ‘center’ as I felt it looked better this way, than align left wihout the text wrapping.
4. I will add the style you sent over. Do I need to remove anything from my styles so there will be no conflict with other coding.
Once again, thank you.
Forum: Fixing WordPress
In reply to: Align CenterYou guys rock! Thank you so much for sharing your expertise. Much appreciated.
Forum: Fixing WordPress
In reply to: Align CenterThank you both for your response. I added the code to the css, and it appears that it now aligns the image to the center. But, the caption beneath it still aligns left. Can this be fixed?
Forum: Fixing WordPress
In reply to: Visitor Name Errordgwyer, thank you so much for sharing your expertise, I am quite impressed. I tried the first suggestion, and it worked like a charm. Your support was much appreciated. Although my design is older, I still like it a lot, and it meets my needs. So…thanks.
Forum: Fixing WordPress
In reply to: Visitor Name ErrorThank you dgwyer. I tried both ways, but both times, it made the web page turn blue and unreadable. Unless I did it wrong. I did keep the quotations around the word hellip. Should I take them out?
Forum: Fixing WordPress
In reply to: Visitor Name ErrorThank you kmessinger. My problem, I am not knowledgeable in WP. I am not even sure what to take out. Can you elaborate on this. Thank you.
Forum: Fixing WordPress
In reply to: Visitor Name ErrorI have been searching all over the net for a solution for this, but nothing. Can anyone help…..please!
Forum: Fixing WordPress
In reply to: Visitor Name ErrorHere is what I found in the comments.php
I found those characters there.
<?php if ($comment->comment_type == “comment”) comment_author_link();
else {
strlen($comment->comment_author)?$author=substr($comment->comment_author,0,25).”&hellip“:$author=substr($comment->comment_author,0,25);
echo ‘comment_author_url.'”>’.$author.’‘;}
Forum: Fixing WordPress
In reply to: Visitor Name ErrorWhat would I look for?
Forum: Fixing WordPress
In reply to: Visitor Name ErrorI just experimented with another theme, and the problem did not exist. Do you know if I can fix this in my theme?
Forum: Fixing WordPress
In reply to: Visitor Name ErrorHi dgwyer, first, thank you for your support here, much appreciated. I deactivated all the plugins, but still had the issue. Is there another solution?
Forum: Fixing WordPress
In reply to: Remove A ColumnYes, this worked, thank you dgwyer.