Rogue23
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Slider Feed] Hashtag don’t workI have a Business Account on FB, which is what I assume you are referring to. How do I “connect” it, as you say?
Thanks.
Forum: Plugins
In reply to: [Social Slider Feed] Hashtag don’t workDo you expect this feature to ever work again, or do you think it is done for good now (FB no longer allowing this or something)?
Thanks.
Forum: Plugins
In reply to: [Social Slider Feed] Hashtag don’t workDo you have an ETA on when hashtags will be fixed? I’ve been hoping you could get this to work but might have to switch to a different plugin if you think it will be much longer.
Thanks.
Forum: Plugins
In reply to: [Social Slider Feed] Hashtag don’t workIs there and ETA for when this might start working again? Mine stopped working a couple of months ago or so, forcing me to remove this from my site. I’ve installed all of the updates since, thinking this would be fixed eventually, but still nothing…
Thanks.
Forum: Plugins
In reply to: [WooCommerce Products Per Page] WC 3.3.1 Not Working with the pluginHello again,
As a side note to the post above, I did notice something strange: When I increase the number of Shop Columns, not only do that increase, but it adds more products to each page as well. It looks very strange, with gaps in the product listings from row to row, but the higher the number I select there, the more items show per page and the fewer pages there are.
I have the list of dropdowns and default products per page set to -1, because I want everything to display (ideally in 4 columns).
-Mark
Forum: Plugins
In reply to: [WooCommerce Products Per Page] WC 3.3.1 Not Working with the pluginHello,
I previously used custom code to control this (I want to display all products on the same page), but the WC update to 3.3.1 (I believe) cause it to stop working. It was essentially this code:
—–
add_filter( ‘loop_shop_per_page’, ‘new_loop_shop_per_page’, 20 );function new_loop_shop_per_page( $cols ) {
// $cols contains the current number of products per page based on the value stored on Options -> Reading
// Return the number of products you wanna show per page.
$cols = 100;
return $cols;
}
—–In searching for a solution, I found your plugin. I love its simplicity, but it is unfortunately not working for me either. You can see this on the product listing on my test site: https://test.virtualstrides.com/product-category/available-medals/
(to see this site, use guest/vstrides)
From reading through this thread, I am guessing this means there is a conflict somewhere. Are you able to help me identify where that might be coming from? Please keep in mind my site uses a LOT of plugins, including many custom written ones that are essential for the site to function. I guess I am hoping you see some obvious error that would point me in the right direction.
Thanks,
Mark- This reply was modified 7 years ago by Rogue23.
That worked!
For anyone finding this thread in the future, this was under BWP Minify/Manage enqueued Files/metaslider-flex-slider/select/not minify/Save.
As soon as I did that (basically telling BWM Minify to ignore this script, I believe), my slider started working again. I did not have to flush the cache.
Thanks!
I did that, but no joy:
“Notice: 2040 cached files have been deleted successfully!”
Any other ideas?
- This reply was modified 7 years, 3 months ago by Rogue23.
Forum: Plugins
In reply to: [WooCommerce] products once added to cart can checkout even out of stock?Hey Mike,
I have been having this exact same problem with my store, where once an item is added to the cart, the customer is able to purchase it, even when the product’s inventory reaches 0 (or negative) and backorders are not allowed. You said this was an issue with WCPGSK. How did you determine that (by disabling that plugin and the problem going away, I assume?), and were you able to find to stop the conflict?
Thanks,
MarkThat won’t be an issue. Can you please provide the code I should use to accomplish this?
Much appreciated!
[For anyone else reading this, the downloaded file needs to be renamed wp-staging.zip not .com]
Hi Rene – Thanks for the assistance! I will reply to you via email.
-Mark
This is the exact error message:
Fatal Error code: 1001. This should not happen. Please try again!
[13-01-2016 17:33:30]Fatal error! Updating table test_wp_ has been failed.Forum: Reviews
In reply to: [WooCommerce Conversion Tracking] Doesn't work with Woocommerce MailchimpI would love to use this plugin if not for this conflict.
Forum: Plugins
In reply to: [Pushover Integration for WooCommerce] Not sending NotificationsChecking those boxes seems to have fixed the issue for me, so I am guessing there is something not working with one of them. Check everything and see if that helps.
-Mark
Forum: Plugins
In reply to: [Pushover Integration for WooCommerce] No notifications and no logI just updated settings to have ALL boxes checked (I had $0 orders and backorders unchecked) and ran a test transaction and I DID receive the notification.
So perhaps the problem has to do with one of those two settings.
-Mark