Forum Replies Created
-
AuthorPosts
-
wp guyMember
It appears there's a widget area on the right between your header and menu.
wp guyMemberI need some details in order to help. Have you installed the slider plugin? Where exactly are you at in the process? Can I get a link to your site?
wp guyMemberYes, and and the "insert more" tag should do the trick in your editor. If you have 5,000 words and only want a portion to show, place your cursor anywhere in the text click the "insert more" button. Anything below that won't show.
wp guyMemberHave you tried just using a line break?
wp guyMemberIn your sytlesheet: (change "color" to anything you want.)
Text color:
Found under "defaults"
textarea {
color: #333;
font-family: 'Quattrocento', arial, serif;
font-size: 16px;
font-weight: normal;
line-height: 22px;
margin: 0;
padding: 0;
text-decoration: none;Link color under "hyperlinks"
a,
a:visited {
color: #d99e58;
text-decoration: none;wp guyMemberWorked perfectly. Thank you!
wp guyMemberJust for info, if all you want to do is create a password protected page where you give the password to someone, no plugin is needed. While in the page you wish to protect, look for "visibility: public - edit" on the right sidebar. Click edit and choose password protected.
wp guyMemberThere is more than one way to do this but I just use the Google Analytics plugin.
wp guyMemberWhat was odd to me is I've changed the background image many times before by replacing the image file. Never an issue. Today I didn't have quick FTP access to my client's host so I replaced the URL. I have no idea why I had to change the wrap to transparent.
wp guyMemberPerfect, thank you!!!
wp guyMemberGreat! Thank you very much - worked perfectly. Just as a talking point, this piece of CSS doesn't quite make sense to me. Why would "left 20px" push the logo down. I was looking for something like a top margin.
wp guyMemberOne of the better sites I've seen recently. Professional and right to the point. BTW, I also live in the Baltimore area. Only comment I have is cropping your browser tabs on your portfolio pics. And if you want to take "full site" screenshots of an entire site you designed, you can use a site like Snapito.
wp guyMemberJust my two cents and not trying to be combative, but if your IT guys says that "such and such" isn't the problem but also can't identify what the problem is, time to look for a new IT guy. The Genesis framework certainly isn't the issue.
February 3, 2013 at 2:00 pm in reply to: Education Theme with Portfolio and No Primary Sidebar on Interior Pages #17658wp guyMemberOn the 3rd slider image, everyone's heads are chopped off.
wp guyMemberLike it - especially the sliders! My only suggestion would be to slightly darken the fields in your contact form.
wp guyMemberI like the site, very easy to navigate. I'd look into changing the header image - seems fuzzy and reduce the number of posts on the main page to 5 - there's a lot to scroll through on the main page.
January 30, 2013 at 10:48 am in reply to: Changing the Blue Background color on Genesis Metric Child Theme #16403wp guyMemberJust replace the wrap.png in your image folder (via FTP in your hosting account.) I just rename the current image file wrap1 and make sure you name the new image file "wrap" - make sure it's png.
I'm sure there's a way to do it through CSS but for me this is quick and easy.
wp guyMemberOne way to do it - below. Look in your CSS and in this example I set the home.middle-2 width with to 0 and adjusted the widths of the other areas. Of course, you can play with it as you want.
.home-middle-1 {
float: left;
width: 600px;
margin: 0;
padding: 0 20px 0 0;
}.home-middle-2 {
float: left;
width: 0px;
margin: 0;
padding: 0;
}.home-middle-3 {
float: right;
width: 305px;
margin: 0;
padding: 0;
}wp guyMemberWhat kind of security are you using for your site?
wp guyMemberFirst, it's extremely easy for me to upload my client's logos to any child theme. That's not what this conversation is about. It's about the ease of changing the default logo for someone who bought a StudioPress theme and is relatively new to WordPress. While most noobs can follow their theme's instructions to get it set up, what you just posted is "Klingon."
"Adjust your theme's CSS" is not user friendly to most people purchasing themes to do something as simple as upload a logo. Now, if SP doesn't want to create a simple "upload logo function" with each child theme you create, that's fine. Just understand they're making it harder than it has to be for noobies. It's just more unnecessary support questions. In my business we call it "creating work for yourself."
-
AuthorPosts