• I recently had to uninstall/install wordpress to my site and when I picked the Kubrik theme, the side widgets are not working. Must note: previous version I was on allowed for the side widgets to work with the Kubrick theme, so where did I go wrong? Was it the install? Does anyone have a solution for me as to how I can keep my theme and add the sidebar widgets to them? Thanks so much in advance. Note: I am aware that Kurbrik theme is not listed as a theme friendly for plug-ins/widgets so forth but it did work once before on this very same theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • Did you reactivate the widgets plugin?

    Hi Friends,

    I am new to WordPress, and wud like to know a few things. I will be using Kubricks theme only

    a) How do i increase the post area size? (That is the written matter area size shud be more than given to me…want to reduce the overall sidemargin of pages a bit)

    b) The sidebar thingies are coming very miniature in size. Dunno if its a problem with my browser or not. Actually, once i posted a post with ‘georgia’ font and the sidebar automatically looked good. I dont know what the connxn betn the two is, shudnt have happened. But it did.

    c) Just in case, i want to change the image on top of the page, how do i do it in this theme?

    Any and every help is more than welcome!

    I am a CSS illeterate largely, so pls explain in simple terms as explaining to a child.

    Thanks!

    a) How do i increase the post area size? (That is the written matter area size shud be more than given to me…want to reduce the overall sidemargin of pages a bit)

    This is located in your theme’s “style.css”. Either download it or go into the theme editor in admin (the theme files must be CHMOD 666 for this option). Look in styles.css for something like this (may not be exactly):
    #page {
    background: white;
    text-align: left;
    margin: 0 auto;
    padding: 20px 0 10px;
    position: relative;
    /* The entire template's width is set in this class. */
    width: 780px;
    _width: 740px;
    border: 1px solid #ddd;
    border-top: none;

    Play around with the width size a little bit at a time.

    b) The sidebar thingies are coming very miniature in size. Dunno if its a problem with my browser or not. Actually, once i posted a post with ‘georgia’ font and the sidebar automatically looked good. I dont know what the connxn betn the two is, shudnt have happened. But it did.

    Would need a link to know what you’re talking about.

    c) Just in case, i want to change the image on top of the page, how do i do it in this theme?

    You would need to find/create an image exactly the same size as your current one. Name it to kubrickheader.jpg (this is what your current theme’s header image is named) so you don’t have to do any coding. Rename your current one if you want to save it. Upload your new “kubrickheader.jpg” into your theme’s images folder.

    Thread Starter ketutt

    (@ketutt)

    Did you reactivate the widgets plugin?

    Answer: yes and still nothing shows up. I’ve resolved myself to just doing without them ??

    Thanks Samboll ! Will try this out !

    BTW, the sidebar thing got resolved. The problem *was* in my browser only – somehow the ‘view’ mode had gone to ‘small’ fonts!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Kubrick Default Theme’ is closed to new replies.