I can not activate the plugin. I have every time an error visible in the plugin and console: “POST https://domain.com/wp-admin/admin-ajax.php 400 (Bad Request).” No idea what is the problem, I use PHP 8.0 maybe it is incompatible? I don’t know.
]]>When I try to bulk edit more than 20 posts, the screen freezes or takes a very long time to load. I’ve cleared my browser cache and tried different browsers, but the problem continues. Is there a way to optimize this feature for better performance?
]]>Hello,
We update our plugins by downloading the package and deploying those changes manually as we’ve disabled updating via the GUI. This isn’t an issue with the free version of the plugin, but we also have the paid version as well. At this time, because the versions do not align, we’re unable to use the product we paid for. Is there a way for me to download the latest version or receive the code to update the plugin?
]]>Hello, it has been like 4-5 days, since the last update of the plugin. COPY doesnt work – I cannot see that green window under COPY. When I click on it – the orange text shows up:
“Copy & Delete Posts
Please select settings for this copy.”
I tried to edit the settings, it still doesnt work. What to do? Thank you, Pavla
Hello,
In almost all pages created using your plugin, this code was added:
<div class="cdp-copy-loader-overlay" style="opacity: 0">
<div class="cdp-text-overlay">
<h1 style="color: white; font-size: 25px;">Please wait, copying in progress...</h1>
<p>
If you’re making a lot of copies it can take a while
<br>(up to 5 minutes if you’re on a slow server). </p>
<span>Average time is 8 copies per second.</span>
</div>
<div class="cdp-spinner"></div>
This creates an issue with 2 h1 per page, which is a NO-NO in Seo/
Please indicate how to solve this issue
]]>unserialize(): Error at offset 54 of 476 bytes
View post on imgur.com
need to fix
]]>Hello. I love your plugin. However, I do not want the Copy now! times(s) and Settings to display on my MailPoet Email list backend page. I unclicked the CPT option on your plugin settings page. That did not work. The only way that it doesn’t display is if I deactivate your plugin. Please advise. Thank you! ?? Eric
]]>When I copy a page, I want it to replace the old version, but instead, I’m ending up with multiple pages with different slugs.
]]>Why do posts keep multiplying the “_cdp_origin” meta_keys in the wordpress database with this plugin? I have postmeta with dozens of entries for a single post. Can these be safely cleaned up? Do they go away when the plugin in uninstalled?
There are over 1000 “_cdp_origin” entries and I only have 400 posts, most of which were never duplicated using this plugin.
]]>Hello guys,
I can’t copy elementor templates, for example popups, because the template type is not copied. I have the pro version of the plugin and the “copy all meta fields” option is enabled, but it doesn’t work. Is it possible to check the plugin for compatibility with copy elementor templates?
]]>These support forums are for users seeking support. The forum topics are not for using as a data collection point and all of those topics have been archived.
]]>Hello there,
we’ve encountered an error in the frontend when a user is logged in.
There’s a layer <div class=”cdp-copy-alert-success” … which is overlaping website elements and is interfering with the user experience.
I’m lokking forward to a short reply.
]]>Kako da kopiram stranicu, a da mi ostanu pode?avanja vezano za header i footer. Naime na stranici koju ho?u da kopiram je isklju?eno prikazivanje headera i footera, a na kopiranim stranicama nije.
Hvala
this is the error I’m facing
“Something went wrong and we could not copy the post. see dev console for more info”
]]>We’ve tested the following page configurations:
WordPress?6.2 & Copy & Delete Posts Version 1.4.4
and WordPress?6.5.2 & Copy & Delete Posts Version 1.4.6
When the free plugin of Copy & Delete Posts is installed, the quick edit function for the taxonomies stops working.
After clicking “quick edit” and “save” the page responds “0” underneath the save button.
After deactivating the plugin everything works as expected.
Could you please provide a fix for this problem ?
]]>I installed the plugin to duplicate an article to help my client write withe the same design. I have the option as an administrator but he does not have it as an editor. Do you have a solution so he can have it too? Thanks.
]]>I am still unsure how I copy a template using Duplicate Post. I don’t see a copy option when I am in ‘edit’ mode on a template.
]]>Why did it switch/rename the pages urls after copying my page with dupllicate post?
The original page should keep the main url for it and the copies of the page should add a dash then 2, 3, 4 etc etc to the url.
Talk Soon,
Steve
]]>How can delete Bulk Actions “copy” for special posts in WordPress? for example post_type=musik
]]>the feature that you can copy for multiple time is really great
]]>be carefull this product seem dangerous. you paid and you never get the licence. a lot of popup for advertising !
]]>Hello,
I duplicated one of my article so that I can work on a new version of it. This plugin changed my original article from published to draft and RankMath detected this change and created a redirection from the old to the new one (/name-artilce-2). Even though I deleted the redirection created by Rankmath, it is still active !!! I searched the DB and could not find a way to remove this sticky redirection. By the Way, I cleared the site cache several times as well as my navigator.
]]>Hello, I hope this finds you well.
I use this plugin on all my sites and love it! Just out of pure curiosity, what happens if i deactivate or delete the plugin? Would I lose all the duplicated posts and pages?
Thanks in advance!
Any time we attempt to use the copy function, we are getting an error. Also, the plugin displays similar errors when attempting to change the settings on the plugin.
]]>Hi, I needed to deactivate your wonderful plugin to try and debug a problem I am having with a specific WordPress install. While the plug is in deactivated mode, I get a constant (every page) popup that has the headline “Stay on the safe side“. When I click on “Learn More” it says that it is that’s “Powered by?Sellcodes.com“. What’s more, I also get (on every page) the request for a review. I _only_ get these when your plugin is in deactivate mode. If I activate it, I do not get the popup.
]]>This is my answer to the question I asked ~year ago, “Can you add [post custom fields] to the duplicated post”
since I didn’t get the answer I forget about it, and because I’m not that expert on WP development I never tried to solve it myself.
Anyway couple minutes ago I was able to solve my issue after asking ChatGPT how to inset costume meta key to a newly created post and here is the code (add it to your them function.php)
function my_custom_function_after_insert_post($post_id, $post, $update) {
if ( !$update ) {
add_post_meta ( $post_id , 'mykey1', "" , true ) ;
add_post_meta ( $post_id , 'mykey2', "" , true ) ;
add_post_meta ( $post_id , 'mykey3', "" , true ) ;
add_post_meta ( $post_id , 'mykey4' , "" , true ) ;
}
}
add_action('wp_insert_post', 'my_custom_function_after_insert_post', 10, 3);
When I install this plugin and copy a published post, sometimes I get TWO copies. Sometimes I get one copy.
The biggest problem is that the original post slug is changed. It gets “-2” behind it. This is the exact same post slug as the copy has, which is set to draft.
So by copying a blog post, the original post changes it’s URL. Of course this is unacceptable behavior.
Why are there a zillion lines of html added the end of every post?
]]>The OS: Linux
PHP Version: 7.4.33
WP Version: 6.3.1
MySQL Version: 5.7.23
Directory Separator: /
Copy logs:
22-09-2023 02:00:15 – 1x, [total: 0.30152297019958, avg: 0.30152297019958] (mem: 19.19 MB – 20126496, peak: 24 MB – 25165824)
22-09-2023 01:45:02 – 1x, [total: 0.30528283119202, avg: 0.30528283119202] (mem: 19.26 MB – 20193176, peak: 24 MB – 25165824)
29-03-2023 16:36:12 – 1x, [total: 0.042091846466064, avg: 0.042091846466064] (mem: 18.33 MB – 19221872, peak: 22 MB – 23068672)
09-11-2022 14:01:49 – 1x, [total: 0.020205974578857, avg: 0.020205974578857] (mem: 18.11 MB – 18991168, peak: 20 MB – 20971520)
08-11-2022 22:29:32 – 1x, [total: 0.028894186019897, avg: 0.028894186019897] (mem: 18.14 MB – 19022816, peak: 20 MB – 20971520)
08-11-2022 22:19:58 – 1x, [total: 0.10589385032654, avg: 0.10589385032654] (mem: 18.11 MB – 18989136, peak: 20 MB – 20971520)
The OS: Linux
PHP Version: 8.0.30
WP Version: 6.3.1
MySQL Version: 5.7.43
Directory Separator: /
Copy logs:
16-09-2023 08:28:59 – 1x, [total: 0.083378791809082, avg: 0.083378791809082] (mem: 78.11 MB – 81901280, peak: 80.5 MB – 84410368)
16-09-2023 07:39:06 – 1x, [total: 0.10607099533081, avg: 0.10607099533081] (mem: 78.3 MB – 82102672, peak: 80.5 MB – 84410368)
15-09-2023 10:30:19 – 1x, [total: 0.103670835495, avg: 0.103670835495] (mem: 78.28 MB – 82084504, peak: 80.5 MB – 84410368)