-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GIVE_SLUG define doesn't affect slug #199
Comments
I am also facing this problem right now. I have tried the "define('GIVE_SLUG', 'blabla')". But it didn't worked. I've seen a section in GiveWp official site like:
But I don't know how to do refreshing my permalinks. Any help would be appreceiated. :)) |
Hello @allegres, Im sorry to hear your are difficulties defining a new page slug. A simple method for refreshing your permalinks can be done through the Wordpress dashboard.
If the problem persists I would suggest submitting a new bug report as this issue was closed in 2015. Submitting a new bug report will also allow us to bring more attention to this specific issue. Thanks for reaching out! |
* refactor: style onboarding popups * fix: keep editor font size as standard so line height values are respected * fix: make editor position to be fluid in the screen * fix: solve warnings * fix: stack donation amount levels in two columns * Revert "fix: make editor position to be fluid in the screen" This reverts commit 8446010309649f34165608989c30ca2ff067d3c3.
define('GIVE_SLUG', 'donate');
should change the Archive page and single form url to use/donate/
instead of/donations/
but it doesn't seem to be working correctly. Tested with both Archives disabled and enabled. Reseaved permalinks several times.The text was updated successfully, but these errors were encountered: