Cathy Mitchell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Search for ONE pageI’m looking for teh same thing. I want to add a FAQ page, and at the top have a search form so users can quickly get to what their question is… does that make sense?
Forum: Fixing WordPress
In reply to: Invalid argument error on my custom taxonomyThe problem was in the custom post type not in the taxonomy. If anyone else needs this answer –
the taxonomies argument in the register_post_type is an ARRAY. lol
Forum: Fixing WordPress
In reply to: htaccess problem I think?I’ve installed lots of WP installations in a subdomain like you mention – at jeepers.com/lists without a hitch. I would clear the re-write rules by going to the permalinks tab in your WP dashboard, saving the default rules, and then saving your custom urls again. That will flush them. You shouldn’t have a problem installing anything else in any subdomain.
If you’ve written the htaccess rules by hand, I’m afraid I’m not knowledgeable enough to help with that.
Forum: Fixing WordPress
In reply to: htaccess problem I think?I’ve installed lots of WP installations in a subdomain like you mention – at jeepers.com/lists without a hitch. I would clear the re-write rules by going to the permalinks tab in your WP dashboard, saving the default rules, and then saving your custom urls again. That will flush them. You shouldn’t have a problem installing anything else in any subdomain.
If you’ve written the htaccess rules by hand, I’m afraid I’m not knowledgeable enough to help with that.
Forum: Plugins
In reply to: [WP Slick Slider] [Plugin: WP Slick Slider] Does not slide?I am having the same issue. All slides are showing in a column down the page instead of sliding.
my client is getting the same error.
I’m having the same troubles – only in the sidebars! The outbound article links & outbound comment links seem to work fine!
I’m having the same problem! But we do use widgets.
Forum: Fixing WordPress
In reply to: Please Help – virus/malware problemI dont get any warnings on visiting your site.
Forum: Fixing WordPress
In reply to: wp_list_categories exclude doesn't workTHis code should work:
<?php wp_list_categories('exclude=1&show_count=1&title_li='); ?>
Forum: Fixing WordPress
In reply to: Site crashes after automatic update from 2.9.8 to 3.0.1I’m not 100% sure on this, but I dont trust appending a word – bak – to the file. I’d put it at the beginning of the word. Also, go ahead and rename the plugins now to see if they are causing the problem. That is at the wp-content/plugins/ directory. prepend — to each name.
Forum: Fixing WordPress
In reply to: wp_list_categories exclude doesn't workCan you paste the code into a pastebin? What you have should work assuming there is a cat with the ID of 1.
Forum: Fixing WordPress
In reply to: Navigation – Best way to do this?Haha. If you’re controlling it, then simply add 2 nav bars to the header area. Use this: https://codex.www.ads-software.com/Function_Reference/wp_nav_menu and then you can change the links easily from the admin side of things.
good luck.
Forum: Fixing WordPress
In reply to: Reg permalink ProblemRe-upload the files through FTP and check the permissions, as noted in the installation instructions.
Forum: Fixing WordPress
In reply to: WordPress Admin not refreshing after Updating something.How many Pages do you have? Not posts, but pages?