Forum Replies Created
-
Hi
You can also use this plugin: Admin Bar ID Menu
Kim
Hi
Do You by any chance use WP-PageNavi or Adhesive plugin?
Kim
Hi jamilla
Have You tried this plugin: Fancy Gallery
Works great with Graphene Theme π
Kim
Im not sure in what way, but I know that π
Using
margin-top
eg.: 7px in.sidebar p img
dosnt adjust image placement in 1.4 text widget like in version 1.3.x. Just noted this because I seen more sites insert pictures in text widgets & then trim the picture withmargin-top
so its spot on centered.Well its not any big issue. Then again is it a wp3.2 issue..
Kim
Version 1.4b have many new great features. Scales down my Child Theme π
One small Question, so far more sites use (margin-top):
.sidebar p img {
border: 1px solid #000000;
margin-top: 7px;
}When inserting a picture in Text Widget box for alignment,
but
.sidebar p img
seems to have changed, right.Maybe theres a better way π
Kim
And if You want to narrow the Gap between Slider & Post π
.featured_slider {
margin-bottom: 20px;
padding-bottom: 5px;
padding-top: 15px;
position: relative;
width: 100%;
}padding-bottom here adjusted to 5px
Kim
And if You want to narrow the Gap between Slider & Post π
.featured_slider {
margin-bottom: 20px;
padding-bottom: 5px;
padding-top: 15px;
position: relative;
width: 100%;
}padding-bottom here adjusted to eg.: 5px
Kim
And Great You liked it (Keep it up π
Kim
My present Post font settings in 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;
}You can change the CSS code to Your liking: http://csstypeset.com/
If You dont like the CSS way, use the themes build-in font settings.
Edit: Hi Skywalker flew past, awesome π
Kim
Hi Neil
Just another small thing π
I You want Your pictures Real Sharp in Slider. You need to resize the pictures, eg.:
element.style {
background-image: url("http://test.y2neil.com/wp-content/uploads/2011/07/money.png");
}money.png is 920px x 240px
Your CSS code state 930px x height i slider settings:
.full-sized .slider_post {
height: 100%;
padding: 0;
position: relative;
width: 930px;
}So if You resize pictures to 930px x height i slider settings π
Regarding widgets in footer the upcomming version have new settings there.
So I will plan my next update, making Child Theme & Backup.
Kim