custom design layout help

  • Unknown's avatar

    You have to follow the procedure here, http://en.support.wordpress.com/menus/ , create a blank custom menu and save it, then select the blank custom menu you created in the primary menu pulldown and then click save in that module.

    The CSS I gave you does not get rid of the menu. Do that through the custom menu feature in case you want to add a menu back in later. It prevents you having to edit the CSS.

    On the sidebar, do you have two archives widget in it?

  • Unknown's avatar

    To get rid of the big dash where the site title was originally, add the following to your CSS.

    #header h1 {
    display: none;
    }

    Then go back to settings > general and put your site title back in and save. What I’ve given above will hide it from visitors, but having it set at settings > general will keep the search engines happy. They will be able to see the title. They cannot see the title in the header image.

  • Unknown's avatar

    To get rid of the big dash where the site title was originally, add the following to your CSS.

    #header h1 {
    display: none;
    }

    Then go back to settings > general and put your site title back in and save. What I’ve given above will hide it from visitors, but having it set at settings > general will keep the search engines happy. They will be able to see the title. They cannot see the title in the header image.

  • Unknown's avatar

    i think i’m not getting this. it’s not working. sorry!

  • Unknown's avatar

    so far this is what is in my stylesheet

    .search-form-holder,.post-categories,.comments-link {
    display:none;
    }

    #header h1 {
    display:none;
    }

    and i can’t seem to add archive to the sidebar under appearance…

  • Unknown's avatar

    ok so it’s slowly working i now have 2 archives on the homepage for some reason…

    sorry! thanks for your help!

  • Unknown's avatar

    ok fixed that part. now how do i have larger images and only one at a time…

    or can i make it more like this?:

    http://wpshower.com/themes/imbalance/

  • Unknown's avatar

    also do you know how to get rid of the boarders on the images?

  • Unknown's avatar

    and the fine lines under the header image?

  • Unknown's avatar

    also do you know how to reverse the order of my posts? so that when i ad a new one it goes to the bottom. and so that the one that is now at the bottom goes to the top????

  • Unknown's avatar

    What they’ve done on the theme you reference cannot be done here. The closest you could get would be to put each image into a separate post right at the top, center aligned at full-size and then you could put a “read more” tag right after the image if you were also going to include text with the image. People could then click on the read more tag and see the single-post page which would have the image and then the text below it.

    The thing is, CSS is a styling document that the browser uses to style and position the elements of a web page. It cannot be used to add or change functionality.

  • Unknown's avatar

    so i have selected full size on all my images but they still appear small on the page? can i make them bigger?

  • Unknown's avatar

    and can i get rid of the line underneath the title?

  • Unknown's avatar

    You have to delete the gallery you are currently using from each post and the put the images into separate post as single images instead of galleries. If you put full-sized images in as a gallery, you will again be back to having an extremely slow loading site. You really don’t want to have 20 or 30 full-sized images in a single post.

    To get rid of the lines.

    .post-meta, .post-content, .widget {
    border-top: none;
    }
  • Unknown's avatar

    thanks!

    is there a way of doing that without having to repost all the images? can i change them into individual posts?

  • Unknown's avatar

    also, sorry, do you know a way to get the title of the post and archive both on the same side??

  • Unknown's avatar

    You would not want the archive widget on the same side as the post titles since the archive widget is going to grow in length each month and would interfere with post titles and possibly (probably) run right over the titles.

    The only way to get the images into individual posts is to create the posts and insert them from the media library tab in the insert image window. You may find that there are places where you can, or may want to, group several images together, but I would resist going over about 3 or 4 per post as a general rule.

    I’m having a little bit of a problem making suggestions because I’m not completely clear on where you are wanting to go. Are you just going to be putting up images with no written content to go with the images?

  • Unknown's avatar

    In which case what you want is Tumblr or Flickr.

  • The topic ‘custom design layout help’ is closed to new replies.