Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • mloga94
    Member

    ok Sakin,
    i like the light scheme better , that why i would like to switch . How can you fix it for me. What color can i use as a background in order to see the header settings?

    mloga94
    Member

    Hi Sakin,
    this is my website
    In default color theme the dark scheme is displaying my header settings while my light scheme is just displaying the Blue you are seeing there.
    Thanks

    http://www.bluestarjetsfrance.com

    in reply to: Featured Post Slider dissappeared #6833
    mloga94
    Member

    Hi,
    My featured Slider in WP 3.5.1 was not showing in a dashboard, so according to one forum i add this code
    if ( function_exists( ‘add_theme_support’ ) ) {
    add_theme_support( ‘post-thumbnails’ );
    set_post_thumbnail_size( 150, 150, true ); // default Post Thumbnail dimensions (cropped)
    // additional image sizes
    // delete the next line if you do not need additional image sizes
    add_image_size( ‘category-thumb’, 300, 9999 ); //300 pixels wide (and unlimited height)
    }
    and now i cannot get into my dashboard , this is an error message i am getting

    Parse error: syntax error, unexpected T_STRING in /home/mloga94/public_html/wp-content/themes/simple-catch/functions.php on line 135

    This is my site : http://www.logdeluxe.com

Viewing 3 posts - 1 through 3 (of 3 total)