Efe Dinler
Forum Replies Created
-
Hello @wyvernhall ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Forum: Plugins
In reply to: [Backup Migration] Backup errorHello @ar3182 ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Hello @michael2407 ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Hello @mussy ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Hello @mashaglanville ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Forum: Plugins
In reply to: [Backup Migration] Troubleshoot backup failuerHello @glennocs ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Forum: Plugins
In reply to: [Duplicate Post] Premium plugin does not workHi @netkom001 ,
Thank you for reaching out!
This section is for our free plugin but we’re more than happy to assist you further. Could you kindly reach out to us via support (at) copydeleteposts (dot) com? Our team will assist you further asap.
Forum: Plugins
In reply to: [Backup Migration] Failed to restore dataHi @ziyuan555 ,
Thank you for reaching out!
Could you kindly check if you have enough space on your target site’s server? If you do, please download this version and install this one instead. Afterwards, under the Other Options section, please click check on option #7, and then click on Save.
Then, please try restoring again.
Let me know how it goes!
Forum: Plugins
In reply to: [Backup Migration] Debug codeHi @anthony57000 ,
It seems like you have a very low execution limit threshold, which caused the process to stop while it was trying to check the free space.
In our plugin, it is possible to disable free space checks, but it’s not recommended and you should do that only if you’re 100% sure that you have enough space on the server for the backup.
If you don’t have enough space for the backup or migration, but you will tell the plugin that there is enough, the process may still fail and your site may encounter many issues due to the lack of free space.
Step list of the solution:
- Go to the “Other options” section
- Disable space checking: https://prnt.sc/PAlbYsz3RszJ
- Save the “Other options” section
- Force stop both processes: https://prnt.sc/1trv1tm
- Run your process once again
Let me know if that resolves your issue ??
Thank you!Forum: Plugins
In reply to: [Duplicate Post] Copy LogsThank you for the logs?@greenwebdesign , we’ll use this information for further plugin optimizations.
Forum: Plugins
In reply to: [Backup Migration] Backup ErrorHello @esachs44 ,
We haven’t heard from you since, so I’ll assume that the issue is resolved and will close this support ticket. If you face any new issues, please feel free to open a new ticket.
Forum: Plugins
In reply to: [Social Media Share Buttons & Social Sharing Icons] Problem with PHP 8+Hi @alexpr1987 ,
Thank you for reporting this!
Our team will investigate the issue for you right away. Could you kindly provide us a screenshot of the errors you’re receiving?
Also, may I kindly ask which version of the plugin you’re using at this moment?
Hi @mashaglanville ,
Thank you for the feedback!
You’re currently using our sharing buttons, where a button for Instagram is not available. It’s due to the functionalities that Meta provide for Instagram, where a post share is technically not possible. When Meta begins allowing this, it will be added to our plugin as well!
If you need any further assistance, please feel free to open up a new thread in our support forum. Thank you!
Forum: Plugins
In reply to: [Duplicate Post] Copy LogsThank you for the logs?@tamara-it , we’ll use this information for further plugin optimizations.
Hi @rmarriage ,
Please add the following code to the end of the functions.php of your WP theme;
add_action('wp_head', 'custom_style');
function custom_style() {
echo '<style>
.sfsi_Sicons.sfsi_Sicons.sfsi_Sicons .sf_icon img {
vertical-align: middle !important;
}
</style>';
}Please let me know how it goes afterwards ??