dingoellis
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Using Twenty Thirteen theme, Cant get recent posts to work rightPerfect! Dang can’t thank you enough for your time. For some reason that was not standing out to me at all.
Forum: Themes and Templates
In reply to: Using Twenty Thirteen theme, Cant get recent posts to work rightsorry.
HereAlso after more reading I am going to go with your route and move all this to a child theme once I get the issue sorted out. Thanks.
Forum: Themes and Templates
In reply to: Using Twenty Thirteen theme, Cant get recent posts to work rightI know I should not be but I am going to be moving this to a new name so the changes will not be lost as opposed to going the child theme route. I was just trying to point out its from that base.
The CSS being used for the recent posts section is posted above in the code.
Well got a little bit closer but for some reason I am still stuck to the left side somewhat.
#related_posts { margin-top:-15px; } #related_posts ul { overflow:hidden; display: block; margin-left: auto; margin-right: auto } #related_posts li { list-style:none; float:left; margin:0 22px 0 0; } #related_posts li a { display:block; font-size:11px; font-family:tahoma, Arial, sans-serif; text-transform:uppercase; text-decoration:none; letter-spacing:1px; text-align:center; width:100px; line-height:16px; border-bottom:none; overflow:hidden; } #related_posts li img { padding:5px; background-color:#f4f4f4; border:1px solid #ddd; } #related_posts li img:hover { background-color:#ddd; } #related_posts h3 { text-align:center; border-top:1px dashed #AAAAAA; color:#135A9F; padding-top:10px; font-family:Arial,sans-serif; font-size:1.35em; }
Forum: Fixing WordPress
In reply to: Getting lots of weird registration redirectsThank you for that. I have put it in my htaccess and will test it over the night and see if I am still getting those types of redirects.