zep101
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Can't determine how many backlinks I have?Thanks, this is the only one so far that has any accuracy
Much Thanks! That did the trick. Check out my awesome slider http://topexerciseworkouts.com
Never mind I figured it out, it uploaded thumbnail by default. I changed it to full size and now it’s fine
Forum: Fixing WordPress
In reply to: Where do I change font style and size in twenty elevenWow Christine this article you suggested is awesome and just opened my eyes to many new possibilities. This is a tool that every newbie should know about. Thanks!
Forum: Fixing WordPress
In reply to: Where do I change font style and size in twenty elevenHow does it call out the font size say for h3 or the font family?
Forum: Fixing WordPress
In reply to: Where do I change font style and size in twenty elevenThis is part of my style.css. I probably don’t know what I’m looking for. I’m looking for separate areas to edit h1, h2, h3, etc. Is it in here?
Template: twentyeleven */ @import url("../twentyeleven/style.css"); /* Titles -------------*/ h1,h1.entry-title,h2,h3,h4,h5,h6 { font-weight: normal; text-decoration: none; } h1.entry-title a { font-weight:normal; font-size:24px; } h3.widget-title { font-size:14px; } .entry-title { font-weight:normal; font-size:24px; } #site-title a { font-size: 28px; font-weight: normal; color:#272727; text-decoration: none; } /* Sidebar for single posts --------------------------------*/ .nav-previous { float: left !important; } /* adjust WordPress author bio */ .singular #author-info { margin: 2.2em 0 0; padding: 20px 5.4%; width: 550px; } /* Reduce whitespace in header ---------------------------------*/ #site-description { color: #7A7A7A; font-size: 14px; margin: 0 270px 1.65625em 0; } #site-title { margin-right: 270px; padding: 1.65625em 0 0; } #branding #searchform { position: absolute; right: 7.6%; text-align: right; top: 3.2em; } #branding { border-top: none; } .one-column #branding #searchform { top: 3.2em;} .singular.page .hentry { padding: 1.5em 0 0; } /* change hentry bottom border color */ .hentry, .no-results { border-bottom: 1px dotted #bebebe; margin: 0 0 1.625em; padding: 0 0 1.625em; position: relative; } /* Post title Gravatars */ .entry-title img.avatar { padding: 4px; display: inline; margin: 0 5px -12px 0; border: 1px solid #ddd; } .gravatar { display:inline; overflow: hidden; } /* ~ Begin of Custom Layouts ~ ----------------------------------*/ /* Custom one column wide layout ----------------------------------*/ .wide-column #page { max-width: 890px;} .wide-column #content { margin: 0 7.6%; width: auto; } .wide-column #nav-below { /*border-bottom: 1px solid #ddd;*/ margin-bottom: 1.625em; } .wide-column #secondary , .wide-column #extra-sidebar{ display: none; } .wide-column #branding img, #branding img { height: auto; margin-bottom: -8px;Forum: Fixing WordPress
In reply to: Where do I change font style and size in twenty elevenYes I am using a child theme. Would it be in style.css?
In the Google webmaster forum I was told:
You have tons of Amazon affiliate links – and you’re not using rel=”nofollow” for them. Bad.
and
Affiliate link have to use rel=”nofollow” I only gave those two affiliate links as examples, but you have to deal with all of them – add rel=”nofollow” to each one.
So are you saying this information is incorrect?
Forum: Fixing WordPress
In reply to: Too long to load . style.css is importedI have been watching some youtube videos on creating child themes and it looks easy to do but a question I have is this:
If you use the dashboard options to change options, background, header, layouts, etc, etc. basically anything you can change in dashboard, will all these changes be lost when wordpress gets an update or will this all be saved in the child theme?
…and if all the changes need to be done in the child theme doesn’t this require coding? (That’s a little over my head)
Thanks.
Forum: Fixing WordPress
In reply to: Too long to load . style.css is importedHave you ever heard of NomNom – Twenty Eleven Child Theme?
It looks pretty popular http://nomnom.zeaks.org/
Forum: Fixing WordPress
In reply to: Too long to load . style.css is importedYes I see what you mean. In Google Page speed I see that styles.php is taking so long to load. I don’t know why pingdom shows something else as taking so long.
I think you are right that I need to switch to a child of twenty eleven. I am going to start working on that. I don’t know any programming stuff but I have seen some twenty eleven child themes that I can download.
Are these kind of child themes considered commercial themes and will I be in the same fix for support?
Forum: Themes and Templates
In reply to: Child theme with option of 3 columnsReally looking for a child theme of twenty eleven that is already made so I don’t have to do coding and css work. Too complicated for me.
I like the Author bio to auto populate when I make a post but if I have a guest post I would like to not have it show up so it does not look like I am taking credit for the article.
I don’t know if there is a solution for that other than un-checking the automatic populating and put the short code manually where I want it???
Maybe I should create a user profile for the guest post, then it would not show up, right?
Forum: Fixing WordPress
In reply to: Should I make a child theme?OK I’ll read deeper in to it thanks
Forum: Fixing WordPress
In reply to: Should I make a child theme?After adding a child/style.css do I need to edit, do changes there, etc or is that it?