greenhoe
Forum Replies Created
-
@xue28 The method you suggest didn’t fix the issue but it did cause the payments to not go through while also sending the transaction to shipping eve though the payment method didn’t go through so that method worked out much worse since we had unpaid items get shipped out.
@xue28 I have enabled that to see if it will work here now. I have been using Stripe and WooCommerce for over a year and no issue, why would this all of a sudden start happening? I believe it happened in the last stripe plugin update.
I’m sorry, they are stuck on “pending payment” not “on hold” where normally they would be changed over to processing automatically since the payment goes through jus fine via stripe.
This doesn’t fix the in-line style that i posted above that has the style in-line. I already deregsitered those styles in my functions for their standard css and the in-line style is still showing on all pages for all users.
So when you view the site the style admin bar style is loaded on the page even for a normal user that isn’t logged in, for what reason would you need to load the admin bar style when a user doesn’t even have access or logged in where they have an admin bar.
Forum: Plugins
In reply to: [Post Views Counter] Admin CSS is added in frontendI posted about this weeks ago with no response, they add a lot of #wp-admin-bar-pvc-post-views styles for non logged in users which is insane that they don’t fix this. From a performance perspective we do not need an extra 20 lines of code loaded on every page for every user for no reason.
Forum: Plugins
In reply to: [Google for WooCommerce] How to re-sync product if deleted from GMC adminI have tried disabled the Sync and Show and left it off for a few days then back on and the two products are not added back to the GMC,
Is there something with GMC if I delete a product from GMC that it saves the ID still and it won’t re-sync?
Forum: Plugins
In reply to: [Google for WooCommerce] How to re-sync product if deleted from GMC adminYes all my products are set to Sync and Show but the problem is since I deleted 2 of them from the GMC admin, it doesn’t try to sync the product again so it never shows up again in my GMC.
I ended up restoring jetpack back to 3.2.1 and it is working fine, were there any changes in the jetpack comments in 3.3?
I”m having the same issue, I get a http error when uploading an image
Forum: Plugins
In reply to: [WP Fastest Cache] Doesn't track post views with WP-PostviewsThe site is https://hearthstoneplayers.com I have both plugins enabled now but I’m not displaying the view count since it barley registers the views but I still have it enabled so we can see it in the backend.
Forum: Plugins
In reply to: [WP Fastest Cache] Doesn't track post views with WP-PostviewsSo I have removed and uninstalled fastest cache plugin and it still doesn’t register all the post views. In the past 24 hours each of my recent pages have received around 1000 – 3000 page views but according the the post views they have all only received around 100 – 150 in the backend of wordpress when viewing the total views in the admin area.
So even after reinstalling both plugins it isn’t keeping track of all the views.
Forum: Plugins
In reply to: [WP Fastest Cache] Doesn't track post views with WP-PostviewsWhat do you mean by set it up again? The post views even in my admin are not working properly I have a post that has had 4k+ views the other day and in the admin it is only showing 200 views.
Forum: Plugins
In reply to: [WP Fastest Cache] Doesn't track post views with WP-PostviewsHi, thank you but WP-Postviews is not working I have a site that is getting around 30k visitors a day and a new article I posted google analytics told me it received 4.5k views while WP-postviews on the front end and in the admin is only saying it received 200 views , how can I fix this so that it actually counts my post views? Thanks
Forum: Plugins
In reply to: [Search & Filter] How to style the count numberThanks, it seems like you can just put the counter variable inside a span and that would do the trick which would allow us to then style the counter, that is one the main features I need actually so thank you.
I ended up hiding it through CSS by just setting it to display none. Thanks for the help.