Hi my delete posts shortcake works fine expect for redirecting/refreshing after deletion.
[cred_delete_post_link text="<i style='color:red;' class='fa fa-trash-o'>" action='trash' redirect='self' message='Are you sure you want to trash this resource.' message_show='1' onsuccess='self']
Is there any documentation that you are following?
Hello. Thank you for contacting the Toolset support.
It seems it's missing the class attribute.
What if you try to use the following shortcode with class attribute that has class name "cred-refresh-after-delete":
[cred_delete_post_link class='cred-refresh-after-delete' text="<i style='color:red;' class='fa fa-trash-o'>" action='trash' redirect='self' message='Are you sure you want to trash this resource.' message_show='1' onsuccess='self']
Can you please share problem URL where you added the shortcode as well as admin access details.
*** Please make a FULL BACKUP of your database and website.***
I would also eventually need to request temporary access (WP-Admin) 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've adjusted the shortcode to redirect on the self page and add the ID of the self page:
<span style="float:right">[cred_delete_post_link class='cred-refresh-after-delete' text="<i style='color:red;' class='fa fa-trash-o'></i>" action='trash' redirect='10755' message='Are you sure you want to trash this resource.' message_show='1' onsuccess='10755']</span>
Can you please confirm the page is reloaded now when you click on delete link.
I got it what you are saying but there is no such feature exist to manage the hash tags or URL params. You will have to provide just redirect page/post ID and to that post/page ID it will be redirected.
I see your point and there is a space where can improve and I'll take a note but there is no ETA on it when the feature will be added.