Beats247
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Customers data not showing in dashboardHi @rynald0s,
thanks for your reply! Sorry, I should have been more precise. I used the guest checkout function without creating an account so there are no entries in the wp_users or wp_usermeta tables. I also already deleted all orders but the customers are still showing up somehow.
See https://prnt.sc/sar3thCheers!
- This reply was modified 4 years, 10 months ago by Beats247.
Forum: Plugins
In reply to: [WooCommerce] Customers data not showing in dashboardHey there,
if I may add a short question as it’s closely related. Where is the data from the customers tab located in the database? I have made test purchases on my site and I want to remove the entries. I cannot seem to find them in any table in phpmyadmin. Thanks!Cheers
Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] “Prices preloader”Great, thank you very much! I disabled the preloader and it works fine now.
Forum: Plugins
In reply to: [FOX - Currency Switcher Professional for WooCommerce] “Prices preloader”Hello there,
I am using Cloudflare on my site. Is the preloader necessary for CF as well? I had to deactivate the preloader as it doesn’t load prices on some pages. It just keeps loading forever.
Should I enable the “I am using a cache plugin on my site” function?Thanks in advance.
Forum: Plugins
In reply to: [Cart recovery for WordPress] Disable wp-cronHi,
I’ve sent you a support request with my Pro License code using that form twice in the past 2 weeks. I will do it again now. Maybe it isn’t working?
Edit: Looks like it didn’t go through the first two times. I received a confirmation message now. Thanks.- This reply was modified 5 years, 4 months ago by Beats247.
Forum: Plugins
In reply to: [Cart recovery for WordPress] Disable wp-cronHi,
I have the same question. I do have wp cron enabled through cpanel (every 30 minutes) but e-mails don’t get send. I also have an error showing up on the wordpress dashboard. How do I make it work? Already sent you a support request 2 weeks ago.Thank you
Forum: Plugins
In reply to: [Cart recovery for WordPress] Database TablesThanks for your response Lee but how do I remove old data then?
I need to reduce the size of my database as much as possible. Thanks again.Hello?
Forum: Reviews
In reply to: [EDD Enhanced Sales Reports] Seemed promising@pluginsandsnippets
Alright, thank you for the information. Would be great if you could fix it.Alright, thank you. I just opened a ticket.
Best regards
@wordless I wanted to do the same and it ended in nothing than trouble and errors.
Support also almost non-existant. Now, EDD isn’t even working with WordPress anymore as it crashes it….Forum: Plugins
In reply to: [Cart recovery for WordPress] Cart tracking not workingYes, I am still working on that one (for a long time now as the theme coding isn’t “really great” and I’m far away from being an expert…). The first site link I sent to you is the one I am using now and that is working correctly. I wasn’t able to get any cart tracking there at all though. That’s why I tested it on the new site to double-check. It did capture one test payment I made but after that it didn’t do anything anymore, not for free downloads or test payments. Anyway, thanks for the info. I appreciate your quick help and effort!
Forum: Plugins
In reply to: [Cart recovery for WordPress] Cart tracking not workingThank you for your quick reply. Not sure what the problem is then. I tried it on my new theme https://2018.beats24-7.com/ as well. Recorded only one cart as completed normally then stopped working. Maybe it is a plugin incompatibility as I use a few EDD extra plugins.
Forum: Plugins
In reply to: [Yoast SEO] Yoast enabled meta data crashes site (FB/Twitter)The developers of my theme just told me that this is a wrong piece of code. They are not helping me either though, so… all that doesn’t make any sense to me.
Anyways, thank you I guess.Forum: Plugins
In reply to: [Yoast SEO] Yoast enabled meta data crashes site (FB/Twitter)Thanks Mazedul, but I am not looking to deactivate it on single post pages. Anyway, I now have the correct code to address the pages I want to disable open graph meta on, but your code provided on github doesn’t seem to work. The page https://2018.beats24-7.com/vendor/testvendor is not loading, caused by the fact that open graph meta is still not disabled on this page:
That’s the code:
if( is_page_template( 'page-fesdashboard.php' ) || is_page_template( 'page-vendor.php' ) ) { // your code to remove yoast og add_action('wp_head', 'remove_all_wpseo_og', 1); function remove_all_wpseo_og() { remove_action( 'wpseo_head', array( $GLOBALS['wpseo_og'], 'opengraph' ), 30 ); } }
Thanks again!