Marc
Forum Replies Created
-
Forum: Your WordPress
In reply to: Isabel’s JourneyThat’s better!
Personally I dis-like pink but it is appropriate considering the subject.
Forum: Your WordPress
In reply to: Isabel’s JourneyOops – thats not good! I see an unstyled page.
Looks like your style sheet isn’t being called up, although by looking at the page source it is shown as imported.
Forum: Themes and Templates
In reply to: Tried to Fix BlockquoteI just visited your site, didn’t notice the blockquote problem. But did see a fatal error when I attempted to leave a comment.
Forum: Fixing WordPress
In reply to: Bug? WP overwriting .htaccess file…Does anyone know what htaccess codes will direct visitors to a list of different names for your blog?
ie:
“yoursite.com”
“yoursite.com/index.php”And a related question. I have a second blog that runs on a sub-domain. I have not been able to get it to follow the correct URL format for a sub-domain.
At present the URL is “firstsite.com/secondsite.com/index.php”
What should the htaccess be to use the correct format?
ie “secondsite/firstsite.com/index.php/”
Thanks
Forum: Your WordPress
In reply to: The TechnofileSorry, not impressed. With the exception of the header img it’s an out of the box “Dots” WP 1.2 style sheet from Alex King.
Forum: Themes and Templates
In reply to: Broken ThemesThat theme is made for WP 1.2 as are all the themes posted by Alex King at the moment.
Here is a reference that explains how to use a 1.2 style in WP 1.5
http://wordlog.com/archives/2005/03/05/first-ten-percent-make-themes-out-of-old-styles/
Forum: Installing WordPress
In reply to: Uninstall?Thanks, give me a few minutes while I get the kids off to school (its 6am in the Philippines) and I will send you the error code.
Forum: Installing WordPress
In reply to: Uninstall?You can trust podz, he performed the same function for me a few months back.
Note to podz: I have attempted to install Xampp as per your tutorial series. Upon acessing the blog I received an error.
If I email the error code can you see if it can be saved or other advice yo may have.
Forum: Fixing WordPress
In reply to: Examples of “Write Pages”?You can also have a peek at my site.
http://cranialcavity.net/wordpress/index.php
Check to Pages section in the side bar.
Forum: Fixing WordPress
In reply to: Set post titles as images?Sorry, that should be
<a href="http://cranialcavity.net/wordpress/index.php">Cranial Cavity</a>Forum: Fixing WordPress
In reply to: Set post titles as images?You can also see an example of image titles here: Cranial Cavity
Forum: Themes and Templates
In reply to: Custom Themes?Try Eris Design (http://www.erisfree.com/d2/apart.php)
She has 11 different templates each with 3 options, 2 col right, 2 col left, or 3 col.
The linked page is the template generator, just plugin the correct data, save the images for the selected style and submit and the program will spit out all the templates.
All for the Princely sum of FREE!
Forum: Plugins
In reply to: Looking for the first letter pluginJinsan:
Try this method of text replacement. This plugin will replace post titles with your choice of size, color and font. With an additional plugin (avail at same link) you can use it to display dropcaps and sidebar titles.
http://www.coldforged.org/archives/2005/02/24/image-headlines-version-24/
If you desire to only use CSS this site offers many options for inline text effects.
http://www.mandarindesign.com/troops.html#opacityblackForum: Fixing WordPress
In reply to: URL change in WP Strahorn upgradeI agree “going to testblog/ should auto…..”
But it doesn’t since the upgrade it would take me to the online blog instead, minus the data because of the different data base. I’m not sure what your link is explaining (Apache) Any way I have solved the problem bychanging the way the URI is saved under “general options” although as I said this creates a problem with all the blogs that link to the main online blog. If another solution isn’t found I guess I wil livew with it.
Is there code for .htaccess that would instruct any browser to go to a list of available URL’s? ie
cranialcavity.net
cranialcavity.net/wordpress
cranialcavity.net.wordpress/index.phpIs this related to the problem? This error is displayed when attempting to “manage files” in this case it was a call to manage the style sheet.
Warning: file(/home/cranial/public_html/wordpress/Manji2): failed to open stream: No such file or directory in /home/cranial/public_html/wordpress/wp-admin/admin-functions.php on line 908Warning: implode(): Bad arguments. in /home/cranial/public_html/wordpress/wp-admin/admin-functions.php on line 908
When called it displayed the stylesheet but gave this error code to the side under “recent.”
Forum: Fixing WordPress
In reply to: Broken comments pageThat was it, the missing closing tag. Thanks!
The question remains how did the tag disappear into thin air when I have made no changes to that section of code.
Oh well it’s repaired that is all that counts. In the mean time I have to find the time to fix the rest of the invalid code on that page