Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed. We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hi!
I'm new to this plugin. Is it normal that page is reloading twice while subscribing or unsubscribing?
For instance, when user clicks subscription button, page reloads with such URL parameter:
?wpdiscuzUrlAnchor&subscriptionSuccess=1&subscriptionID=XX#wc_unsubscribe_message
Then it reloads to original URL.
When user clicks unsubscribe button, page reloads with such URL parameter:
?wpdiscuzUrlAnchor&wpdiscuzSubscribeID=XX&key=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX#wc_unsubscribe_message
Should this work this way or should some kind of Ajax function be used? If second, how reloading page can be prevented and fixed?
Yes, it does this to remove the GET part of URLs to avoid future conflicts. It's normal, please don't worry about that.
Ok. Thank you!