Forum Replies Created
-
AuthorPosts
-
wmwebdes
MemberLink to your site please Dave.
May 5, 2013 at 3:31 am in reply to: Can the circles be changed to squares in the Minimum theme? #39341wmwebdes
MemberMy pleasure Suzanne
This one resolved then.
May 5, 2013 at 3:22 am in reply to: Can the circles be changed to squares in the Minimum theme? #39338wmwebdes
MemberNo I haven't.
Head over to twitter and ask the gensis community about sites displaying author's work.Ask under #genesiswp
The community will know what's available.
You might find this article useful.
May 5, 2013 at 3:13 am in reply to: Can the circles be changed to squares in the Minimum theme? #39335wmwebdes
MemberSuzan
Everything is possible with Genesis depending on your coding knowledge.To show that it is possibe, this is my Minimum 2 site
Minimum 2 default homepage is a blog style homepage.
I customised my homepage to get the two rows that I wanted.I have two rows of 3, you would require two rows of 4.
May 5, 2013 at 2:58 am in reply to: Can the circles be changed to squares in the Minimum theme? #39327wmwebdes
MemberHi Suzan
On the Studiopress Minimum 2 demo site this is the CSS for the social media icons:#home-featured a.icon-facebook, #home-featured a.icon-facebook:hover, #home-featured a.icon-google, #home-featured a.icon-google:hover, #home-featured a.icon-pinterest, #home-featured a.icon-pinterest:hover, #home-featured a.icon-twitter, #home-featured a.icon-twitter:hover {
-moz-border-radius: 50%;
-webkit-border-radius: 50px;
background: #ddd url(images/icons.png);
border-radius: 50%;
display: block;
height: 140px;
margin: 0 auto 30px;
padding: 0;
text-indent: -9999px;
width: 140px;
}The part that forms the circle is...
border-radius: 50%;Play around with the percentage value to get the effect you want.
wmwebdes
MemberDid you set the font colour in the SSI widget interface?
wmwebdes
MemberHi Laura
I'm using SSI and my text is fine in IE
See here http://www.wmwebdesign.co.uk/blog/Have you changed any CSS recently?
Also - did you set the font colour in the SSI widget interface?
wmwebdes
MemberHi
FYI the suggested image size used on the demo site is 1440px x 900px.Easiest solution is to find an image that you can crop / resize to those dimensions.
That's what I've done on 3 Metro sites and had no problems.
May 3, 2013 at 12:26 pm in reply to: Metro theme: Question about the Home Top "featured" post pic #39132wmwebdes
MemberGlad to help
You could try it with an image of the correct size as I have done on this site
On this site I used pages not posts and modified the CSS to get the right effect.
Shall we say that this one is resolved Kay?
May 3, 2013 at 12:08 pm in reply to: Metro theme: Question about the Home Top "featured" post pic #39126wmwebdes
MemberIf you don't know how to use firebug, check out this video by Carrie Dils
wmwebdes
MemberNo problem.
This one resolved then.
BTW that is an old version of the Executive theme - new one looks like this...
May 3, 2013 at 11:51 am in reply to: Metro theme: Question about the Home Top "featured" post pic #39119wmwebdes
MemberThis is what's stopping the text moving up...
.post-info, .post-meta {
clear: both;
line-height: 1.5;
}It styles "MAY 3, 2013 BY SHERI SAVILL"
Take a look in Chrome developer tools or firebug and see what happens when you remove "clear: both;"
The text moves up.
May 3, 2013 at 11:33 am in reply to: Metro theme: Question about the Home Top "featured" post pic #39115wmwebdes
MemberHave you set that image to "align - none" in the featured post widget?
If you have - try "align - float left"May 3, 2013 at 11:16 am in reply to: Metro theme: Question about the Home Top "featured" post pic #39113wmwebdes
MemberCan you post a link to your site Kay - would be helpful to take a look.
wmwebdes
MemberHi Glenn
Try adding a little more text to the "Bait" article.
See if it drives the widget below a little lower.You need 3 lines of text and the "read more" on a 4th line.
wmwebdes
MemberSue
This is the CSS that displays the Education logo....header-image #title a {
background: url(images/logo.png) no-repeat center left;
}You can add...
display: none;So the selector description will be as below:
.header-image #title a {
background: url(images/logo.png) no-repeat center left;
display: none;
}wmwebdes
MemberLooks good Ed and a pleasure to help.
This one resolved then.
wmwebdes
MemberYes - start another thread, but read this first.
There are a few issues with using an image in the Metro theme.BTW - love your site!
wmwebdes
MemberGreat stuff.
If you change your mind you can just shuffle them around, alter the displayed menu text - whatever you like!
I love WordPress custom menus.This one resolved then.
wmwebdes
MemberYou may prefer this video - shows you how to add dropdowns by dragging menu items.
http://blogbynumber.com/wordpress-custom-menu-tutorial-for-beginners/
-
AuthorPosts