Mobster
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Upgrade? No update needed?Forgot one !important detail…
Delete the files on your local machine as well as the files on your remote server, THEN download the updated files to your local machine.
Otherwise you just overwrite your local files which leaves the changed files that are then re-uploaded.
I know that might seem like everyday common knowledge to full time programmers but, the average user might overlook this little detail.
Forum: Fixing WordPress
In reply to: COPPA For WordPressYou have got to be kidding me? No one has any ideas how to add a user agreement to WordPress?
I guess I’ll have to try myself…
Forum: Fixing WordPress
In reply to: W3c Validation. Is this a possible database error?Slaps myself on forehead ! That was such an easy fix… Thanks.
Forum: Fixing WordPress
In reply to: W3c Validation. Is this a possible database error?This is just one of the errors location. I am using this to separate categories for my blogroll.
<div class=”menuscroll”>
<?php
echo preg_replace(‘/(href=”http:\/\/(.*)”.*<\/a>)/U’, ‘\\1\\2’, wp_list_bookmarks(‘echo=0’));
?>This line generates the above error.
I am in fact including both via custom query’s and (a better iinclude) posts on to the home page… I will look in these pages for poor code as well.
The website I can’t post unless you give me your ip. It’s not live yet.
Thank You
Forum: Everything else WordPress
In reply to: Including Posts and Pages to IndexActually, I’m trying to do the very thing you have on your page.
the_excerpt(); with limited text? how did you do that?
Thanks
Forum: Everything else WordPress
In reply to: Including Posts and Pages to IndexThanks adamrbrown for the direction… custom query strings are freak’n awesome!
I just have one little question.
Is there a way to a “read more” and limit the amount of words to query using the_excerpt();
Preferably without a plugin… thanks again
Forum: Everything else WordPress
In reply to: Including Posts and Pages to IndexWell… so far so good… I have experimented with this but the content repeats itself over and over… I’m kind of a SQL noob. How do I close the query after it retrieves the information.
Forum: Everything else WordPress
In reply to: Including Posts and Pages to IndexI am trying to import small posts into various blocks on by “home” Word Press page.
I would like to be able to edit a post or pages, import the posts/pages by id so the information displays in various blocks or <div>’s on my themes home page.
Make sense?
Forum: Fixing WordPress
In reply to: Repeating Query Issue ( Easy PayPal ) & ( Improved Include Page )No Ideas?
Forum: Fixing WordPress
In reply to: Removing links from parent PagesHere is the link:
https://saundersandcompany.com.c1.previewmysite.com/index.php
This shows the issue.
The drop down appears one way in IE
and another in Firefox.Who knows what it looks like in other browsers?
I’m getting so sick and tired of adjusting code to fit these two browsers !!!
Any help would be appreciated.
Forum: Fixing WordPress
In reply to: Removing links from parent PagesWell Kafkaesqui This does work but it throws my css into serious confusion. when I load it in Firefox the menu drops below the removed link.
In IE however, the dropdown loads to the right of the removed link.This is the css I think controls this correct?
#nav li ul { /* second-level lists */
position: absolute;
left: -999em;
height: 15.0em;
width: 13.0em;
w\idth: 13.0em;
font-weight: normal;
border: 0px solid #E4E4E4;
margin: 0;
list-style: none;
}
I’m having difficulty finding a work around. Do you suppose instead of removing it completely. You could help me make the parent link # instead of totally removing it.
Thanks again !
Forum: Fixing WordPress
In reply to: Removing links from parent Pages“Mobster, a little patience is a big thing around here.”
original post -Posted: 2006-03-12 18:28:58
Considering the date of this original post and the fact I have posted this topic another time with the only response being. “Contact Suckerfish”
I have been very patient. I don’t normally double post but, This has turned into an emergency situation sort of.
On your reply, that worked ! I am not quite ready to start writing code like that so, my hat is off to you for your response and wonderful code !
Thank You very much Kafkaesqui
Forum: Fixing WordPress
In reply to: Removing links from parent PagesIs this not possible to do?
Forum: Fixing WordPress
In reply to: Removing links from parent PagesBump ! I’m looking for the same thing. I am using suckerfish dropdowns and I would like to make the page parent links inactive.
Thank You
oh… here is my list pages code
<?php wp_list_pages(‘sort_column=post_author’ . ”); ?>
is there a way to exlude just the link from page parent?
Forum: Themes and Templates
In reply to: I know, I know … It’s been posted beforeOMG! your not going to believe this… I found the problem and a very stupid one at that. The problem was in the main directory htdocs/index.php for some stupid reason when I first started editing the theme in dreamweaver I attached a link to the css (for viewing purposes only I might add).
The moral to the story…. duh?
Sorry for all of the posted for such a stupid problem.