Skip to content
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

Closed
mathetos opened this issue Aug 4, 2015 · 2 comments
Closed

GIVE_SLUG define doesn't affect slug #199

mathetos opened this issue Aug 4, 2015 · 2 comments
Assignees
Milestone

Comments

@mathetos
Copy link
Member

mathetos commented Aug 4, 2015

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.

@mathetos mathetos added the bug label Aug 4, 2015
@DevinWalker DevinWalker added this to the 1.1.1 milestone Aug 31, 2015
@DevinWalker DevinWalker self-assigned this Aug 31, 2015
@DevinWalker DevinWalker modified the milestones: 1.1.1, 1.2 Release Sep 1, 2015
@allegres
Copy link

allegres commented Feb 9, 2023

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:

Please note that this will have no impact on the “Default” permalink style, but on all others it will appear like the above. Also note that after making this change, it’s best to refresh your permalinks to see the change affected.

But I don't know how to do refreshing my permalinks. Any help would be appreceiated. :))

@JoshuaHungDinh
Copy link
Contributor

JoshuaHungDinh commented Feb 13, 2023

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.

  1. From the navigation menu, click Settings > then select Permalinks.
  2. On the Permalinks page you will want to take notice of what setting you have selected, options are Plain, Day and name, Month and name, Numeric, Post name, Custom Structure. If you are using a Custom Structure copy and save it, so you can put it back later.
  3. Select any permalink setting other than your currently saved structure and click the Save Changes button.
  4. Once updated, reselect your original setting and save changes once again. You are finished when you see the “Permalink structure updated” message again. Your site permalinks should now be working. You may have to clear your browser cache before testing in order to see the change.

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!

jonwaldstein pushed a commit to jonwaldstein/givewp that referenced this issue Aug 15, 2023
* 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants