Forum Replies Created

  • In reply to: Add user-specific link to the Header menu

    #13110

    First activate Danish language in WordPress.

    Please! Do not answer a question with a new question.

    Kim

    In reply to: Password protect page / Members area

    #12765

    Yes! If You need it 🙂

    First You need to run WordPress in Greek (What is the names for the two Greek WP language files?) , then if You dont have Greek language files for Graphene – copy English Graphene language files to the same “names” You found in WordPress. Then start editing strings with Codestyling or Poedit.

    In reply to: more color selection?

    #13100

    Try reading here:

    Kim

    In reply to: Blurred header image

    #13066

    The header size to upload must be 960x198px.

    Well, I use this code for borders in my Child style.css.

    I think its a general change. But remember to refresh

    the browser you are using.

    .entry-content img,.child-page img {
    border:1px solid #6E6E6E;
    margin:5px;
    margin-top:0px;
    }

    Kim

    In reply to: Changing Colors

    #12774

    Ultimate CSS Gradient Generator:

    http://www.colorzilla.com/gradient-editor/

    Great tool for playing with gradient colors.

    Kim

    In reply to: Featured image size… how do I adjust?

    #13052

    Hi Lisa

    Try WordPress page:

    http:// yoursite.com /wp-admin/options-media.php

    Choose any size of Thumbnail You like best.

    Kim

    In reply to: Featured image size… how do I adjust?

    #13050

    Hi (itstrategylisa)

    Try WordPress settings:

    http://www.yoursite.com/wp-admin/options-media.php

    Where You can set thumbnail-size.

    Kim

    In reply to: Changing Colors

    #12773

    Looking at the “h1.page-title” Bar:

    (Press Category or Tag)

    h1.page-title {
    -pie-background: linear-gradient(#BABABA, #6E6E6E);
    background: #BABABA;
    background: linear-gradient(#BABABA, #6E6E6E);
    background: -moz-linear-gradient(#BABABA, #6E6E6E) repeat scroll 0 0 transparent;
    background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BABABA), to(#6E6E6E));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BABABA', endColorstr='#6E6E6E'); /* for IE8 */
    text-shadow: 0 -1px 0 #000000;
    -moz-border-radius: 0 5px 0 0;
    }

    In reply to: Image sizes on featured image

    #13009

    If You have Firefox & Firebug installed,

    Then right click on Your image and test

    other values in right panel, eg.:

    Height: 75px; (or more)

    Width: 75px; (or more)

    I think You have to resize to desired

    value before upload keeping quality.

Viewing 10 posts - 631 through 640 (of 666 total)