Kevin Brent
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] code not working after activating HPOSTry this, it solved the same issue for me.
https://stackoverflow.com/questions/77366037/filtering-orders-list-in-woocommerce-with-hpos
Forum: Reviews
In reply to: [WP Data Sync] subscription!Thanks for your input. The plugin is open-source and free to use.
A subscription is required to use our service to manage data and keep things in sync. We also offer premium support to our paid users.
You are welcome to develop your own data and syncing solution to use with the plugin. But, we do not offer support for that.
Forum: Plugins
In reply to: [Klaviyo] Custom filter for add to cart dataScott,
Thanks for getting back to me. I will submit the information via your in-app support so I can include files and screenshots.
Forum: Plugins
In reply to: [Min and Max Quantity for WooCommerce] PHP Error when no category selectedWhoops! This is the wrong plugin. My Mistake. Sorry!!
Forum: Plugins
In reply to: [WooCommerce] GET products via api jsonHave you seen WP Data Sync? I think this is what you are looking for.
https://wpdatasync.com
https://www.ads-software.com/plugins/wp-data-sync/
https://www.ads-software.com/plugins/wp-data-sync-woocommerce/I forgot to mention PHP 7.3.15
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Fail to load resourceYes. I appears to be fixed. I do not see any 404 errors for that script.
I had a Gravity Form that had mishandled a $$ transaction 2 days ago. I deactivated JetPack and all my $$ transactions have been good since. I believe this may have been interfering with an ajax call. I will reactivate JetPack now.
Thanks for the fix.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Fail to load resourceI found a workaround for this. I changed the priority of my add_action to enqueue scripts prior to the unavailable script. This allows my js to function properly as all js would not function after the first error.
That is all I know for now. If I come up with anything else. I will add it here.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Fail to load resourceI am still having this issue. I tried to replicate this on Crome and Firefox. They both are working as expected. I do not have IE. I am only seeing this issue on Safari.
I am set up on WP multisite. I network deactivated Jetpack, then reactivated it. I had to reconnect to Jetpack on all 40 of my sites.
I use Protect, Single Sign on, Publicize, and Sharing on all sites. They are all experiencing the same issue.
When JetPack was network deactivated there was no issue.
If so, could you give me the exact URL of the missing file?
The url is:
https://widgets.wp.com/notifications/build.min.js.map?3dec33ed91316fa5002b5b41bdd49d57Forum: Plugins
In reply to: [Simple Social Share] Tumblr ButtonPerfect! Thanks!
Forum: Plugins
In reply to: [Simple Social Share] Tumblr ButtonVery nice plug-in. Thank you for making it available for everyone to use.
When I visited the link: (https://www.tumblr.com/buttons)
the code is asking for this javascript:
<script src="https://platform.tumblr.com/v1/share.js"></script>
And this html:
<a href="https://www.tumblr.com/share" title="Share on Tumblr" style="display:inline-block; text-indent:-9999px; overflow:hidden; width:20px; height:20px; background:url('https://platform.tumblr.com/v1/share_4T.png') top left no-repeat transparent;">Share on Tumblr</a>
The style and img can be changed as needed.
Tumblr must have updated the code recently.
To get the description text. I highlight the portion of text I want to share. The js picks it up automatically and includes it in the post.
I can not figure out how to get the title to auto-fill though.
Forum: Plugins
In reply to: [Simple Social Share] Tumblr ButtonThis code needs to be added to the head tag as well.
<script src="https://platform.tumblr.com/v1/share.js"></script>
Then if you highlight text it will be included with your post.