HappyKite
Forum Replies Created
-
Forum: Reviews
In reply to: [WooCommerce Force Default Variant] Not workingSorry for the delay in response, I am sorry you didn’t get on with my plugin.
I am releasing version 1.4 within the next week which has been tested up to the latest version of WooCommerce (3.5.1).
I hope the newer version works for you.
Thanks,
MikeForum: Plugins
In reply to: [WooCommerce Force Default Variant] Works only for first DropdownHello Michael,
Sorry for the delay in response.
I have been working on a newer version of this plugin. Version 1.4 should be released within the next week.
I’ll let you know when it is released and hopefully this should fix the issue you are having.
Thank you for using my plugin and sorry you encountered an issue.
Thanks,
MikeHello,
Thank you for using the plugin.
I have been working on a new version that includes what you have asked for above.
I’ve added in stock checks and tested with the newest version of WooCommerce. I’ve also added in a stock level limit so you can stop variants from showing becoming the default if they are close to running out of stock too.
This will be released as version 1.4 and should hopefully be available within the next week.
Thank you very much again for using my plugin.
Cheers,
MikeForum: Plugins
In reply to: [WooCommerce Continue Shopping] Button not returning to categories.Hi Derek,
Thank you for your explanation.
I believe I have found the issue and fixed it now. This issue was happening with the quick add to cart buttons on the product category page.
Are you able to update to version 1.3.1, clear your cache and let me know if you are still experiencing the same issue please?
Regards,
MikeForum: Plugins
In reply to: [WooCommerce Continue Shopping] Button not returning to categories.Hi Derek,
Sorry for the delay in response.
I have had a look at your link provided and it seems to work for me. I’ve tried both the quick ‘Add to Cart’ and also going into a product and adding it that way.
Are you still encountering this issue yourself or have you managed to fix it?
Thank you for using my plugin!
MikeForum: Plugins
In reply to: [WooCommerce Continue Shopping] WooCommerce 3.x Compatibility?Hi Chris,
So sorry for the delay in response.
This plugin has been updated to work with the newest versions of WordPress and WooCommerce if you are still interested.
Many thanks,
MikeForum: Reviews
In reply to: [WooCommerce Force Default Variant] What a life-saver!Hello,
Thank you so much for your review! It’s always nice to know when something we’ve created has come in handy.
If you have any suggestions, or additional features you would like just let us know and we’ll add it to a list ready for the next version launch ??
Thanks again,
MikeForum: Plugins
In reply to: [WooCommerce Force Default Variant] WooCommerce 3.0 CompatibilityHi John,
Thank you for your kind words!
I will definitely be updating all of my plugins soon.
I’ll reply to this again when version 1.3 is ready for download.Thanks again.
Mike
Hello,
My guess is that we are both hooking into the same WooCommerce Function to change the Attributes list. I will get in touch with QL about adding compatibility between both of our plugins.
Thank you for bringing this to my attention and thank you very much for using our plugin.
Kind Regards,
MikeForum: Plugins
In reply to: [Ultimate Under Construction] Plugin Does Not Seem To Work?Hello Jasmine,
Thank you for using my plugin and sorry that you are having issues with it.
There are a few things it could be, there might be a caching issue, although that shouldn’t still be happening.
Might I ask you for a screen shot of your current settings page please? I’ll have a look through and see if anything looks out of the ordinary.
Kind Regards,
MikeForum: Reviews
In reply to: [Ultimate Under Construction] Always works great for meThank you very much for your kind words Kash!
Glad you are really enjoying it! We are in the process of working on a new release for Version 2.0, with new added features. Watch this space! ??
Forum: Plugins
In reply to: [WooCommerce Force Default Variant] Fatal error when activatingHello Siteprofit,
Thank you for bringing this to my attention and sorry it took so long to reply.
This issue has now been fixed, you will need to upgrade your version of the plugin and then try again.Sorry for the inconvenience
Mike.
Forum: Plugins
In reply to: [WP Infinite Scrolling] Error on activation the pluginHi,
I’m not sure if either of you are still having this issue, but I have a couple of solutions for you to try.
There is a function in this plugin that relies on array dereferencing, This is a function that was introduced in PHP 5.4. Your best way to fix this is to contact your hosting provider and ask them to upgrade your servers version of PHP to at least 5.4.
If you are unable to do that, or your hosting provider will not let you, then unfortunately you will need to modify the core plugin files, which normally isn’t recommended.
In the plugin there will be a file called ‘wp-infinite-scrolling.php’. On line 23 there will be the below function:
function wpifs_option( $key ) { return get_option( "wpifs_{$key}", wpifs_defaults()[$key] ); }
This is where the issue is, the way the get_option array is written is perfect and will work for PHP versions of 5.4 and higher. However if you want this to work with older versions of PHP (and newer ones for that matter) then you will need to change it to the below:
function wpifs_option( $key ) { return get_option( "wpifs_{$key}", wpifs_defaults($key) ); }
Hope that helps!
Forum: Plugins
In reply to: [WP Infinite Scrolling] Parse ErrorHi,
I’m not sure if any of you are still having this issue, but I have a couple of solutions for you to try.
There is a function in this plugin that relies on array dereferencing, This is a function that was introduced in PHP 5.4. Your best way to fix this is to contact your hosting provider and ask them to upgrade your servers version of PHP to at least 5.4.
If you are unable to do that, or your hosting provider will not let you, then unfortunately you will need to modify the core plugin files, which normally isn’t recommended.
In the plugin there will be a file called ‘wp-infinite-scrolling.php’. On line 23 there will be the below function:
function wpifs_option( $key ) { return get_option( "wpifs_{$key}", wpifs_defaults()[$key] ); }
This is where the issue is, the way the get_option array is written is perfect and will work for PHP versions of 5.4 and higher. However if you want this to work with older versions of PHP (and newer ones for that matter) then you will need to change it to the below:
function wpifs_option( $key ) { return get_option( "wpifs_{$key}", wpifs_defaults($key) ); }
Hope that helps!
Forum: Plugins
In reply to: [WooCommerce Force Default Variant] DeleteHmm, that is a bit odd. It sounds a little bit like Server Caching, glad you managed to sort it out in the end!
Sorry it didn’t agree with you and thank you for the download! ??