Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • I fixed everything just by fiddling with my css. Take a look at my version at https://www.anthonysabilities.com/blog/2012/07/10/mind-of-the-observer-lesson57/ right before the comments section.

    If you want that, first you must go to the Plugin Editor and go to “WP About Author” and delete everything in the “wp-about-author/wp-about-author.css” file. Then go to your child theme’s “style.css” file and paste the following into it:

    .wp-about-author-containter h3, .wp-about-author-containter p{
    	margin:0 0 0 0;
    	padding:0;
    }
    .wp-about-author-containter-top{
    	background: #f2f7fc;
    	border-top: 4px solid #000;
    	clear: both;
    	margin 0;
    	overflow: hidden;
    	padding: 1%;
    }
    .wp-about-author-containter-around{
    	background: #f2f7fc;
    	border: 1px solid #000;
    	clear: both;
    	margin: 20px 0;
    	overflow: hidden;
    	padding: 20px;
    }
    .wp-about-author-containter-none{
    	background: #f2f7fc;
    	border-top:none;
    	clear: both;
    	margin: 20px 0;
    	overflow: hidden;
    	padding: 20px;
    }
    .wp-about-author-pic{
    	background: #fff;
    	border: 1px solid #e7e7e7;
    	float: left;
    	height: 45%;
    	width: 20%;
    	margin: 0;
    	padding: 1%;
    }
    .wp-about-author-pic img{
    	width: 100%;
            height: auto;
            max-width: 100%;
    	min-width: 100%;
    }
    .wp-about-author-text{
    	float: right;
    	width:75%;
    	margin: 0;
    	padding: 0;
    	margin-top:-3.5%;
    }
    .wp-about-author-text p {
            margin: 0;
    	padding: 0;
    	margin-top:-1%;
    }
    .wp-about-author-text p.wpa-nomargin {
            margin: 0;
    }
    .wpa-social-icons{
            margin:0 3px;
    }

    Let me know if you need any assistance at all! Hope that helps! ??

    Thread Starter optimistguide

    (@optimistguide)

    Failed posting to The Optimist’s Guide to Life’s Timeline because the access token expired. To reactivate publishing, visit the Facebook settings page and re-enable the “Publish to fan page” setting. Full error: {“message”:”Error validating access token: This may be because the user logged out or may be due to a system error.”,”type”:”OAuthException”}

    Thread Starter optimistguide

    (@optimistguide)

    Failed posting to your Facebook Timeline. Error: {“message”:”This action is not allowed to set a user message because this property was not requested for approval.”,”type”:”Exception”}

    Thread Starter optimistguide

    (@optimistguide)

    Here’s what I want to happen…

    1) A contributor logs in to my blog
    2) They authenticate with facebook
    3) they write a post, include a status underneath it in the meta box
    4) press the “Submit for Review” button
    5) I, the administrator, log in and publish that post
    6) whatever the contributor had in the status meta box when they wrote the post and submitted it to me will be put up on their wall automatically once I hit the “Publish” button

    But that’s not happening, any ideas? ??

    Thread Starter optimistguide

    (@optimistguide)

    I really struggle at figuring this error out:

    “Line 64, Column 6: End tag td seen, but there were open elements. </td>”

    Thread Starter optimistguide

    (@optimistguide)

    Now that is where I run into problems, half of the errors I have no idea how to fix, especially the errors with percentage heights and widths for images. Any way you could possibly help me fix the validation errors or fix them for me and send me the code?

    Thread Starter optimistguide

    (@optimistguide)

    Here is the pastebin for my home page code, https://pastebin.com/RV55W81S

Viewing 7 replies - 1 through 7 (of 7 total)