freo4cup
Forum Replies Created
-
Forum: Your WordPress
In reply to: New DesignI did ask for input, I wouldn’t have posted if I wasn’t open to tweak the design a little. I do think it looks better now and I wouldn’t have changed it otherwise. Everyone on this thread has mentioned the links I don’t want to alienate anyone, especially because of something easily fixable like link colour.
Forum: Your WordPress
In reply to: New DesignDid you mean making the colour softer is worse? I have taken the dashed lines off the hover… What do you think now? Is there anything else that you don’t like? I also added a small bottom margin on each link so it is a little less cluttered
Forum: Your WordPress
In reply to: New DesignHow is it now guys?
Forum: Fixing WordPress
In reply to: Photo dissapears in IENo I just meant for you to change just the body not the page or header divs. Background is a short-hand CSS property below is the longer version it may be worth a try.
body {
font-size: 62.5%; /* Resets 1em to 10px */
font-family: ‘Lucida Grande’, Verdana, Arial, Sans-Serif;
background-image: url(‘images/cool_moose4Acopy.jpg’);
background-repeat: no-repeat;
background-position: top left;
background-color: transparent;
color: #333;
text-align: center;
}Forum: Fixing WordPress
In reply to: Photo dissapears in IEtry changing #fff to transparent in your css I don’t know why it would cover it but that may be what is happening
body {
background: etc;
}Forum: Your WordPress
In reply to: My new siteThanks for your comments, I’m launching a media/music player to it soon! But I don’t have any music so if anyone knows of any artists/musicians who want some free exposure through my site let me know through the contact section.
Any more comments or critisms I would love to hear it.
Forum: Fixing WordPress
In reply to: Showing it all?? Too long!Go to options then reading in wp admin
Change the blog pages to one or two and the for each article to summary,
Cheers
Forum: Fixing WordPress
In reply to: Home.php loop for only one category?I’m not sure but it worked for me here is the address.
If you want to apply it to another page it might be worth altering the code in it to make it applicable to that page.
https://smallestbusiness.com/2006/03/02/front-page-filter-plugin/
Forum: Fixing WordPress
In reply to: one category on home pageI just solved it front-page-filter plugin fixed it for me
Cheers
Forum: Fixing WordPress
In reply to: Home.php loop for only one category?Wow that is sure a lot of code, if you just want one category to show use the front-page-filter plugin. I recently solved this problem myself.
Hope that helps!
Forum: Fixing WordPress
In reply to: How to create RSS Feed w/iconThere is a site feedicons.com where you can get feedicons to match your site.