Forum Replies Created
-
First activate Danish language in WordPress.
Please! Do not answer a question with a new question.
Kim
Yes! If You need it 🙂
In reply to: I can't translate "Read the rest of this entry", "Leave comment", etc..
March 5, 2011 at 7:08 am #13084First 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.
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
Ultimate CSS Gradient Generator:
http://www.colorzilla.com/gradient-editor/
Great tool for playing with gradient colors.
Kim
Hi Lisa
Try WordPress page:
http:// yoursite.com /wp-admin/options-media.php
Choose any size of Thumbnail You like best.
Kim
Hi (itstrategylisa)
Try WordPress settings:
http://www.yoursite.com/wp-admin/options-media.php
Where You can set thumbnail-size.
Kim
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;
}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.
