jemcbade
Forum Replies Created
-
Forum: Reviews
In reply to: [Code Snippets] Oh Nice!I am acquainted with it because AFC uses it. I have had some errors when using XML that I didn’t see when JSON files are created. Maybe just a simpler format? I think more “humanly” readable.
But again, this is a nifty plugin idea. π
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Did you break it? :PI have visited your site and uploaded the logs.
Thanks
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Did you break it? :PI didn’t delete the old log.
How do I send this to you privately? I see lots of errors π
Thanks
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Did you break it? :PNo. I am only using this right now for backups.
I have seen this behavior on more than one site.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Did you break it? :PIs this necessary and expected – that I should need to delete these files?
Just curious.
Forum: Plugins
In reply to: [All-in-One WP Migration and Backup] Did you break it? :PAh! Seems if I go to the folder where previous archives are created and delete them, it works as expected.
Heads up π
Sorry, I don’t see how to edit the original.
If it’s possible, it’s not immediately obvious.
Yep. Not only is the support for Polylang a deal maker for me, I find the overall maturity of the application greatly improved across the board.
The “Lookup” feature (still in beta but I am testing it? – Awesome!
Yep, five stars now π
Forum: Plugins
In reply to: [Polylang] Language switcher widget "lang" attribute missingOops! There it is!
Thanks for the help!
Much appreciated.
Forum: Plugins
In reply to: [Polylang] Language switcher widget "lang" attribute missingI saw the result and will fix this in a future release.
I see you are aware of this – that no language switcher is available as a menu item as of version 1.8.
I am using WP 4.4.1 and I have tested with several Themes inc. Twenty Twelve latest available version.
I appreciate this plugin so very much and your hard work. I hope you can address this soon. It is really problematic for our sites.
Forum: Plugins
In reply to: [WP FullCalendar] Using CPT and Items not showing correctly on calendar pageI am still hoping for some guidance on the original question…?
Forum: Plugins
In reply to: [WP FullCalendar] Using CPT and Items not showing correctly on calendar pageYes I gathered that at this point. That is sorted for me now, but I still can’t resolve my original question yet π
Forum: Plugins
In reply to: [WP FullCalendar] Using CPT and Items not showing correctly on calendar pageOh, duh, WP Full Calendar is based upon this other project?
Forum: Plugins
In reply to: [WP FullCalendar] Using CPT and Items not showing correctly on calendar pageIn my searching, and looking on GITHUB etc, I found this page and it says the latest version of this plugin is: fullcalendar-2.4.0.zip
Is this release level code?
Is the 1.0 version here “old and no longer correct”?
Please advise on the status of this plugin.
Thanks
Forum: Hacks
In reply to: posts_exists() casts error that the function does not existI’m using it inside a function that is in the main file of a plugin I am building. Pretty simple “textbook” usage as gleaned from the docs:
// Query for published listing
function is_this_name_already_listed( $post_title, $content = ”, $date = ” ) {
$result = post_exists( $post_title, $content = ”, $date = ”);
return $result;
}I pass in the post title in the form of a string stored inside the variable:
$post_title = “Lastname, Firstname” which is the form it is stored inside the row of the CPT.
Thanks again π