sparkweb
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Custom field renaming not workingGlad you got it working. Thanks for letting me know.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Custom field renaming not workingAre these pages or another custom post type? Is there another plugin that could be interfering? I did a little demo to show you exactly how I’m doing it to make sure neither of us are missing a step: http://quick.as/kzzsro4
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Custom field renaming not workingWhat’s the field name you are trying to rename? And to what value are you trying to change it?
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Custom field renaming not workingThis is interesting. I tried it on my local install and it also didn’t work. I made a couple changes that shouldn’t have made any difference and then it started to work. So I’m really not exactly sure what I did to fix it but it seems to be working now. Can you try 1.9.1 and see if that works better for you?
Make sure to select the posts that you want to change.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Page_number=X doesn't workGreat catch! I was doing page= instead of paged=. To fix this, open up wp-content/plugins/custom-field-bulk-editor/custom-field-bulk-editor.php
And change line 101 from:
"page" => isset($_GET['page_number']) ? (int)$_GET['page_number'] : 1,To:
"paged" => isset($_GET['page_number']) ? (int)$_GET['page_number'] : 1,I’ll patch this on my end and get it updated with the next release. Thanks!
Forum: Plugins
In reply to: [FoxyShop] Users can add more inventory to cart than is in stockThe 4.4.4 should be inactive – it won’t hurt anything. If you want to get rid of it, just delete foxyshop_old. Glad this fixed it.
Forum: Plugins
In reply to: [FoxyShop] Users can add more inventory to cart than is in stockDo you have two FoxyShop’s installed now? Basically, you want to overwrite the files in wp-content/plugins/foxyshop with the files that you downloaded from github. If you download a zip from github and load that directly into WP I think it will create a new plugin and you’ll end up with double plugins and the error you noted.
Be careful not delete one of the plugins from the admin or you will get data uninstalled. Be sure to just delete it from your server using FTP.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] No bulk edit option for custom page typesI installed this plugin and tried a number of things within CFBE and Namaste seems to be doing something that blocks it out. Unfortunately I’m not able to dive into Namaste to troubleshoot. You might consider asking those devs about that.
Probably the best solution in your situation would be to edit fields straight in the db. Sorry I wasn’t able to get a solution for you.
Forum: Plugins
In reply to: [FoxyShop] Users can add more inventory to cart than is in stockI’ve seen some reports of this pop up occassionally – can you please upgrade to the latest dev version from https://github.com/sparkweb/foxyshop – I think this should be cleared up here. Sorry for the trouble…
Forum: Plugins
In reply to: [Custom Field Bulk Editor] No bulk edit option for custom page typesAre any of the other post types working? If so, try tweaking the url of a working link to include the Lessons custom post type id. It sounds to me like there may be another plugin that is interfering with the menu.
Forum: Plugins
In reply to: [FoxyShop] Google Merchant integration GTIN problemsCould you please send a support request via http://www.foxy-shop.com/contact/ for the inventory thing? I never get reliable notifications from the WordPress forum and email is a better way to do support anyway. Thanks!
Forum: Plugins
In reply to: [Custom Field Bulk Editor] No bulk edit option for custom page typesHave you checked the settings page at wp-admin/options-general.php?page=cfbe_settings — that might be the place to check it on if it isn’t showing up for you.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Existing custom fields values do not appearHi, that’s correct, this doesn’t pull in the existing values, it just allows you to set new ones. That said, I see how this could be pretty valuable. I went ahead and built out this functionality for you this afternoon and added a new version to the repo (1.9). Please upgrade and that should give you the functionality you are looking for.
I’m glad you like the plugin.
Forum: Plugins
In reply to: [FoxyShop] Google Merchant integration GTIN problemsIt’s definitely not free. From Wikipedia:
Google Shopping (was Google Product Search and Froogle): price engine that searches online stores, including auctions, for products. Beginning in Fall of 2012, it will become a fully commercial product, only indexing paid listings.[4]
See http://www.google.com/intl/en_us/ads/shopping/ – are you sure this is still something you want to pursue?
Forum: Plugins
In reply to: [FoxyShop] Google Merchant integration GTIN problemsTo be honest, I’m really struggling to remember how this works. This was always a little dicey and then Google changed their integration so it wasn’t free anymore so there hasn’t been much usage.
As I look at this integration, it looks like we’re submitting a tab-delimited txt file. Is there supposed another column for identifier_exists that would be TRUE in most cases and FALSE in some?