andyadams
Forum Replies Created
-
Forum: Plugins
In reply to: [WP eCommerce] Visitors, Visitor Meta, Crons and Performance ProblemsThank you for the detailed explanation!
It could very well be that bots were hammering the site. The visitor table grew ridiculously fast, and the cleanup task just couldn’t keep pace.
For now, we’ve disabled the plugin and moved the store to another site. Chris wanted me to let you know about the issue, and I hope you guys can resolve it. It sounds like you have a line on the problem. Thanks!
Just wanted to circle back here – Eugene figured it out and I imagine the fix will be in a forthcoming release.
It was a conflict on loading the Google APIs – both plugins were using the same slug for wp_enqueue_script.
The fix you sent works! I look forward to seeing it in a new release!
Just sent it. Thank you kindly!
Thank you kindly. Let me know if I can help.
Apologies for not including that. I’m on 3.6.1.
This could very well be a conflict with another plugin – and thus not your problem – but I was just wondering if you could think of anything that would cause wp.media to not be instantiated, that’d be great.
Here’s a potential clue: We started investigating issues with the Visualizer when registering CPTs that don’t support the ‘editor’. When
post_type_supports( 'editor' )
is false, some of the WP Admin code doesn’t execute.Specifically, see wp-admin/edit-form-advanced.php lines 27-30 as a potential reason for the media not being enqueued in certain cases.
Let me know if you have any questions about all of this – I’m happy to help debug, and I’ll let you know if I can figure anything out.
Forum: Plugins
In reply to: [WP Custom Category Pages] No Content Shown on Category PageHey all,
Indeed, because the plugin uses an unorthodox technique to “redo” the category page content, some themes just don’t work without modifications. We’d like to fix it up with all themes in the future, but for now, it just doesn’t quite work with themes that don’t follow “normal” practices.
Stay tuned for future updates!
Forum: Plugins
In reply to: [Root Relative URLs] Error with wp_mail functionI just wanted to follow up to say ‘me too’. The hook ‘enable_content_massage’ on ‘wp_mail’ turns the array passed to other functions filtering wp_mail to NULL, when it should include all of the info about the just-sent email. I haven’t delved into why this happens, but I’ve also had to remove the filter to make other plugins work.
Let me know if you have any questions!
Thanks David,
I’ve been debugging this issue for a while, and I can’t figure it out. The only thing I can think that is happening is that the WP Cron execution script is timing out (the host has a default max_execution_time of 30 seconds).
When this happens, you’re left in nowhere-land. A nice bit of functionality might be having UpdraftPlus check to see if the task is still scheduled, and if not, and 5 mins have passed, let the user know something may have gone wrong.
In my case, I see the task get scheduled in CronTrol, then it goes away (assuming it’s being processed), and then everything halts and Updraft continues to tell me “a backup has been scheduled”.
Like I said, it’s probably the hosting (I can’t say for certain), but it’d definitely be a nice failsafe. Thanks for the great plugin regardless!
Hey David,
Thanks for the quick reply!
I checked out the article, and I have a question: If my site has few visitors, does that mean the scheduled task may never complete? So if I schedule a backup, and the site only gets some visitors a few hours later, will the scheduled task be missed completely? Or will it run when the visitors come later? Thanks!
Forum: Plugins
In reply to: [IProperty Real Estate Agent] I-Property Plugin error 404 "no results found"Hey there,
The first thing I would try is to disable/enable the IProperty plugin, and then go to the Settings -> Permalinks screen and re-save your permalinks settings.
Try that out, and let me know if the links start working!
Forum: Plugins
In reply to: [WP Custom Category Pages] Does it work with custom taxonomies?Hey there,
Sorry for the delay! Down the line, this is something we’d like to add. Right now, it’s not possible without modifying the plugin :(.
Forum: Plugins
In reply to: [WP Custom Category Pages] ExceprtHey there, sorry for the delay.
It’s something we plan on adding down the line. For now, it’s not possible without modifying the plugin :(.
Hey Carl,
I’m sorry for the delay – I tried playing with it, and I’m not sure how Headway does templates, so without delving into in detail, I’m afraid I can’t answer :(. If you manage to find a solution, do let me know. Thanks!
Forum: Plugins
In reply to: [WP Custom Category Pages] lost theme customizationsHey there,
The plugin has a custom display of category pages, which probably doesn’t look a lot like your other theme pages. This is by design – right now, category pages only have the titles of posts, listed 25 at a time.
Let me know if that doesn’t make sense!