lebowzki
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to center a widgets in sidebar?this is offline page
yes, i would like to know what i need to add/change to my style.css
or sidebar.phpForum: Fixing WordPress
In reply to: easy sidebar picture gallery widgeti need thumbnails in widget to be 180×135
how to display them without distortions?Forum: Themes and Templates
In reply to: white space below after enabling sidebar template for pageyes,i use child theme
Forum: Fixing WordPress
In reply to: how to rename previous next in the twenty eleven theme?hello? i still can’t change previous, next text to something else
which line exactly i should change?Forum: Fixing WordPress
In reply to: how to rename previous next in the twenty eleven theme?i copied this into my child themes functions.php
function twentyeleven_content_nav( $nav_id ) { global $wp_query; if ( $wp_query->max_num_pages > 1 ) : ?> <nav id="<?php echo $nav_id; ?>"> <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentyeleven' ); ?></h3> <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">←</span> ', 'twentyeleven' ) ); ?></div> <div class="nav-next"><?php previous_posts_link( __( '<span class="meta-nav">→</span>', 'twentyeleven' ) ); ?></div> </nav><!-- #nav-above --> <?php endif; }Forum: Fixing WordPress
In reply to: how to rename previous next in the twenty eleven theme?sorry, i dont get something obviously
do you mean i have to delete text Newer posts and Older posts?
it didnt changed anything i still have previous, next textForum: Fixing WordPress
In reply to: how to rename previous next in the twenty eleven theme?i copied the function but changing “nav-previous” “nav-next”
didnt changed the text
what else i should change?
ideally i just want to keep arrows <- ->
instead of textForum: Fixing WordPress
In reply to: display entry titles for posts but not for pages, how?works! thank you
Forum: Fixing WordPress
In reply to: unexpected gap between navigation bar and nextgen slideshow headersolved this adding
ngg-widget-slideshow {
overflow: hidden;
margin:0pt;
padding:0px 0px 0px 0pt; /* Org: padding:5px 0px 0px 0pt; */
text-align:left;
}to nggallery.css not style.css
Forum: Fixing WordPress
In reply to: unexpected gap between navigation bar and nextgen slideshow headersniffing arround with firebug reveals that this padding might be
responsible
.ngg-widget, .ngg-widget-slideshow {
padding-top: 5px;
}changing it to 0 removes gap,but after saving this into my child theme style.css gap returns
first miliseconds when loading there is no gap, but then header slideshow jumps up a little and hence the gap
i’ll try that, thank you
Forum: Fixing WordPress
In reply to: how to create custom page for posts which is also landing pageok this solved my problem
http://wordpress.org/support/topic/change-home-button-text-to-something-else?replies=4Forum: Fixing WordPress
In reply to: how to create custom page for posts which is also landing pagemaybe i need to keep the default reading settings: Your latest posts
and just rename home to news?
if so how can i rename home to news or something else?Forum: Fixing WordPress
In reply to: how to create custom page for posts which is also landing pageunder reading settings if i set my frontpage as news and set post page to be the same page i get Warning: these pages should not be the same!
obviously i am missing something here
Forum: Fixing WordPress
In reply to: what causes this white line?i mean how to keep fixed size of the page
i designed it on 1280 X 800 laptop and today saw it on bigger monitor
site looks like under magnifying glass, closer and part of the right corner is out of visible area
what is the best practice to makes site look the same on all monitors?