Black22
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Messed .htaccessHi,
Problem has been solved. Server admin redirected .htaccess to wordpress folder and now it’s working as designed!
Forum: Fixing WordPress
In reply to: Messed .htaccessCould you please tell me, how many .htaccess file can I expect? I’m not certainly sure where to find them. I know two: one in root wordpress folder and one in folder above. There is more?
Forum: Fixing WordPress
In reply to: Messed .htaccessTried it and didn’t work. From what I know, the .htaccess file for this website is in upper catalog (wordpress in this particular case do not use the one in wordpress folder) Don’t know why someone did this (I didn’t make this website). Gonna check soon when I’ll get permissions and check the other .htaccess file.
Thank you MacManx!
Forum: Themes and Templates
In reply to: [Twentytwelve] Hours do not show next to dateDone it and works like miracle 🙂
Thank you, Esmi for your time and patience. Hope that more people will benefit from this thread!Best regards!
Forum: Themes and Templates
In reply to: [Twentytwelve] Hours do not show next to dateOk, so guess I need to find some way to make a custom function (never done that before) and do changes which you proposed.
Forum: Themes and Templates
In reply to: [Twentytwelve] Hours do not show next to dateThe date is inputed or at least I wasn’t messing with this. However I’ve done some changes, not in code entirely but I removed from function “The post was posted” message. Code looks like this:
if ( ! function_exists( 'twentytwelve_entry_meta' ) ) : /** * Prints HTML with meta information for current post: categories, tags, permalink, author, and date. * * Create your own twentytwelve_entry_meta() to override in a child theme. * * @since Twenty Twelve 1.0 */ function twentytwelve_entry_meta() { // Translators: used between list items, there is a space after the comma. $categories_list = get_the_category_list( __( ', ', 'twentytwelve' ) ); // Translators: used between list items, there is a space after the comma. $tag_list = get_the_tag_list( '', __( ', ', 'twentytwelve' ) ); $date = sprintf( '<a href="%1$s" title="%2$s" rel="bookmark"><time class="entry-date" datetime="%3$s">%4$s</time></a>', esc_url( get_permalink() ), esc_attr( get_the_time() ), esc_attr( get_the_date( 'c' ) ), esc_html( get_the_date() ) ); $author = sprintf( '<span class="author vcard"><a class="url fn n" href="%1$s" title="%2$s" rel="author">%3$s</a></span>', esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ), esc_attr( sprintf( __( 'View all posts by %s', 'twentytwelve' ), get_the_author() ) ), get_the_author() ); // Translators: 1 is category, 2 is tag, 3 is the date and 4 is the author's name. if ( $tag_list ) { $utility_text = __( '<span class="by-author"> %4$s, %3$s</span>', 'twentytwelve' ); } elseif ( $categories_list ) { $utility_text = __( '<span class="by-author"> %4$s,%3$s</span>', 'twentytwelve' ); } else { $utility_text = __( '<span class="by-author">%4$sM,%3$s</span>', 'twentytwelve' ); } printf( $utility_text, $categories_list, $tag_list, $date, $author ); } endif;But honestly, I’m not sure what should I add here to display the time (hours and minutes), because the date is displaying properly.
Forum: Themes and Templates
In reply to: [Twentytwelve] Hours do not show next to dateSure! xboxonezone.pl
Sorry, I guess that I’m understanding your concern now.Forum: Themes and Templates
In reply to: [Twentytwelve] Hours do not show next to dateForum: Themes and Templates
In reply to: [Twentytwelve] Hours do not show next to dateEntire website theme is child theme and it’s working on the twentytwelve-child. I’m not sure what do you mean, because it was created at the beginning 🙁
Forum: Themes and Templates
In reply to: [Twentytwelve] Author and date dissapearedI added this! Thank you, Jesin!
Forum: Themes and Templates
In reply to: [Twentytwelve] Author and date dissapearedSolved.
Author notes do not show when there is only one authorForum: Themes and Templates
In reply to: [Twenty Twelve] Not typical line menu problemHello Andrew,
I really thank you and appreciate your help. I added what you told me and it works as a miracle! Almost.
Almost, because it’s in line now what it’s great, however it’s ovveride css settings which resize buttons img
width: 100% !important;
height: 100% !important;which make that buttons do not resize when i resize the browser window and it leaves a big black hole between logo and nav men
Is there any way to let these two values working? Sorry that it may sounds for newbie question, but honestly, I first met css 2-3 months ago and still learning it since then.
Yeah, I know that using twentytwelve was maybe not the best idea, however honestly, I really like this theme, even that I had to fix the problems not known in any different theme because I really wanted to customize it for myself 🙂
Thank your and best regards!
Forum: Themes and Templates
In reply to: Page is not scalling when resizing!Yeah, tried that 5 minutes ago. Nothing has changed. It looks like that twentytwelve theme doesnt have scrollbar for page and widget area. After resizing widgets are jumping below the post page
Forum: Themes and Templates
In reply to: Page is not scalling when resizing!I created it on my own, learning css and php from basic as a hobby.
Hmm, any harder way? Changing the theme would be starting from scratch and this is what I would like to avoid :/
Forum: Themes and Templates
In reply to: Page is not scalling when resizing!Thank you for your answer, Andrew
I’m afraid it did not solve the problem, rather made it more annoying. However still, with browser resizing, there is no scroll bar and everything is very small. How to prevent website from scalling?
https://dl.dropboxusercontent.com/u/34906083/scalling.PNG