sparkweb
Forum Replies Created
-
Forum: Reviews
In reply to: [Custom Field Bulk Editor] Works great!+1 Thanks so much for the positive comments. I’m really glad this worked out well for you!
Forum: Hacks
In reply to: WP_HTTP and CURLOPT_CAINFO@bcworkz, that’s exactly what I was looking for. Thanks so much for pointing that out!
Forum: Plugins
In reply to: [Hide YouTube Related Videos] Youtu.be linksWell, I’m not sure what to say here. It’s working on the sites I’ve tried it on so I’m not sure what might be going on. Can’t fix it if I can’t see the problem… 🙂
Forum: Plugins
In reply to: [FoxyShop] Product Variants – excluding based on variant combinationsCurrently the way to do this is to use dkeys to show/hide variants. So you would setup a variation called “Size” which would only be available when “Blue” was selected. This way you can really be specific about which options show up where.
Forum: Plugins
In reply to: [Hide YouTube Related Videos] Youtu.be linksI just tested this on my dev site and and it worked fine with both the original video and the short-link version. Are you using this with the natural oEmbed or are you embedding this directly into a page?
Forum: Plugins
In reply to: [Hide YouTube Related Videos] Youtu.be linksI don’t know about that. Those are just shorteners so you probably don’t want to use those links. I’d probably just stick with regular YouTube links.
Forum: Plugins
In reply to: [FoxyShop] Empty cart overlay – fatal error in twig templates?@tvainisi – I can’t quite troubleshoot the twig error – my general recommendation is to go to your FoxyCart admin, manually cache the cart, then put that in a text file and look up the line number of the error you get when you hit update template. That will help narrow it down. You should check with FoxyCart support if you need more help with that template.
To test that the FoxyShop part is working, just switch to the default template temporarily.
In regard to the store errors, I couldn’t really say without looking at it. But I think if you send the details to FoxyCart they can troubleshoot it for you.
I’m not trying to put you off here – but I can’t really do anything without more info and this falls under the realm of FoxyCart support. 🙂
Forum: Plugins
In reply to: [FoxyShop] Can't view product pagesGlad you got it fixed!
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Not working with latest version of ACF?Yeah, that’s what I thought. Standard WP postmeta isn’t that flexible so ACF had to do some fancy things to make it work better in some cases. At the risk of doing things in a non-standard way.
You could always figure out what they are doing and run SQL queries to fix something if it was a one-time thing.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Not working with latest version of ACF?I think you might need to check the database and see how ACF is setting the fields. I think for some fields ACF uses straight custom fields but for anything special like taxonomies or repeaters ACF does it’s own thing. I’ve also seen that ACF sometimes uses subfields with a different format than you’d expect. So check the database to see exactly how ACF is setting the fields you want to edit.
Forum: Plugins
In reply to: [FoxyShop] Cannot use object of type WP_Error as array in adminfunctions.phpI just pushed up 4.4.1 which should resolve the WP_Error issue.
Forum: Plugins
In reply to: [FoxyShop] Cannot use object of type WP_Error as array in adminfunctions.phpI’m aware of the issue. I will be getting a fix pushed out on this. This is indicative that there was a cURL error. Often this has to do with SSL peer verification failing which you can fix by setting a flag in wp-config or installing the cert files for FoxyCart’s SSL provider.
Sorry about the trouble. I’ll get a more permanent fix posted soon.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Is this the right Plugin for me?I’m not quite sure what you are asking here. You can select a bunch of posts and edit one field at once on the main page. That’s what the plugin does
Forum: Plugins
In reply to: [Custom Field Bulk Editor] Is this the right Plugin for me?Cool! I don’t know anything about MarketPress, but you could look at the page source of your admin and see if the value is set to a specific custom field. For example, maybe it’s “_value”? It might be a serialized array in which case you wouldn’t be able to use the plugin to change it very effectively.
Forum: Plugins
In reply to: [Custom Field Bulk Editor] TWO things are missing, for a perferct CF_danceI’ll consider this, but I’m not doing any active development on this plugin at this time. I built it to serve a specific need I have and it’s more designed for changing a bunch of posts at once, than specific values on an individual post.