burtonlo
Forum Replies Created
-
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Struggling with iTunes artworkTHANK YOU!!! I’ve updated the image, so we’ll see how this turns out.
Forum: Plugins
In reply to: [WooCommerce] Secure Checkout works with logged in users, but not with GuestsI needed to upgrade Cloudflare to the Plus plan to get SSL support. Once I did that, things worked immediately.
This is the only issue stopping me from getting the Pro/Premium version of this plugin. I spent a bunch of time getting things working with custom domain names, and then this… consistently interrupted uploads of my MP3s. Very disappointing.
Any update on this issue?
Forum: Fixing WordPress
In reply to: Help me understand an error message?Found some other references that said this was somewhat benign, and that there wasn’t much to do about it outside of core.
This came up because I had an error handler installed. I’m working around that, and will see if this comes up again.
Forum: Fixing WordPress
In reply to: Help me understand an error message?Oh, this error comes up and prevents the loading of any pages in the backend. I have to disable the plugin to resume page loads.
Forum: Plugins
In reply to: [Page Security & Membership] Can I automatically add a new user to a group?I completed this with the following code added to functions.php in my child theme.
/* based on code from: https://www.ads-software.com/support/topic/plugin-page-security-by-contexture-time-line-for-users?replies=2 */
/* auto adds new users to group 3 */
add_action(‘user_register’,’autoregister_user’,10,1);
function autoregister_user($user_id){
$group_id = 3;
CTXPS_Queries::add_membership($user_id,$group_id);
}Forum: Plugins
In reply to: [Google Doc Embedder] Update on the future of GDENice hand off, Kevin. All the best to your next pursuits and efforts.
Welcome, Dan! Thanks for taking ownership of this awesome plugin!
I really appreciate the dedication you both demonstrate here.
–Burt Lo
Forum: Plugins
In reply to: [Post Content Shortcodes] Many strict standards errorsYikes! I’m receiving the same behavior!
I was so stoked to find this plugin, as it would do exactly what I wanted, but this issue is throwing off lots of styling as well. Also, the optional parms aren’t working.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Blank pages after importJust sent.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Blank pages after importI didn’t get any front- or back-end valid responses, not even to login.
Let me chase this down on my end. I think I made assumptions, and am still willing to try the plugin again.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Blank pages after importI wasn’t able to use the “Report a Problem” button because all my pages were blank.
I’ve resolved my issues, and wouldn’t hold the plugin at fault, except for one aspect…
The import page seemed to infer that the import process would automatically make database changes for URLs, such as in the case of migrating from one domain to the next. Did I misunderstand that?
If that _is_ supposed to happen, then it didn’t during my import. I had to manually make those database replacements.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Blank pages after importI think this was me expecting more from your plugin than I should have, but the import process did NOT change URLs in the database; shouldn’t it have done that?
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Blank pages after importI confirmed it’s a database issue, at least to start. I corrected the database name and got a response to install a new site. Then I corrected the table_prefix, and got blank pages again.
Forum: Fixing WordPress
In reply to: My "Widgets" settings page redirects to google.se?!?Yikes! It also happens when I try to Edit a Page. Uggghhh, I have a bad feeling about this.