Forum Replies Created

Viewing 15 replies - 1 through 15 (of 15 total)
  • Forum: Your WordPress
    In reply to: aplus theme
    sketkar

    (@sketkar)

    yes very unique. I like themes that break the norm

    Forum: Fixing WordPress
    In reply to: WP 1.5 and Gallery
    sketkar

    (@sketkar)

    Did you get it to work? I didn’t know someone that already written up a HOWTO. I hacked my own way through integrating it and it works okay. Let me know if you are still having problem and I’ll try to put down my steps in writing.

    https://www.sketkar.com/gallery

    Forum: Your WordPress
    In reply to: My NEW Theme
    sketkar

    (@sketkar)

    Awesome job, looks good. Like the horizontal menu in the header. Correct me if I’m wrong but the TITLE fonts are done using the image-headline plugin, I could never get to work properly myself. Did you have to make any mod to your PHP setup?

    Thread Starter sketkar

    (@sketkar)

    I embedded it in the header.php for now, it’s static. Using pure CSS to style the buttons. I would like to make it more dynamic, ie for “theme” purposes. I pasted the CCS below.

    #buttons {
    border-bottom: 1px solid #525354;
    margin: 10px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    }

    .xml_button {
    border: 1px solid outset #525354;
    color: #333333;
    background-color: #D5D6D7;
    text-decoration: none;
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0em;
    padding-bottom:0em;
    font-size: 14px;
    text-decoration: none;
    margin: 0px;
    }

    .xml_button:visited {
    border: 1px solid outset #525354;
    color: #333333;
    background-color: #D5D6D7;
    text-decoration: none;
    padding-left:0.5em;
    padding-right:0.5em;
    padding-top:0em;
    padding-bottom:0em;
    font-size: 14px;
    text-decoration: none;
    }

    .xml_button:hover {
    background-color: #CC6600;
    color: #FFFFFF;
    text-decoration: none;
    }

    .xml_button:active {
    background-color: #CC6600;
    border: 1px solid inset #D5D6D7;
    text-decoration: none;
    }

    Iit looks different in FF and IE as usual, but still works.

    Thread Starter sketkar

    (@sketkar)

    Well, that only part of it. I notice that there is no $user_ID, it’s supposed to be $user_id. So I fixed that in the comments.php and wp-comments-post.php and it seems to work. I’ll be deleting my cache and cookies and trying again…hahaha.

    Thread Starter sketkar

    (@sketkar)

    Hrmm..nope that wasn’t it. Still can’t post comments, unless It’s my name or I’m logged in.

    Thread Starter sketkar

    (@sketkar)

    Found the problem, I think. In the comments.php, towards the end of the comments form, there is the line

    <?php do_action('comment_form', $post->ID); ?>

    I commented it out and now it works. At least it did on my test site.

    Thread Starter sketkar

    (@sketkar)

    I’m using FF 1.0, I suppose I should upgrade to 1.01. It seems to work in Moz, FF and IE (I was told, I don’t have it myself).

    Also, the shifting posts aren’t annoying or distracting are they?

    Thread Starter sketkar

    (@sketkar)

    already unselected, that’s not it. I wonder if wp-comments.php isn’t validating the Names and Email correctly or something.

    Thread Starter sketkar

    (@sketkar)

    aaahhh….thanks, I can’t believe I missed it.

    Thread Starter sketkar

    (@sketkar)

    Hmm … Really? what browser? It looks okay on FF.

    Thread Starter sketkar

    (@sketkar)

    Weird. It happened to me too but now it works. Try again. Thanks

    Forum: Your WordPress
    In reply to: lucky33

    Amazing!! I really like. You have given me lot of ideas for my site. Thanks!

    Thread Starter sketkar

    (@sketkar)

    Thanks for the thoughts. I still find myself tweaking the template/look, maybe spending too much time on it. ?? I hope the site looks okay in most browser. I have only tested it in IE and Firefox.
    –sketkar

    Yeah, the pink and yellow hurts my eyes.

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