ny888
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need another pair of eyes to look at strange IE behaviorDidnt work – I’m not even sure it’s using my iesucks css. When I validate css, iesucks doesn’t show up. Is that because there are no warnings or errors?
This is my code in the header.php:
<?php wp_head(); ?>
<!–[if IE]>
<link rel=”stylesheet” title=”iesucks” href=”https://www.nuttyfamily.com/wp/wp-content/themes/mesozoic-20/iesucks.css” type=”text/css” media=”all” />
<![endif]–>
</head>Look at this page:
https://www.nuttyfamily.com/wp/2006/07/25/lolo-and-lola-arrives/It’s odd that it’s fitting the whole post within the space between my navigation links above it but it doesn’t do this for every one of my pages.
These are the other 2 pages it is doing it on:
https://www.nuttyfamily.com/wp/2006/07/16/nuttyfamilycom-has-changed/
https://www.nuttyfamily.com/wp/2006/07/25/lolo-and-lola-arrives/In each case the post is squeezed between the navigation links.
Forum: Themes and Templates
In reply to: Need another pair of eyes to look at strange IE behaviorI cleaned it up so it passed validation
https://www.nuttyfamily.com/wp/2006/07/16/nuttyfamilycom-has-changed/
but still not displaying properly so I guess it must be the css.
Forum: Themes and Templates
In reply to: Need another pair of eyes to look at strange IE behaviorThanks – I’ll look into those.
Forum: Fixing WordPress
In reply to: Moved WordPress; index.php not updatingCould it be that DNS servers are still pointing to your old site ? Did you change DNS entries for your domain to point to the new server? If you did, sometimes it takes a little while for the changes to propagate through the Internet DNS servers.
Forum: Your WordPress
In reply to: how to set up wp without commentsGo into your theme folder and modify the php files that display a single post and single page.
In my theme , they’re called single.php and page.php.
Within these files, you’ll see they’re calling the comments_template() function. Comment these lines out or delete them altogether.
Forum: Themes and Templates
In reply to: New Theme : Misty LookBeautiful theme. If I hadn’t already spent so much time integrating Zenphoto into Mesozoic, I’d be inclined to use this.
Forum: Fixing WordPress
In reply to: Can I make a page not clickable?Handysolo,
That’s cheating, but I like it. ??
Forum: Fixing WordPress
In reply to: Can I make a page not clickable?I guess I can try that, it’s just that I’m just getting started with php.
Forum: Fixing WordPress
In reply to: Can I make a page not clickable?On my navigation sidebar I have a list of page links. When you create a page you can define a page parent and then it displays indented to the page parent.
I like this look, I guess you can call it a page subcategory. I would like the parent page to just be text and not a link to anything.
Example:
>Trips
>>USA
>>Asia
>>EuropePerhaps there’s a plugin that will allow me to do this.
Forum: Fixing WordPress
In reply to: Create link on sidebar questionThat worked as well another another plugin someone pointed me to – https://txfx.net/code/wordpress/page-links-to/
Thanks for the help.
Forum: Fixing WordPress
In reply to: Create link on sidebar questionRedirectify sounds like it could work.
I’ll report back after I get off work and can try it.
Forum: Fixing WordPress
In reply to: Create link on sidebar questionI guess I can hard code it into the sidebar somewhere or create a link that would get added to the blgroll section.
I really want it in the navigation section and that section is created using the wp_list_pages.php. Short of hacking into that file I was hoping there was a way of creating a page that links to a static php file (like the zenphoto index.php).
Forum: Fixing WordPress
In reply to: Brocken sidebarThe same thing happened to me tonight. Turns out that when I edited the top post, I clicked on left justify for some text and it somehow added an extra DIV tag.
I didnt realize this until I went into the html editor and saw it. I removed the div tag line and the sidebar is ok now.
Forum: Fixing WordPress
In reply to: Changing domains of my WordPress blogWHOIS showed that dns were changed so now I can go to abc.com but my header, sidebar and footers are missing. I also cannot get to my admin page – url doesnt exists, all links point to abc.com/wp
UPDATE – might not be an issue, it might just be that my company’s dns servers haven’t updated yet.
Forum: Fixing WordPress
In reply to: Changing domains of my WordPress blogThank you Otto !