• The Counseling Place

    (@the-counseling-place)


    Hi there!

    I have been having some issues with formatting and colors….Here is my website…. http://www.TheCounselingPlaceTampaBay.com

    What I am trying to do:
    1) I am wanting to widen the posting area to match up to the width of the header…
    2) I am wanting to have some padding between the text and the edge of the posting area.
    3) I am getting text-enhance links occurring in my website, and it just started today…I don’t know why or how it happened.

    Please help me….. 🙂 Thank you for the time you take.

Viewing 4 replies - 1 through 4 (of 4 total)
  • jasonpaulweber

    (@jasonpaulweber)

    You’re using a vanilla 2011 theme.

    Go to your wp-admin >> Appearance >> Theme Options >> and format the colors and other settings (widths, etc.) there.

    IF the 2011 Theme Options don’t have widths available in it, you’ll have to go to Appearances >> Custom CSS or it might be under Appearances >> Theme Options >> Custom CSS and add CSS in there. An example would be something like:

    #page {
    margin: 2em auto;
    max-width: 920px; // or whatever width works for you
    }

    Secondly, in 2011, you can go into your Appearances >> Editor >> Functions.php and on line 122:

    define( ‘HEADER_IMAGE_WIDTH’, apply_filters( ‘twentyeleven_header_image_width’, 1000 ) );
    define( ‘HEADER_IMAGE_HEIGHT’, apply_filters( ‘twentyeleven_header_image_height’, 288 ) );

    Take a look at this link for more information.

    Lastly, you should install this plugin if you like the 2011 theme2011 Theme Extensions to add some customizing options to your website.

    Thread Starter The Counseling Place

    (@the-counseling-place)

    I don’t know what happened, but now it is claiming

    “Parse error: syntax error, unexpected T_STRING in /home/laplante/public_html/thecounselingplacetampabay.com/wp-content/themes/twentyeleven/functions.php on line 143”

    And now I can not log in to the website to make changes

    Tino1408

    (@tino1408)

    Hey Counseling,

    Use ftp and undo that specific file you edit it. Then it should return back to normal.

    jasonpaulweber

    (@jasonpaulweber)

    You really shouldn’t need to edit the functions.php; 2011 should have them options for set widths … I’d assume.

    EDIT:
    I just put 2011 on one of my domains, and it has none of these options.

    Here’s another article on how to control colors and widths in the 2011 theme.

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

The topic ‘Having Issues….Probably nothing for seasoned WordPress users…’ is closed to new replies.