Forum Replies Created
-
AuthorPosts
-
wp guy
MemberBump - any help with this?
wp guy
MemberFind this and reduce the padding:
.site-inner {
background-color: #FFFFFF;
clear: both;
padding-top: 14rem;
}wp guy
MemberThis reply has been marked as private.wp guy
MemberNo problem.
wp guy
Member....all sidebar widget elements.
wp guy
MemberIt's the padding. Find this:
.sidebar .widget {
background-color: #FFFFFF;
border-radius: 3px;
margin-bottom: 4rem;
padding: 4rem;
}- just remove the padding.
wp guy
MemberI'll put a plug in for WP Clone. Free and extremely easy to use.
wp guy
MemberUnfortunately no. Importing the demo content does not configure the site to look like the demo. It only imports the content. You have to go into your widgets arrange it to look like the demo.
wp guy
MemberYour menu and the demo look identical. Your site doesn't look like the demo because you need to put what you want into the primary sidebar widget and put the featured posts widget into the correct widget areas so it matches the demo.
Go into your widget area - this is your issue.
wp guy
MemberFirst, head into the widget area and see "what's where." You imported the demo content and set the menu to the demo pages. Make sure you choose the menu you want as the primary navigation.
wp guy
MemberI agree. I set up themes for clients for a living but as we all know, most want modifications. I started with Elegant but quickly found that making style and layout changes was a challenge. StudioPress is by far not only superior to ET but easier to modify according to client specifications. StudioPress themes quickly literally "is" my career.
wp guy
MemberPerfect - thank you!
wp guy
MemberThe blurred area is an image file locate in the Inner section of your stylesheet. Change:
#inner {
background: url(images/blur.png) no-repeat top center;
}To this:
#inner {
background: none;
}wp guy
MemberI'd have to look into that. One thing I like about TablePress is its ability to convert an Excel speadsheet.
wp guy
MemberCustom Contact Forms
Bad Behavior
All in One SEO Pack
Simple Social Icons
Better WP Security
Genesis Simple HooksNextGen if I need a gallery
TablePress if I need a chartwp guy
MemberChange height from 100 to 110:
#title-area {
float: left;
min-height: 100px;
overflow: hidden;
padding: 10px 0 0;
width: 350px;
}wp guy
MemberFind this in your stylesheet and change "uppercase" to "none."
#title {
font-family: 'PT Sans',sans-serif;
font-size: 50px;
line-height: 1;
text-transform: uppercase;
}wp guy
MemberA head's up for some better form of communication would have been since since I send clients to the community site to shop for themes, along with the StudioPress main page. I don't know if it's just me, but my male clients would always choose a theme from Studiopress while my female clients would always choose a theme from community developers.
wp guy
MemberNo response to this issue? I don't see a lot of community themes anymore - Cre8tive Burst, Adordable, Glitter and Lace, etc...
wp guy
MemberOdd. I was playing around using Firebug and the scroll bar goes away when I changed 100% to 0%
.header-image #title-area {
display: block;
float: left;
overflow: auto;
width: 100%;
} -
AuthorPosts