ian277
Forum Replies Created
-
Forum: Your WordPress
In reply to: Like my new website?Thanks Matt, I’ll check it out. Great job btw.
Forum: Your WordPress
In reply to: Like my new website?It’s a great site, what theme are you using?
Hi vtxyzzy,
I’m not sure what you mean, but I’m pretty sure I changed it completely.
This is what I did –
body .site {
margin-top: 0.0rem;
}
.site-content {
margin-top: 0px !important;
}Forum: Your WordPress
In reply to: Feedback please!what are you using for your categories? I like the way it’s sized differently.
Thanks in advance.
Forum: Fixing WordPress
In reply to: Featured Articles about HeaderThanks, I decided not to add it manually and it works fine.
Forum: Fixing WordPress
In reply to: Featured Articles about HeaderI’ve downloaded and added the file to my plugins folder via FTP.
The code generated was:
/* Import layout */
@import url(“../twentytwelve/style.css”);.entry-meta {
display:none;
}
.entry-utility {
display:none;
}
<?php
if( function_exists(‘FA_display_slider’) ){
FA_display_slider(61);
}
?>And I added that to my style.css, but not sure where to put it to place it under the header and menu.
Forum: Themes and Templates
In reply to: Twentytwelve Custom Categories sidebarThanks Esmi,
I’ve got a child theme for it, I guess I just have to research how to customize the theme’s css.
Forum: Fixing WordPress
In reply to: Remove Author/Date/Category from all posts twentytwelveWhoa, nevermind about the last issue – for some reason the import code got screwy. Thanks for the help WPyogi!
Marking this as resolved.
??
Forum: Fixing WordPress
In reply to: Remove Author/Date/Category from all posts twentytwelveI did that – copied
.entry-meta {
display: none;
}to my child theme style.css and it removed the twenty twelve style.
Is there any way to avoid that?
Forum: Fixing WordPress
In reply to: Remove Author/Date/Category from all posts twentytwelveI’ve looked in the twenty twelve theme for php _time, _date, _author in the Index.php and everywhere else but could not find it to delete or comment it out after copying it to my child theme folder.
Since twenty twelve is still new so there aren’t many things online I can find about it.
Forum: Fixing WordPress
In reply to: Remove Author/Date/Category from all posts twentytwelveThanks –
I’ve got a twenty twelve child theme up and want to remove date, author, etc from the posts.
Forum: Fixing WordPress
In reply to: Remove Author/Date/Category from all posts twentytwelveNot sure where to place “display: none;”
In the style sheet?What will it remove?
Forum: Fixing WordPress
In reply to: Twenty twelve Footer text replacementWhoops, spoke too soon. It didn’t work, the text is still there. I’ll play around with it.
Forum: Fixing WordPress
In reply to: Twenty twelve Footer text replacementOk, i’ve done that and it’s been removed from all the pages except the home page.
Now I just need to figure out why that is and add my own text somewhere in the same area of the file. Any Ideas?
Thanks
Forum: Fixing WordPress
In reply to: Twenty Twelve Header size reductionYeah, I created a new php file in dreamweaver, copied the above code and uploaded it to my child theme.
Then all the code shows up above the header, so I just removed the functions.php file altogether and the header looks fine but some of the posts aren’t showing up. Is it a caching issue? I’ve got two computers up and the site looks different using chrome as a browser on both computers.
If there’s no functions.php how is it working?