mikecherim
Forum Replies Created
-
Forum: Themes and Templates
In reply to: New ThemeLol, I’m so easy TechGnome. Thanks. I found everything that I needed and am very close to finishing the thing up. It now has it’s own folder, and is selectable through the Admin CP as is Classic and Default.
??
Mike
Forum: Themes and Templates
In reply to: New ThemeGood news guys. I’m working on re-skinning someone’s blog now with the “Beast-Blog” theme (with their colors and images). In doing so I have been going through everything making sure it’ll all be plug-n-play, and novice freindly — moreso in fact, if I’m doing this right ??
In other words I’m really close to releasing it (and I’ll likely make a zip downloadable from my site until it can be posted officially). But, I have run into a couple of things I’m hoping you guys will help me with.
I am using the default template, but I want to make an official template called Beast Blog, selectable in the Admin CP (that way one can keep “default” as in). However, if I create a folder called Beast Blog I cannot access the files (CSS, images, etc.) when that style is selected. Moreover, what I want to add the data (Title, Author, Description, Etc.), but I cannot find where to plug in that data, even though I found the admin file which pulls it in.
Second question: How do I write the path to the theme folder from header.php. The CSS is done like so.
<?php bloginfo('stylesheet_url'); ?>
Being that I want to keep this as plug-n-play and as extensible as possible, I prefer not to add wp-content/themes/beastblog/ to the file path (I want to bring the JS file into the theme folder.
Thank you very much.
MikeThank, Mike
Forum: Themes and Templates
In reply to: New ThemeThanks guys.
I’m terribly busy right now (in a nice way) but it’s on my to-do list. All the editing is done within the theme files so that’s cool. There is one new file, a JavaScript file, which gets added to the main directory (to allow form field focus to work in IE), but as I’m learning, this should all be quite doable.
Once concern, being that the banner is an image, is how to make it so people can use the image, yet change the name. One thought was to put the native *.png in the download to make it easy for people to alter the existing image if they choose to go that way, then export it as a *.jpg themselves. The text h1 heading would still be there, but it is underneath the background so it only shows if images are disabled. The biline is removed, or moved rather, to the “title” atribute of the H1 link.
Does this sound reasonable, or is this too much for folks to deal with? The imagery and whatnot makes it more complex for someone off the street who doesn’t work with imagery. I know these things are supposed to be pretty much plug-n-play. Perhaps this would be something for the warning and documentation.
Thank you in advance for any input you guys may have. Bummer I still haven’t heard from the staff. These things take time I guess. :-/
Mike
Forum: Themes and Templates
In reply to: New ThemeOkay. That’s cool. I did make contact finally (on the themes page I found a form). I’m not familiar with the process is all, and indeed I would have to provide instructions due to a few added classes and IDs. The changes occur mostly in the theme files’ mark-up, unless I’d offer those with the theme.
See, I don’t how it works. ??
Mike
Forum: Fixing WordPress
In reply to: post_ID string brokenHello tg,
Right you are. I found the physical break in the code.
This line…
<div class=”post” id=”post-<?php the_ID(); ?><h2 class=”dot”>…Was like this:
<div class=”post” id=”post-
<?php the_ID(); ?><h2 class=”dot”>…Thank you very much. I just need to ask the client to replace single.php on their server and all will be right as rain. I
already validated the change on a mirror copy. Didn’t need to, as soon as I saw it I knew.I appreciate your help.
Sincerely,
Mike CherimForum: Themes and Templates
In reply to: New ThemeOooooooooooh I love it!
I hope you can make it available as a theme for all to download.
Very nice.Thank you.
I want to contact someone from WordPress about doing just that, but I couldn’t find a means of contact. I’m hoping a stafer will see this post.
Mike
Forum: Everything else WordPress
In reply to: Announcing “BloxPress”: a Ajax Web2.0 ThemeAmazing!
Forum: Themes and Templates
In reply to: New ThemeI have been nicely surpised by all of the off-forum feedback I’ve gotten regarding my “Green-Beast” theme. I have been asked to make it available as an official downloadable WP theme. The theme also requires PHP and XHTML modifications to make it all work. I wanted to contact a WP Staffer but found no direct way of doing so.
Can a WP Staffer contact me regarding this (if interested) or provide me with a direct means of contact? Thank you.
Mike
Forum: Themes and Templates
In reply to: New ThemeHello Dewall,
Thank you ??
Please contact me off-forum and let’s see what we can work out. https://green-beast.com/contact/
Mike
Forum: Installing WordPress
In reply to: Moved Blog, Barred Admin Access, RedirectingThank you. That may help. I suppose it’s never too late (since the original DB is still in place), but I may have to retrace my steps.
Forum: Installing WordPress
In reply to: Moved Blog, Barred Admin Access, RedirectingI’m sorry, that isn’t really helping me. I don’t know what the problem is and I cannot access my admin panel to make changes there. I don’t see anything in PHPmyAdmin that is helping me. I redid the dump file, and even manually made the changes in the data, DB name, path, etc. Yet it is still not working.