Hello. Thank you for contacting the Toolset support.
First of all - in order to minimize the cause of the issue and rule out the possible conflict:
Could you please try to resolve your issue by deactivating all third-party plugins as well as the default theme to check for any possible conflicts with any of the plugins or themes?
Thats really strange. Can I check where exactly I can see the issue and I will review your setup and then will try to reproduce the issue on my local test install and if issue is confirmed - I will escalate it to our Devs.
I need problem URL and access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin and FTP) to your site. Preferably to a test site where the problem has been replicated if possible in order to be of better help and check if some configurations might need to be changed.
I have set the next reply to private which means only you and I have access to it.
I checked on your install and I found that you've added the Delete link wrong way as given under:
<a class="dropdown-item" href="[cred_delete_post_link action='trash' text='Deletar' message_after='Anúncio deletado!' message='Tem certeza que deseja deletar? Não poderá recuperar o perfil e terá que criar um novo!' message_show='1' class='cred-refresh-after-delete']">Deletar</a>
You do not need to wrap the delete link with anchor tag as delete post link will automatically generate the anchor tag.
I've now modified and adjusted the delete link as given under:
[cred_delete_post_link action='trash' text='Deletar' message_after='Anúncio deletado!' message='Tem certeza que deseja deletar? Não poderá recuperar o perfil e terá que criar um novo!' message_show='1' class='cred-refresh-after-delete dropdown-item']
I can see - its working perfectly fine. Can you please confirm.
Thank you Minesh. I just thought it needed as a Bootstrap 4 dropdown item. Is there a way to add Bootstrap Modal for the message instead of the current delete message?