bstump
Forum Replies Created
-
Forum: Plugins
In reply to: [Secure DB Connection] Fatal Error During ActivationJust started running into this. As of Version 1.1.2, do this:
– Copy lines 25 and 26 into the __construct function
– Replace the “$” with “$this->” so they look like this:$this->_path_dropin = WP_CONTENT_DIR . ‘/db.php’;
$this->_path_plugin = __DIR__ . ‘/db.php’;– Make lines 25 and 26 so they’re initialized w/o a value:
private $_path_plugin;
private $_path_dropin;That should fix it!
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] No Categories in AutomationI was able to create a workaround in the v2 plugin, but it requires you modify the core plugin.
After line 63 in “/includes/api/class-mailchimp-woocommerce-transform-products.php”, which is this:
$product->setUrl($woo->get_permalink());
Just add in this code:
// Set vendor to comma separated value of categories $product->setVendor(strip_tags(wc_get_product_category_list($woo->get_id(), ',')));
One caveat is that it pulls in ALL categories in a CSV format, so you’ll have a LOT of variations. If you have a product that’s in “Category 1” it will add “Category 1” to the MC category list. If you have a product that’s in “Category 1” and “Category 2” it will add “Category 1,Category 2” to the MC category list. Pretty much any category variation.
- This reply was modified 7 years, 5 months ago by bstump.
Forum: Plugins
In reply to: [WooCommerce Conversion Tracking] WooCommerce 3.0+ IssueAdding tags.
Forum: Plugins
In reply to: [Mailchimp for WooCommerce] WooCommerce 3.0+ IssueOh, also in that file, on line 71, “$woo->get_order_currency()” needs to be changed to “$woo->get_currency()” for the latest build of WooCommerce.
Forum: Plugins
In reply to: [Back End Instructions] upload images to wrong folderWould be nice to know how you solved this… I’m working on a custom plugin and this just started happening to me today.
Forum: Reviews
In reply to: [Rackspace CloudFiles CDN] Kind Of WorksRelax. The author doesn’t have the updated plugin code. I made it very clear this was not my plugin, but that I had updated the code. If posting is “highly discouraged”, they can contact me via my profile, which is why I made that a secondary option.
Forum: Plugins
In reply to: [Rackspace CloudFiles CDN] ContributingI have greatly improved this plugin. I would like to submit the code to you, but have no way of contacting you directly.
Toshi:
Pretty crazy,I had two thumbnails that were different heights and that broke it. Yikes!
kaiporrusio:
Set your desired thumbnail size and regenerate all of your thumbnails in the plugin. That did it for me!
Forum: Fixing WordPress
In reply to: Misaligned PhotosYOU, my friend, are AWESOME!!! Thank you VERY much @alchymyth!
Blows me away that one picture that is 1px taller than the rest could blow up the whole gallery!
Forum: Fixing WordPress
In reply to: Misaligned PhotosThis is with the latest version of NextGEN gallery AND the latest WordPress version.
This is with the latest plugin AND latest WordPress installs.
Forum: Plugins
In reply to: [WP Online Store] [Plugin: WP Online Store] Pagination Issue – Support?All I was asking for was an acknowledgement that you got anything at all. I didn’t hear a peep, so I got upset, I apologize, I shouldn’t have been so hasty.
Your fix for the”undefined” was broken, I had to change some code in the fix you sent, it wasn’t “my bug.”
As far as priority support, I tried to buy a ticket and it gave me a payment processing error.
Last,but not least, it has now been 48 hours since I opened the ticket and I’m just getting a response (on this forum, but not in my ticket) not 24 hours.