Forum Replies Created
-
AuthorPosts
-
jengabbardMember
I switched from full width content to having a sidebar and the problem is fixed.
Puppy Leaks I love the Metro theme
jengabbardMemberGlad you figured it out, and sorry for being somewhat misleading I was messing around in firebug and thought that was all that it needed.
Puppy Leaks I love the Metro theme
jengabbardMemberCurrently it looks like the css is:
.after-entry .widget-title, .enews-widget .widget-title {
background: none repeat scroll 0% 0% transparent;
}If you remove that none you'd get the same line underneath as your other widgets.
As far as removing the bold text you can try changing the font weight to 400 but it looks like you have a setting for strong declared elsewhere for that font.
body.gppro-custom .sidebar .widget {
font-weight: 400;
}
Puppy Leaks I love the Metro theme
jengabbardMemberIt looks like your header image size is currently set to 1068 wide.
I don't know how wide you want to keep the header image but tweaking the width should help;
.header-image .site-title, .header-image .title-area {
width: 500px;
}
Puppy Leaks I love the Metro theme
jengabbardMemberWhen you go to browse your themes does it show you both have metro pro & genesis installed?
Puppy Leaks I love the Metro theme
jengabbardMemberWhere do you want to embed a video?
If you just want to embed a video in a post you'd paste the url in and wordpress should automatically embed it.
Puppy Leaks I love the Metro theme
jengabbardMemberI used the solid line by creating an image and replacing the default in these lines of code:
.comment-respond h3,
.entry-comments h3,
.widget-title {
background: url(yourimageurl) bottom repeat-x;
background-size: 2px 2px;
}.entry,
.page.page-template-page_blog-php .entry {
background: url(yourimageurl) bottom repeat-x;
background-size: 2px 2px;
margin-bottom: 48px;
padding-bottom: 32px;
}
Puppy Leaks I love the Metro theme
jengabbardMemberI'm using the blue theme and added this css:
.metro-pro-blue .content .entry-meta .entry-comments-link a {
background-color: #FFF;
color: #64947F;
font-weight: 400;
}That way it looks like all my other links.
As far as the read more goes I changed mine under customization - widgets - more text (if applicable)
Not sure exactly sure if that's the setting you're looking for or not
Puppy Leaks I love the Metro theme
February 14, 2015 at 10:52 am in reply to: Adding "Read More" button on excerpts on Metro Pro #140849jengabbardMemberI don't know how much you've already tried but I know I'm able to control the read more text inside the individual widgets under customize. Are you talking about adding the read more to your homepage, archives, or both?
Puppy Leaks I love the Metro theme
jengabbardMemberI was trying to figure that out - if I added padding to the right widget it was only moving the social part, the search was staying in place. I wish I knew how to help further.
I know you could add padding to both widgets individually but I'd assume there would be a way to move the whole widget area over.
Puppy Leaks I love the Metro theme
jengabbardMemberI second that - simple share is really quick, easy, and looks sharp.
Puppy Leaks I love the Metro theme
jengabbardMemberDid you try changing the css to:
.title-area {
float: left;
padding: 0px;
width: 550px;
}and then messing around with the padding on your right widget until it's in a place you like.
Puppy Leaks I love the Metro theme
January 10, 2015 at 7:03 pm in reply to: I need help removing gap between logo and navbar (Metro Pro) #136948jengabbardMemberUnfortunately that issue is beyond anything I know about. What I do find interesting is if I change it back to the regular background rather than your header image there's no gap. I'm wondering if theres a sizing function somewhere that needs to be changed.
DId you add support for a custom header in php? Is the width of the image 1080?
Both of these have worked for that theme -
http://wpsites.net/web-design/customize-header-logo-banner-images-in-metro-theme/
Puppy Leaks I love the Metro theme
jengabbardMemberI don't know if the image sizes are different between those two themes - if they are did you try regenerating thumbnails?
Puppy Leaks I love the Metro theme
January 10, 2015 at 4:21 pm in reply to: I need help removing gap between logo and navbar (Metro Pro) #136932jengabbardMemberWhere is the gap you want to remove? I was trying to recreate it but it looks the same in a few different browsers to me. Is there a gap between the logo and navbar? Or is it the gap under the navbar?
Puppy Leaks I love the Metro theme
January 5, 2015 at 4:09 pm in reply to: METRO PRO THEME Feedback – Tip to fix Category Page layout #136133jengabbardMemberWow you've done a great job with that theme, it looks awesome. It's bright and fun - it matches your content extremely well. Looks like you've got the categories straightened out ( I assume because they look good from my end ). You did such an amazing job with that logo and typography. I love it. That's pretty sweet how you put in the navigation arrows for previous/next posts as well.
Puppy Leaks I love the Metro theme
jengabbardMemberI love the Metro theme, and I really love what you've done with it. Love the typography and colors. Your logo is awesome as well, as mentioned above. Looks great so far.
Puppy Leaks I love the Metro theme
jengabbardMemberI haven't tried this fix personally but the last comment says "You just stopped my headache! I was doing outreach pro with an annoying header the client wanted and it all works now."
http://thepixelista.com/responsive-genesis-child-theme-logo/
Puppy Leaks I love the Metro theme
jengabbardMemberjengabbardMemberI think you're talking about this section:
.home-bottom .featured-content .entry {
border-bottom: 5px solid #4EFEFEF;
}I'd try switching it to border-bottom img if you're looking to use the same line. Or the color can easily be changed to the blue you want by editing the above code.
Puppy Leaks I love the Metro theme
-
AuthorPosts