wendel-brume
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Changing the post title color – it should be easy?According to Firebug, the post titles are decided by:
h2 {style.css (line 181) font-size:2em; } h1, h2, h3, h4 {style.css (line 168) font-family:Calibri,Arial,"Helvetica Neue",Helvetica,sans-serif; line-height:1.25; margin:0 0 0.25em; } Inherited frombody body {style.css (line 47) color:#333333; font-family:Arial,"Helvetica Neue",Helvetica,sans-serif; font-size:80%; font-size-adjust:none; font-style:normal; font-variant:normal; font-weight:normal; line-height:1.5; }
Forum: Plugins
In reply to: FLV PlayerI’m considering switching over to this one:
https://www.jeroenwijering.com/?item=JW_FLV_Player
I haven’t tried it yet, but it looks like it could work well.
Forum: Fixing WordPress
In reply to: GoDaddy Help Please!You’re a harsh master Moshu, fair…but harsh. ??
Forum: Fixing WordPress
In reply to: hide pages in wordpress?Dunno, but you might want to consider that a feature rather than a bug?
Forum: Fixing WordPress
In reply to: hide pages in wordpress?On the right hand side of the Write>Write Page window there is an option under “Publish Status” to check a box to “Keep This Page Private”.
Forum: Fixing WordPress
In reply to: How to Add Comment form in every page?Post a link to your site so people can see what is going on.
Forum: Themes and Templates
In reply to: stylesheet changes don’t saveIf you don’t have it already, install Firefox and an add-on called Firebug. Firebug will show you the relationship between the HTML and the CSS.
We all overlook simple things, so…just in case…When updating the stylesheet, be sure to hit the ‘Update File’ button to put any changes into effect.
Forum: Your WordPress
In reply to: GirlOnGirl.tvLOL
Dude, that site is so about “you” and not about “her”.
Forum: Fixing WordPress
In reply to: Suddenly comments not being emailed to meI doubt anyone here “fixed” anything. You might want to check your spam folder at your ISP. It’s likely that they temporarily and arbitrarily spam filtered your comments emails. Then after there were so many, switched it back. If you do find a lot of these emails in your spambox, mark them as “not spam” to train the filter better.
Forum: Fixing WordPress
In reply to: Custom header issueWinsyntax is a great little program. It’s color coded and text-tabbed, almost like working in the code view of Dreamweaver.
Forum: Everything else WordPress
In reply to: Post numbering completely irregularPut this:
// To turn off revisions and extend autosave to one hour interval. define ('WP_POST_REVISIONS', 0); define('AUTOSAVE_INTERVAL', 600); // One hour should be long enough!
in your wp-config file.
Be sure to not completely overwrite that file at each update!
Apparently the newer versions of WP save revisions under a separate Post ID number. Do a search on this issue and you will find strong opinions about it.
Forum: Themes and Templates
In reply to: widgets in sidebar not editableThe best way to do this is to remove the Meta widget, and then use a Text widget that contains the links you want. (edit) If you aren’t registering commenters, (/edit) you don’t really -need- the Login/Logout link, so all you really need is the Site Admin, which always goes to
https://yoursite/wp-admin/
anyway.(edit) Huh, I put the web address above in backticks but it’s still creating a link. Don’t click on it, it goes to a dead end.
Ah heck, I just did this very thing at my site, so I hope the Mods won’t mind if I show a link:
Scroll all the way to the bottom and hover over the “For Manglement Use Only” link and notice the address in your browser activity bar. (/edit)
Forum: Fixing WordPress
In reply to: Custom header issueThe previous stylesheet probably included a background image or an image link for the header. When you replaced the stylesheet with…what and why?…it no longer has the CSS to place the image in the header. Go back to the original stylesheet and find where the image is being placed in the header, then copy that into the new stylesheet.
If you are running Firefox there is an add-on called Firebug that is useful for examining the relationship between the HTML and the CSS stylesheet.
If you didn’t save a backup of the original stylesheet – Get, use, and become familiar with the use of FTP client programs like Filezilla.
A very nice free HTML/CSS editor is Winsyntax.
Forum: Everything else WordPress
In reply to: How to Trim Big PostForum: Themes and Templates
In reply to: Removing “home” button ??You need to post a link to your page so people can see what you are asking about.