Forum Replies Created

  • In reply to: Huge empty box

    #13408

    Your slider is 240000px wide! And no posts!

    Have You installed any plugin resently?

    Or activated any SEO functions?

    Kim

    In reply to: Posts not showing on Post page

    #13365

    Its looks like a simple link or SEO plugin problem.

    Also:

    Did You remember to add an “Empty” page as blog?

    Are You using the /wp-admin/nav-menus.php Menu system?

    And You are using a Child Theme?

    Kim

    In reply to: Changing Colors

    #12783

    Hmm..

    Try post Your .sidebar h3 like here:

    (code between backtick)

    .sidebar h3 {
    -pie-background: linear-gradient(#afaeae, #6E6E6E);
    background: #afaeae;
    background: linear-gradient(#afaeae, #6E6E6E);
    background: -moz-linear-gradient(#afaeae, #6E6E6E) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#afaeae), to(#6E6E6E));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#afaeae', endColorstr='#6E6E6E'); /* for IE */
    text-shadow: 0 -1px 0 #000000;
    }

    Kim

    In reply to: Adsense (no) support

    #13387

    If You dont supply a link its not easy

    even to see if You make any (ad)sense.

    Kim

    What is Your point or ?

    And Why dont You supply a link?

    Kim

    In reply to: make menu buttons evenly in width

    #13234

    Well, I see You did the right thing for now 🙂

    Kim

    In reply to: Change color of secondary menu links text in Graphene?

    #13376

    I just think You have to change header & background this one

    time in Your child theme. No big deal.

    But Im glad You did make the child 🙂

    Kim

    In reply to: Change font size of blog post text?

    #13378

    Font style & size You decide. Now Your CSS looks something like:

    .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
    color: #2C2B2B;
    font: 12px/20px arial;
    }

    Maybe try this in child style.css:

    .entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
    color: #2C2B2B;
    font-family: georgia,verdana,tahoma,arial;
    font-size: 14px;
    }

    Well I find georgia more friendly in posts.

    And I use arial in menu & .sidebar, like:

    .sidebar, .sidebar p, .sidebar li {
    font-family: arial,verdana,tahoma,georgia;
    font-size: 13px;
    }

    My “posts” header:

    h2, h2 a, h2 a:visited {
    font-family: georgia,verdana,tahoma,arial;
    font-size: 20px;
    padding-bottom: 4px;
    }

    And .post meta: (Arial here 🙂

    .post-meta .post-author, .post-meta .edit-post, .post-meta .post-date-inline {
    font-family: arial,verdana,tahoma,georgia;
    font-size: 12px;
    }

    Kim

    In reply to: Change color of secondary menu links text in Graphene?

    #13374

    That was only the color!

    Read carefully: Your changes will be gone next

    time You update the theme if You dont make a

    Child Theme. (Over and out)

    Kim

    In reply to: Change color of secondary menu links text in Graphene?

    #13372

    You must make a Child Theme!

    (As with all WP Themes)

    Kim

Viewing 10 posts - 571 through 580 (of 666 total)