wbenterprises
Forum Replies Created
-
Forum: Plugins
In reply to: [Duplicate Post] Duplicating meta_keysYou should still convert it to an array and a single database entry. It’s not like this feature is used very often. Also, it still doesn’t explain why so many entries are required for a single post.
I shouldn’t need to open a support ticket to report a bug.
Forum: Plugins
In reply to: [Duplicate Post] Duplicating meta_keysWhat purpose does this key serve for the plug-in since the end-user does not see it?
And, why is it necessary to have all the previous ones retained instead of just the most recent one?
Do you realize this could result in hundreds of entries? There’s no reason for this many entries.
If it is necessary to have the information, it should be stored in one array in one meta key, not single data points in many meta keys. It is messy.
- This reply was modified 2 months, 3 weeks ago by wbenterprises.
- This reply was modified 2 months, 3 weeks ago by wbenterprises.
- This reply was modified 2 months, 3 weeks ago by wbenterprises.
OK, please disregard, I figured out that indeed Cloudflare was caching the image. I went to Cloudflare and cleared the cache manually.
For the sake of helping others, I figured this out by using Firefox’s Developer Tools. I went under the Network tab, filtered on images, and clicked the culprit image. On the right side, it shows the server where the content is being delivered from. I do not recall asking Cloudflare to cache this content, so I will need to figure out what it’s doing that.
Here’s screenshot of the console output when the error occurs:
https://drive.google.com/file/d/1E6GdHK5JiMGX7BLrder7qjj3Ak29kh8P/view?usp=sharing
I seriously doubt it’s another plugin because it all works until an image (stored in the gallery) is removed from my media library. Then, that simply gallery black fails to load for editing. Regular WP Gallery Blocks work fine.
I have to recreate it using the remaining media. The BLOCK is NOT breaking the IMAGE. The removed IMAGE is breaking the BLOCK. There are NO SPECIAL SYMBOLS and it works fine until an image is removed FROM MY MEDIA LIBRARY. Also, if I import any ID that is missing/does not exit, it also breaks the block. Why is that?
In order to troubleshoot, it helps to understand HOW Simply Gallery is reading the thumbnails in the editor. Which WP functions/PHP or javascript is it using to display the block in the editor? What values is it expecting? You provide NO technical answer and it doesn’t help. Just excuses as to why it may be complicated!
- This reply was modified 11 months, 2 weeks ago by wbenterprises.
- This reply was modified 11 months, 2 weeks ago by wbenterprises.
Forum: Plugins
In reply to: [WP Crontrol] Request Feature: Colorize / OrganizeI definitely do not claim to know much about the programming. I was just hoping you could add a way to assign colors to cron titles. I see that the plugin can retrieve job titles because it displays them. I didn’t really think it’d be much effort to add a way to highlight or arrange them simply based on their name.
I have to manually put in <p> tags in the editor.
Forum: Plugins
In reply to: [YOP Poll] Where is the documentation?OK, great, thank you for the answers. If I spent a lot of time examining every tab, I probably would have eventually found this out for myself, but some documentation would be very helpful. Some of the settings or processes are not obvious to a new customer.
Great work so far!!
Forum: Plugins
In reply to: [YOP Poll] Feature request / ImprovementsI assume this will work when redirecting people to a different page after vote?
If so, how do you imagine defining the content for this shortcode?It could work with redirecting, but then the page URL would be exposed and non-voting users could potentially access it (for example, if the direct link was posted in a public forum). The landing page does not have a way to determine if the user has voted on that particular poll.
I imagine that shortcodes could be used and it would have a code for beginning and a code for ending output based on whether a user has voted on a the specified poll. Simple example:
[yop_show_if_voted id=”2″]
[output is entered here]
[/yop_show_if_voted]
Perhaps it could have additional options like [yop_show_if voted=true answer=2 afterdate=”7/30/2023″] or the like. Just throwing out some ideas.
NOTE: This is similar to how a plug like MyCred works now with [mycred_hide_if] and [mycred_show_if] shortcodes.
Thank you for all you’ve done so far!
Forum: Plugins
In reply to: [Inactive User Deleter] How does it disable an account?Great! Thank you! I will definitely start to use this plug-in more. I have so many old accounts and it was a pain to go through and disable, then delete them later.
I hope you can find another way to receive donations soon.
If you have time to add another feature in the future, naturally it would be useful to have an email notification sent to users whose account has been disabled! But, I understand you’ve done so much already, so thank you again. I think this plug-in will become very popular.
Forum: Plugins
In reply to: [Inactive User Deleter] Feature request for plugin compatibilityHey, thank you @shra ! I’m glad to see a quick response to my request. I will certainly test it out and let you know soonest.
Update: I resolved the 403 error. It was being caused by Cloudflare. However, this still did NOT resolve the problem of transactions not completing for the user. It still sits in the Pending Payments log after PayPal processes the order.
I was notified by PayPal that the IPN is not working for my site. It is NOT set to Disabled.
“Please check your server that handles PayPal Instant Payment Notifications (IPN). IPNs sent to the following URL(s) are failing:
https://www.[mydomainname].com/?mycred_call=paypal-standard”
I check my logs and there is HTTP code 200 when PayPal connects to my site. The transaction IS LOGGED into “buyCred Pending Payments”
This means PayPal and the IPN are somehow talking, but only partly. The transaction sits in buyCred Pending Payments until I manually click “Pay Out.”
What is not working here? Why isn’t the process being completed? What other URLs, or PHP pages/directories/APIs, does this process require? If it may be related to cURL, how can I test my cURL against this? The rest of my site works fine.
AGAIN: I do NOT see any 403 errors in my logs, and I have IPN enabled in my PayPal account.
What is supposed to be the next step which makes the transaction complete automatically after it enters the Pending Payments?
What is the URL for identifying the IPN? Is it the one indicated above?
What are the minimum versions of WordPress and PHP required?
- This reply was modified 1 year, 11 months ago by wbenterprises.
- This reply was modified 1 year, 11 months ago by wbenterprises.
- This reply was modified 1 year, 11 months ago by wbenterprises.
Forum: Plugins
In reply to: [Disable User Login] Email to notify disabled userI wish to +1 this request, a notification would be helpful