Maxaud
Forum Replies Created
-
Forum: Themes and Templates
In reply to: adding header image instead of text titlemaybe try the search option next time
this was posted only a short time ago:
http://wordpress.org/support/topic/157079?replies=3Forum: Fixing WordPress
In reply to: Perfectly Happy in Firefox but Messed Up in Exploreryou made a post on Wednesday. Is there something in that post that may be screwing it up?
You could always back up everything before editing so if it does “screw up with firefox” then you could revert abck to only screwed up in IEForum: Fixing WordPress
In reply to: Adding div class to front pageyou had two intro id’s in your css? That’s completely unneccessary.
browsers will only use one of them in your style sheet.
Make it so you only have one div with the intro call as it’s applying the css to both dividers.
Forum: Fixing WordPress
In reply to: No formatting buttons on my version why?What’s the URL to the websites where your WordPress installation is?
Forum: Fixing WordPress
In reply to: “home” page says not foundIn the mean time, you could go into the reading options menu and choose a Page as your main page. That is assuming you are using a newer version of WordPress.
Forum: Fixing WordPress
In reply to: img src= ?php include TEMPLATEPATH… gets big messwhat about:
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/me.jpg" alt="picture of me" />Forum: Fixing WordPress
In reply to: Displaying of thumbnailsyou will probably want to look into plugins such as “post-thumb” It gets pretty tricky. It could be accomplished with custom tags and the “more” function
Forum: Fixing WordPress
In reply to: View Site from Admin shows “parked” domain pageIs there an index.htm or index.html file on your server in the same directory?
If so, try renaming it to old_index.html or deleting it.
You’ll see that your site is working if you go to http://scriptleak.com/index.php
Forum: Fixing WordPress
In reply to: Editing Headers & Adding Links!try changing to:
<div id="menu"> <ul> <li><a href="http://technix.info/">Home</a></li> <li><a href="http://technix.freehostia.com/wordpress/about/" title="About">About</a></li> <li><a href="http://technix.freehostia.com/wordpress/guestbook/" title="GuestBook">GuestBook</a></li> <li><a href="http://www.url-to-tech-board-page.com" title="TechBoard">TechBoard</a></li> </ul> </div>Yours might have soemthing that says list_pages rather then the li for about.
If that makes sense…Forum: Fixing WordPress
In reply to: header Image not displayingPlease post the link to yuor site where WordPress is installed if possible.
Make sure you have an image named “buildingdreamsheader.jpg” in your images folder.
Forum: Your WordPress
In reply to: Check out my Chelsea Handler SiteLooks good!
Forum: Plugins
In reply to: Plugin that changes words into linksThanks!
Is this plugin reversable if I decide to not need it at a later date?Thanks again!
Forum: Your WordPress
In reply to: Check out my Chelsea Handler SiteOn my browser the last button on the horizontal navigation is ‘quotes’.
‘shop’ is on a new line.Forum: Fixing WordPress
In reply to: Multiple LoopsHmmm, I’m not really sure where to go from here.
Maybe try seperating onto different lines like:<?php $categoryvariable=$cat; $query= 'cat=" . $categoryvariable. "' . '&orderby=date' . '&order=ASC' . '&tag=featured' query_posts($query); ?>I may have the double/single quotes wrong around
. $categoryvariable.Forum: Your WordPress
In reply to: Examples of WP that don’t look like blogs?http://playforwarddesigns.com/home/
-Based off of the BlueprintCSS framework.
-Script.aculo.us javascript implemented on the 4 horizontal buttons.
-Drop down menu based off of wp_list_pages, add a page and it adds it to the drop down up to 5 pages deep.
-Custom author page based off of the GridlineLite theme by Thad Allender
-5 widget locations, 1 sidebar, 4 across the bottomStill a work in progress but getting there.
http://www.playforwarddesigns.com/dev/
-based off of the Kubrick theme, just screwing around with it.