jeromyboyd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp-phpMyAdmin error: it is activated but won’t workStart with the fact this plugin hasn’t been updated in ages. See if this fits your fancies. I haven’t tested it, but I’m about to.
Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colora { color: #ff0000; font-family: Times New Roman; } a:visited { color: #ffffff; font-family: Arial; } a:hover { color: #000000; font-family: Verdana; }
Obviously you wouln’t use this combination, but I am giving you an example. You can also do it like so:
a, a:visited, a:hover, a:active { color: #0000ff; font-family: Arial; text-decoration: underline; }
but again, you wouldn’t want these exact styles, as chances are they would not work well together, but it is given as an example.
Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorUse
font-family: Arial
for example.Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorThen add a
a:hover
element to your stylesheet with the font and color properties you want. For the sake of organization, I would add it to your Misc section.Forum: Themes and Templates
In reply to: cant find this font anywhere, need to change the colorThat would be the anchor styling; in your css do a search for
a
. You will be changing thea:hover
styles.Forum: Themes and Templates
In reply to: How to float sidebar so that the content takes entire page?Really, no one care to take a shot?
Forum: Themes and Templates
In reply to: How to float sidebar so that the content takes entire page?A link to my site so you can view source as well.
Bah, after looking at the original style example given with sandbox, I realized I was not clearing any of my elements. Issued Resolved!
And I moved the ‘get’ sidebar function to the top of the code, and it at least places the sidebar where I want it without the use of positioning elements, but now I need the entire flow of the site to include the length of the sidebar so when I have short pages it has a minimum height that includes the sidebar.
Forum: Themes and Templates
In reply to: WordPress.com Themes Not Available?Use Google as well to search for themes, as the themes section here does not contain all of them by no means.
Forum: Themes and Templates
In reply to: Top of post is been displayed out of body?I see nothing wrong with your site, it might be your cookies. Refresh the page (F5) while holding down the shift (SHIFT) key (Shift + F5), also clear your browsing cookies and cache…
Forum: Themes and Templates
In reply to: wordpress theme: like www.remarpro.com!Shade Pro – it’s not free though, but it is nice looking!
Forum: Themes and Templates
In reply to: Improper spacing below entry-content of a page / post.Bah, last reply to my own topic here… I fixed it by moving my ‘contentBtm’ div inside my ‘contentMid’, which caused it to fix. This is not what I was wanting, but if it fixes it for me, so be it, I will mess with padding and margin properties later.
Might I request some support on this topic though, as it is more pressing at this point in time. Thanks for your help squeeky, any suggestions for my bd coding and use of line breaks are most appreciated.
Forum: Themes and Templates
In reply to: Improper spacing below entry-content of a page / post.The section that contains the unwanted break is in the content tags, where there are no unwanted or unneeded line breaks. I’m sorry for there not being a front page up right now, there was one when I asked this question originally, but I did some work on it since then and move things around. Here is a page not officially published, but you can atleast see what I am talking about.
Forum: Themes and Templates
In reply to: Improper spacing below entry-content of a page / post.Well, I’m no professional if thats what you are thinking…. haha! Thanks for replying though. The site template is in a very much ‘beta’ stage, as when I get things working properly, I will clean up the code, as that is the best I can do as a coder.