John James Jacoby
Forum Replies Created
-
Hi @nesttt84! ?? You are correct that these 2 behaviors are admin-only. The Premium versions do not change this.
We are working on Blocks for an updated front-end look in a future version, and are hoping to offer something competitive, simple, and nice looking.
Forum: Plugins
In reply to: [WP User Avatars] How did you style the User Profile page into tabs?Forum: Plugins
In reply to: [Post Type Switcher] Save me, break the site for meHey @moshe1111 sorry that you’re having trouble.
Sometimes other plugins don’t always like have their post types switched out from underneath them.
Were you able to get this figured out?
Hi @kellyhelp! Sorry for the trouble. Is this the plugin you’re using?
Forum: Plugins
In reply to: [Post Type Switcher] Conflict with Advanced custom fieldsAlways happy to try and improve compatibility with other plugins.
Can you include some reproduction steps for me, so I can get to where you’re at and see what you’re seeing?
Forum: Plugins
In reply to: [Post Type Switcher] Feature request: hook for when post type is switchedHey @squelch! This is a great idea. I’ll make sure it makes it into the next major version. ??
Forum: Plugins
In reply to: [Post Type Switcher] Not supported?I see you’re not the only one having this problem, but it’s a weird one.
What version of WordPress and PHP were you using?
I’ve made sure these requirements are up to date in the latest version.
Really sorry for any trouble this caused!
Forum: Plugins
In reply to: [Post Type Switcher] PHP version rolled back?Hey @ejmontijo. If that happened it was not intentional.
I’ve made sure the correct versions are in the latest release.
Forum: Plugins
In reply to: [WP User Profiles] The link you followed has expired.Still never saw this, so marking as resolved.
Hi @idealbrandon, sorry to hear about your experience!
Can you reply here some of the other plugins that are breaking so I can test with them?
Thank you!
Forum: Plugins
In reply to: [Post Type Switcher] Switched “Pages” to “Posts” and all of them got deletedHi @simonpetrikov, sorry to hear this happened.
What other plugins did you have active at the time?
The code in this plugin does not delete anything from the database, which means another plugin active at the time you switched them must have been misbehaving.
You can use your favorite database program (phpMyAdmin, Sequel Ace, etc…) to peek into the database manually and hunt down these posts. They have to be in there somewhere.
Forum: Plugins
In reply to: [Post Type Switcher] Bulk modeYou got it!
This is simply how WordPress works, so this plugin integrates with it in that way.
Glad you figured it out! ??
Forum: Plugins
In reply to: [Post Type Switcher] Post Type Switcher – Disappearing Page after conversionHi @beenee7, sorry to hear that you’re having trouble.
When something like this happens, it typically means another plugin is behaving in a way that is difficult to predict.
Under the hood, the way this plugin works is extremely simple, only ever interacting with 1 very specific database value, and making sure that relative WordPress caches are cleared at that time. For data to be permanently lost, that requires another plugin to be doing something destructive.
The best way to see if you can recover your missing page/post is to peek into the database manually (using phpMyAdmin or your favorite database application), specifically looking in the
wp_posts
database table, and see if you can find it using the values in thepost_title
andpost_content
columns.It should still be in there somewhere!
Hey @ypeynaud, sorry for the silence here. I’m glad you were able to figure things out.
No reason to be sorry. Lots of plugins and themes do lots of different things, and I think it’s important that everything try to work well with everything else.
Right now, this plugin doesn’t do anything related to Taxonomies, Comments, or Meta, but that doesn’t mean it won’t later or shouldn’t, especially if it makes life easier for everyone.
Thank you for posting your experience and feedback here. I really appreciate it.