King Ding
Forum Replies Created
-
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importWhat do you mean? These variables: https://bit.ly/3x2nE34 ? I tend to leave them at default, but I have tried a mixture of different options.
When I click import, the error is thrown which proceeds a table of imported data (everything from the csv).
Regards,
– DForum: Plugins
In reply to: [Import and export users and customers] Critical error on importI wish I could say that it worked, but unfortunately not 🙁 I do appreciate your efforts and prompt response though. What do you suggest next?
Might I add that, I’ve tried disabling all plugins and changing themes, but there is still a critical error. I’ve also reset write permissions on my server.
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importI still get a critical error 🙁
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importAs you wish: https://bit.ly/2UEHfrZ
Forum: Plugins
In reply to: [Import and export users and customers] Critical error on importI have just sent an email to you with the csv attached, quoting this thread. I look forward to your assistance 🙂
Forum: Plugins
In reply to: [File Manager Pro - Filester] File Type Not Allowed.Will do – thanks Bruce 🙂
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Can I disable on frontend?I understand how session tracking works, but it doesn’t pose a threat to my site. In my instance, I’m using a buddypress site. Consequently, it’s not necessary for WooCommerce to be active on the social pages, such as: Activity, Groups, or Forums. I wanted to separate the shopping and social experiences because people don’t go to the activity feed to shop, but rather to be social.
Thanks for the tips Ben! 🙂
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Can I disable on frontend?Ah yes, of course! I overlooked that. (Obviously) Kadence requires WooCommerce. But on this particular page (or group of pages) I’ve unloaded WooCommerce, hence the Kadence error! Thanks for pointing that out 🙂
Regards,
– DForum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Can I disable on frontend?Thank you both. Ben, I understand.
If you are having an issue please let us know what the issue is and I would be happy to help you.
I am having an issue – I already mentioned that, so please do advise if you have anything to add. As a workaround, I have unloaded the plugin on this specific page in question. There seem to be no side effects in this case, but you have answered my question in that I definitely shouldn’t unload the plugin site-wide.
Thanks,
– DForum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Can I disable on frontend?Interesting. In which case, why would you discourage me manually unloading it from the frontend? Considering you suggest that it’s already unloaded from the frontend?
From my tests, there are indeed no assets from Kadence that are being loaded on the frontend. However for some reason, when I load the WordPress Customizer on a few pages I am greeted with this error: https://www.dropbox.com/s/p2x2q3po7vqaakt/Screenshot%202020-12-11%20at%2008.20.12.png?dl=0
I discovered after unloading Kadence from these particular pages eliminates this error, and then I can use Kadence as expected.
Ay clues to why this might be happening?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Can I disable on frontend?Hi Hannah – I don’t think this is a relevant question for their support? Regardless of whether it’s Plugin Organizer or my own function, my question for Kadence is: can I unload this plugin on the frontend of the site?
Thanks,
– DForum: Plugins
In reply to: [WooCommerce] Redirect Duplicate Cart AdditionsNot quite the answer I was hoping for, but thanks.
I actually created my own plugin that sends lesson comments to the group, and replies to those group comments back to the lesson comment, giving a two way sync between 🙂 I may release it, but you’re the first person I’ve heard of besides myself who has requested this. It would be great if BuddyBoss included this in their own plugins.
Forum: Plugins
In reply to: [Site Reviews] How To Show Text After Star Rating Summary?Good suggestion, thanks. This plugin is packed with customisation potential and features. I’ll be sure to leave a great review. Thanks!
Forum: Plugins
In reply to: [Site Reviews] How To Show Text After Star Rating Summary?I’ve enclosed what I want within
.stars, and also done a similar thing with.author. This will allow me to easily inline the enclosed elements. I feel like it creates unnecessary depth to the DOM, but it does work. If you do have a better suggestion then let me know:review.php<?php defined('WPINC') || die; ?> <div class="glsr-review-box"> <div class="glsr-review"> {{ title }} {{ content }} <div class="stars"> {{ rating }} <div class= "reviews-number-review"> <?= $review->rating; ?>/5 </div> </div> <div class="author"> {{ avatar }} {{ author }} </div> {{ response }} {{ assigned_to }} {{ date }} </div> </div>I’ll be sure to update!