p3aul
Forum Replies Created
-
Forum: Plugins
In reply to: Installed Buddypress now I can't get in to adminThanks,
I was able to go to to the admin area thru the URL. I noticed that “meta” was in the deactivated panel and moved it to the sidebar. Now everything is fine.
PaulForum: Fixing WordPress
In reply to: Removing widget from the front pagecould be. but why would I want to add anything. I trying to get rid of them! I’m looking to create a minimum private blog that would only be for a small group of people. I don’t need RSS feeds, categories, links and the other stuff that might be of concern to wannabe op-ed people. It seems to me that the software, while user-friendly is not hacker-friendly. By that I mean those of us who like to get in there and mess with the innards. The css files are created without cr/lf in an attempt, it seems to thwart editing., yet it is still the most popular blog software on the net.
does anyone know how I can make these changes? Is there a link to some tutorials that encourage such tinkering?
Thanks,
PaulForum: Themes and Templates
In reply to: Changing colors (background/font)Sorry to butt in but I just wanted to share with you a good site to plan your color scheme on: https://www.colorschemer.com/online.html
Pick a color and the hex code( the six numbers that vuway is speaking of will appear below. You can choose complementary colors and colors that go well with each other. The code is in a number form that the computer uses called hexidecimal and is always preceeded by the “#” sign that is the way you will see it represented in CSS and HTML.
Cheers!
Forum: Themes and Templates
In reply to: modifying the Classic themeThanks for your reply. I prefer the internet tutorials over books, they cost nothing and the code is easily experimented with. As for the commented out code you saw, that is just my way. I don’t delete anything. Commenting out means I can just remove the comments and comment out my own insertions when mine don’t work. I also liberally comment my code, so that I can go back and find out how I did something in the future. here is and example you gave me:
h1 {
margin:0;} /* h1 is added in order to control the vertcal placement of the header image */h2 {
I am pretty proficient in html and php, though not an expert. What I really need is a degree in programming WordPress! ?? And I’m getting that right here!
As for the double quote marks? How the hell did that get there! ??
Paul
Forum: Themes and Templates
In reply to: modifying the Classic themeAh yes! Thank you! now a question. Will this work for any theme? I’m not an expert by any means but I thought the “h” tags were just used to display different sizes of type on the screen. Is this covered in the codex?
Thanks,
PaulForum: Themes and Templates
In reply to: modifying the Classic themeI’m using WP 2.8.4 there is no h1. I’ve been over it with a fine tooth comb, even used “Find”. nada. ??
Forum: Everything else WordPress
In reply to: Profile avatarsnah it’s not that important. of all WordPress features, the forum leaves a lot to be desired. They should try phpBB. I have it on my site and it’s awesome!
Thanks for replying,
PaulForum: Themes and Templates
In reply to: hacking the default themeAh… The sweet smell of success! Thanks to all of you I have now learned how to alter the graphic files and modify and tweek the css and php files. My 12 yea-old grandaughter is going to love it! Her very own blog!
And now…On to bigger things!
Paul
Forum: Themes and Templates
In reply to: hacking the default themePerfect! well almost! Now to get rid of the search box, rss feed stuff and blog roll. Also I’d like to get rid of the XFN link and the WordPress link since it’s repeated in the footer. I want to give them credit but I think one link is enough.
Thanks, Figero!
Forum: Themes and Templates
In reply to: hacking the default themefigaro,
I followed your video tutorial but didn’t have much luck. I was able to change the color of the rounded header and add a couple of images and I changed the background color. My page was supposed to be a light lilac but it remained white even tho it was lilac in Photoshop. In addition I have a couple of white lines on either side of the header.here is a link to the website: https://www.3ryd.com/wp/
Since WP-Support doesn’t allow attachments, here is a link to my psd file:
https://www.3ryd.com/pauls-template.zip
Thanks,
PaulForum: Themes and Templates
In reply to: hacking the default themeThese videos have been a real help. I wish someone would create some on editing the different php files. Even php files that are liberally commentd, showing what to change would be a big help! As I learn, I’m going to just that. Comment the files, showing what to change and how. I’m surprised no one’s ever thought of that. I know how it is though, in the past, commenting the files, has been just too much work!
I will follow your links esmi. Thanks for replying.
Forum: Themes and Templates
In reply to: hacking the default themeThanks to figaro’s excellent video, I can now change the graphics on the default frontpage.
This leaves the searchbox, rss feeds and:
*
Pages
o Attention Middle GA Consumers
*
Archives
o September 2009
*
Categories
o Uncategorized (1)*
Blogroll
o Development Blog
o Documentation
o Plugins
o Suggest Ideas
o Support Forum
o Themes
o WordPress Planet
*
Meta
o Site Admin
o Log out
o Valid XHTML
o XFN
o WordPress
is proudly powered by WordPress
Entries (RSS) and Comments (RSS).I believe this has to be done in header.php but I don’t know how. What’s been happing with me, when I alter or remove something it goes back to a default and I don’t want that either!
Thanks,
PaulForum: Themes and Templates
In reply to: hacking the default themeah, yes thank you! Figaro, I’m about a half-step ahead of you! I found your website by looking at another post. I’m in the process of watching the video now. I use photoshop in developing my own images. What I don’t understand though is that kubrickheader.jpg is a simple rectangle. I don’t see right and left rounded corner images at all.
Thanks,
PaulForum: Themes and Templates
In reply to: hacking the default themeSure, thanks, Like I said, I am just using it for practice it’s got a long way to go yet! Eventually I want to get rid of those rss thingys and the search box, along withe side panels. Here’s the URL:
https://www.3ryd.com/wp/Thanks for answering!
PaulForum: Themes and Templates
In reply to: Removing all the junkMia Culpa! I’ve got ot all worked out now! No one can post or log in unless they are registered and the only way they can register is by manually registering them. Since the comment still has to be approved, I think this should be safe enough for a 13 year old girl? I say again, many thanks for being so patient with me and walking me through!
Paul