Joe
Forum Replies Created
-
Forum: Plugins
In reply to: [Post Duplicator] Remove the pop-up when clicking Duplicator on each post@j4vj4v I just released an update (v3.0.3). On the Settings > Post Duplicator screen you can now select Basic post duplication mode, along with some options on what to do after a post is duplicated. It’s still a bit different than the old version, but the new options should decrease the number of clicks when duplicating.
Forum: Plugins
In reply to: [Post Duplicator] Some elements not duplicated as of version3.x@joeroyhud I just released an update (v3.0.3) that should resolve this issue for you. Check it out when you get a chance and let me know if all looks good.
Thanks!
Forum: Plugins
In reply to: [Post Duplicator] Some elements not duplicated as of version3.xThanks for the further details! I’ll take a look into the ACF field tomorrow and should be able to come up with a solution.
Forum: Plugins
In reply to: [Post Duplicator] Remove the pop-up when clicking Duplicator on each postI should have an update out tomorrow with a solution for you.
Forum: Plugins
In reply to: [Post Duplicator] Some elements not duplicated as of version3.x@joeroyhud thanks for reaching out. I am testing this out right now and am not having this issue. Were any other plugins or themes updated around the same time that you updated Post Duplicator?
Can you let me know which version of WordPress and PHP you are using?
When you have a couple minutes please run through this article to test for conflicts: https://www.metaphorcreations.com/article/general/plugins/test-plugin-conflicts/
Let me know what you find out. Thanks!
Forum: Plugins
In reply to: [Post Duplicator] Remove the pop-up when clicking Duplicator on each postHey Zach – Thanks for letting me know about your workflow. I won’t be reverting the plugin, but I can add an option in the settings to bypass the popup so duplicated posts are created right away.
Also, with the new version, you can select multiple posts and use the Bulk Actions to duplicate them all in one shot. So, even though the popup appears this may save you time (from the previous versions) if you need to duplicate multiple posts.
Forum: Plugins
In reply to: [Post Duplicator] Version 3.0.1 isn’t compatible with ElementorGood to hear! No worries on the delay, I appreciate the feedback and bug report!
If you have a few seconds and wouldn’t mind leaving a review I would greatly appreciate it! https://wordpress.org/support/plugin/post-duplicator/reviews/
Thank you and have a great rest of your week!
Forum: Plugins
In reply to: [Post Duplicator] @wordpress/components css overwritingsGood to hear and thanks for letting me know!
If you have a few seconds and wouldn’t mind leaving a review I would greatly appreciate it! https://wordpress.org/support/plugin/post-duplicator/reviews/
Have a great week!
Forum: Plugins
In reply to: [Post Duplicator] Version 3.0.1 isn’t compatible with Elementor@dburkeux I have released version 3.0.2 that includes this update along with a view others. Please let me know if you still experience any issues. Thanks!
Forum: Plugins
In reply to: [Post Duplicator] @wordpress/components css overwritings@codeccoop thanks for letting me know about this! The css scope has been resolved now in version 3.0.2. Please let me know if you still see any issues after updating.
Forum: Plugins
In reply to: [Post Duplicator] Version 3.0.1 doesn’t work right with CPT and Divi@okoo Thanks for relaying this issue to me! I have just released version 3.0.2 that should resolve this issue for you. There was a small bug related to non-gutenberg post types that I tracked down.
After updating, please let me know if you still see any issues. Thank you!
Forum: Plugins
In reply to: [Post Duplicator] Version 3.0.1 isn’t compatible with Elementor@dburkeux thanks for letting me know! I believe I already have a solution for this but would like for you to test it out first before I release it. You can download the latest version from the git repository here https://github.com/meta4creations/post-duplicator
- Click the Code button
- Click Download ZIP
- Extract the ZIP on your computer
- Rename the extracted folder to just “post-duplicator”
- Compress/ZIP the renamed folder
- Upload to your site on the Dashboard > Plugins screen.
Please let me know if you still run into any issues. Thanks!
Forum: Plugins
In reply to: [Post Duplicator] Version 3.0.0 breaks Widgets page@joostverweijen thanks for letting me know about this! I have just released an update (3.0.1) that should resolve this issue.
Adding code/modifications to your Child theme would be the best spot as that should be a custom set of code that will not be updated by any external sources.
Are there specific modifications you are making to Ditty in your modified files?
@klwild Are you updating files directly in the ditty-news-ticker and/or ditty-rss-ticker folder directly? If so, those updates will be overwritten every time an update occurs. This is how every WordPress plugin and theme works.
If you need certain updates, there are many hooks (actions/filters) built into each plugin that you can use to make modifications in a custom plugin or your theme (if it’s a custom theme) that you controls. (Keep in mind, if you put hook customization into a theme that gets updated, those will be overwritten on update as well). By using hooks all of your updates remain outside of the actual plugin directories so they will continue to work after plugins are replaced during the update process.
I understand you may not know how to utilize hooks, so if you have some examples of what you are trying to customize I can help point you in the right direction.