Home › Forums › Calendar Products › Events Calendar PRO › Issue with permalinks
- This topic has 7 replies, 2 voices, and was last updated 11 years ago by
Geoff.
-
AuthorPosts
-
April 30, 2015 at 3:37 pm #959773
Hunter
ModeratorI’ve been (successfully) using the following code to change my permalinks, but now am experiencing issues when trying to visit venue and organizer pages. Let me know if you’ve got any insight. Thanks.
add_filter('tribe_venue_label_singular', 'change_single_venue_label' ); function change_single_venue_label() { return 'Venue'; } add_filter('tribe_venue_label_plural', 'change_plural_venue_label' ); function change_plural_venue_label() { return 'Venues'; } add_filter('tribe_organizer_label_singular', 'change_single_organizer_label' ); function change_single_organizer_label() { return 'Promoter'; } add_filter('tribe_organizer_label_plural', 'change_plural_organizer_label' ); function change_plural_organizer_label() { return 'Promoters'; }May 1, 2015 at 9:10 am #959887Geoff
MemberHello joinfof–nice to see you again. Hope all is well. 🙂
I don’t see anything off the bat that in that code example that would affect permalinks. What is the exact permalink issue you’re facing? It seems like venue and organizer pages are still accessible (like this one). Have you tried flushing your permalinks (Settings > Permalinks > Save) to see if that has an effect?
Let’s start there and see what we find. I’d definitely be interested in more details on what’s happening and how to replicate the issue if you have them.
Cheers!
GeoffMay 12, 2015 at 9:19 am #962142Hunter
ModeratorI did see how it went back to working (not sure why), but I’m having the same issues again. Any promoter link gets stuck in a redirect. Try http://familyoffestivals.com/promoter/hard-presents/
May 12, 2015 at 11:21 am #962164Geoff
MemberHey there joinfof!
Have you tried flushing your permalinks (Settings > Permalinks > Save). It looks like a redirect loop issue and flushing permalinks is a common solution for that. 🙂
Cheers!
GeoffMay 12, 2015 at 3:29 pm #962242Hunter
ModeratorYes I’ve tried flushing the permalinks – no effect.
May 13, 2015 at 11:43 am #962384Geoff
MemberThanks for giving that a shot!
Just one more thing before we get into some deeper troubleshooting: are you using any plugins that handle redirects? Or have you made any changes to your .htaccess file that would have an impact on redirects?
Cheers!
GeoffMay 13, 2015 at 11:46 am #962388Hunter
ModeratorGood call – it was a user error (no surprise there, huh?) I had a redirect setup for some reason, must have done it by accident or forgot. Who knows. Thanks again 🙂
May 13, 2015 at 11:54 am #962405Geoff
MemberSweet! I’m so glad that did the trick–thanks so much for confirming.
I’ll go ahead and close this thread but thanks again for reaching out and please feel free to hit us up with a new thread if anything else pops up. 🙂
Cheers!
Geoff -
AuthorPosts
- The topic ‘Issue with permalinks’ is closed to new replies.
