kickass
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Looking for a good 2-column theme that resizes properlyYou can add the minmax.js script and a minwidth on body in the css to any of the kickass boxes themes.
http://www.doxdesk.com/software/js/minmax.html
http://www.doxdesk.com/file/software/js/minmax.jsOpen the header.php file and include the call to the script in the head section. I usually use an absolute path to the script in wp, I just find it makes it easier. Make sure to use the /script tag so the page validates.
Hope this helps.
Forum: Fixing WordPress
In reply to: Dashboard is back1.5 and it’s back for me too.
Forum: Themes and Templates
In reply to: Kickass-Boxes in Blue WordPress Theme available for Downloadoops, sorry, I forgot to check the “not a support question” box . . .
Forum: Themes and Templates
In reply to: How to include own pages to wp (not made via admin cp!)You can simply add your own static linklist in the sidebar (sidebar.php) or wherever you want it.
My blog, http://kickasswebdesign.com/wordpress/
has two links added as static links at the top of my links. These links were added by me to php file that generates that section of the page. One of the links is “home” and the other is “bloghome”. Is this the kind of thing you had in mind?Forum: Themes and Templates
In reply to: Color ScrollbarsI think you need to learn about css styles and how they work. The change needs to be made in the style.css file (or whatever the .css file is called in the theme you’re using.)
Forum: Fixing WordPress
In reply to: Lazy Gallery helpIt would be helpful if you could post an URL so we can see what it is you’re working with. Which gallery. What theme. Just some basic info. In other words, thicken the plot a bit here, eh? *grin*
Forum: Everything else WordPress
In reply to: posting offline?Did you try the “Save as Draft” button in your admin “write post” interface?
Forum: Installing WordPress
In reply to: Comments are too brief!Try opening your comments.php file and find the form tag that says
textarea name=”comment” id=”comment” cols=”100%” rows=”10″ tabindex=”4″
Change rows=”10″ to rows=”20″ or whatever number you like. See if that works for you.
Forum: Themes and Templates
In reply to: Kickass-Squawk! WordPress Theme available for Download*blush*
I really have to share the credit for that with the css-discuss group. They kicked the kickass butt into shape for sure.
Forum: Everything else WordPress
In reply to: Convert static business site to WP?Personally I think you can build the site from scratch using WP- just use WP Pages to build the static content, and “blog” the rest. Define a “Page” as your homepage and off you go.
And yes, you will definitely need a real webhost (earthlink doesn’t in any way qualify for that distinction!) Make sure to check about availability of mod_rewrite before you sign up, you’ll save yourself a bunch of headaches in creating search engine friendly urls. Also check for .htaccess access. Some hosts allow it, some don’t.
Forum: Themes and Templates
In reply to: Kickass-Squawk! WordPress Theme available for Downloadmacmanx, THANKS! It’s so nice to be appreciated!
vkaryl, I love what you’ve done with it, wowza! What a compliment for it to be up and running at your site so quickly! And yes, you’re right, folks really should at least give the readme.txt file a glance, but the way I figure it is if they read it in a panic after they’ve made everything fly all over the place at least then they’ll maybe be able to figure out where they went wrong *grin*
Forum: Themes and Templates
In reply to: Kickass-Squawk! WordPress Theme available for DownloadYou’re both very welcome! Let me know how it works for you.
Forum: Themes and Templates
In reply to: Allowing public to switch themesForum: Fixing WordPress
In reply to: Transparent background color with opaque text?Oh, forgot to add, to do the nontransparent text over the transparent backgrounds you need to layer your divs and use wrappers. For instance, the body gets an image background, the wrapper gets a transparent background, and the div inside the wrapper gets the opaque text.
Forum: Fixing WordPress
In reply to: Transparent background color with opaque text?http://www.domedia.org/oveklykken/css-transparency.php
http://www.jadwigo.nl/tools/transparency/index.html.phpProblem with transparency that WORKS is that it’s css3 and doesn’t validate . . .