Forum Replies Created
-
AuthorPosts
-
JohnParticipant
Brian,
I've had good success with the FitVids for WordPress plugin.
John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantGenesis uses a different class for the content...try this instead:
.entry-content img {
max-width: 500px;
}
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantπ
Yeah, this is part of my "boilerplate CSS add-ons", but it'd be nice if StudioPress added it across the board, at least on their responsive themes.
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantThe StudioPress author box code snippets may be helpful too:Β http://my.studiopress.com/snippets/author-box/
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantThe author's photo is, or should be, generated from his/her Gravatar account:Β http://en.gravatar.com/
The other stuff is more complicated. For example, do a Google search ofΒ customize genesis author boxΒ and look through the results.
And if you're up to some coding, Bill Erickson posted a code snippet that you can use to customize the author box.
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantHey Len,
I discovered something similar on Outreach as well as Minimum, and it also happens with single digits when you make your browser window smaller or view it in mobile. The solution I came up with is to increase the line-height for the list and add white-space: nowrap to the link (see the code below). The line-height may need to be adjusted per theme or personal preference.
.navigation ul {line-height: 50px;}
.navigation li a {white-space: nowrap;}John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantSounds like you should read through this tutorial that explains how Genesis and your child theme work:Β http://my.studiopress.com/docs/child-themes/
After reading that page, what are you wanting the copyright text to say specifically?
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantYou're welcome!
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantThat code can be found on Brian Gardner's site atΒ http://www.briangardner.com/code/customize-footer/
Add the code to your functions.php file and customize as needed.
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantHi Isabelle,
If you're just using that one widget area, try changing
width: 25%;
to
width: 100%;
in line 569.
Or add this to the end of your style.css file:
.home-featured-1, .home-featured-2, .home-featured-3, .home-featured-4 {width: 100%;}
John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantCreate a page called "Portfolio" and assign the "Archive" template to that page. Add the page to your menu and you should be good to go, if I remember correctly.
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantYou're welcome!
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantCreativeKristi,
You're getting some script errors on that site: one from the SiteMeter and another from the wibiya canvasbar. Try disabling those and see if your footer widgets make an appearance.
John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google πJohnParticipantHey Michael,
Adding this to your style.css file should do the trick:
.flexslider {max-width: 100%;}
.flexslider .slides img {width: 100%;}John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google π -
AuthorPosts