boondocker
Forum Replies Created
-
Forum: Plugins
In reply to: [Nomad World Map] Moving from one URL to anotherThat was it! My versions were different. Fixed and running. Love this plugin, appreciate the help!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to AuthorizeOk, I did that. Sure enough. Is this a recent change? I know I’ve used the other account before… Like, a month ago. Strange. Well, mia culpa and thanks for your help!
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to AuthorizeOk, so a couple of other pieces of information. Nothing happens if I click the “forgot password” option in Jetpack. No email to my username, nothing. An again, I’m using the same username that I’m posting under right now.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Unable to AuthorizeThanks Richard. I am using my WordPress.com account – at least the same one I’m using to login and post here. Still can’t connect. I just get the following message:
The password you entered for the email or username boondocker is incorrect.
Remember, you need to sign in with your WordPress.com account, not your https://snowmads.com account. What’s the difference?
But it ISN’T the wrong password based on this username. The one I’m using here.
Any thoughts?
Forum: Fixing WordPress
In reply to: Custom Taxonomy Stopped SavingBump – we just reset the VPS to prior to the issue and now have the same issue.
Forum: Fixing WordPress
In reply to: Custom Taxonomy Stopped SavingIncluding the function for the custom taxonomy:
// Recipe Type Custom Taxonomy $recipe_type_labels = array( 'name' => __('Recipe Types', 'FoodRecipe'), 'singular_name' => __('Recipe Type', 'FoodRecipe'), 'search_items' => __('Search Recipe Types', 'FoodRecipe'), 'all_items' => __('All Recipe Types', 'FoodRecipe'), 'parent_item' => __('Parent Recipe Type', 'FoodRecipe'), 'parent_item_colon' =>__('Parent Recipe Type:', 'FoodRecipe'), 'edit_item' => __('Edit Recipe Type', 'FoodRecipe'), 'update_item' => __('Update Recipe Type', 'FoodRecipe'), 'add_new_item' => __('Add New Recipe Type', 'FoodRecipe'), 'new_item_name' => __('Recipe Type Name', 'FoodRecipe'), 'menu_name' => __('Recipe Types', 'FoodRecipe') ); register_taxonomy( 'recipe_type', 'recipe', array( 'hierarchical' => true, 'labels' => $recipe_type_labels, 'query_var' => true, 'rewrite' => array( 'slug' => __('recipe-type', 'FoodRecipe') ) ) );
[Moderator Note: No bumping. If it’s that urgent, consider hiring someone instead.]
Forum: Plugins
In reply to: [WP Favorite Posts] Favorite in custom post type not workingAnyone know how to add the custom post types in the widget?
Forum: Plugins
In reply to: [Really Simple Share] Pinterest Count disappears with FacebookOk, turned off HTML5 and that worked. Didn’t realize I had it turned on. Good for folks to know I suppose :0)
Forum: Plugins
In reply to: [Secure HTML5 Video Player] Problems viewing on iPad and iPhoneAnyone else hear anything on the iPad/iPhone issue?
Forum: Plugins
In reply to: [WP Favorite Posts] Refresh Favorite's pageFigured it out – WP Supercache issue. Great plugin…