Forum Replies Created
-
AuthorPosts
-
Sandra Resnick
ParticipantHey Victor
Doesn’t seem to be on the ‘known issues’ page…
Yeah I can workaround by importing manually, but have around 100 events *a week*
So it’s far from ideal.
If you can make this a priority… I find it difficult to believe it wouldn’t be top of the list for a core feature of the plugin.
Thanks
Sandra Resnick
ParticipantAdded the code, still having issues
Please take a look here:
Clicking on a band takes the user to (e.g.)
http://www.bandsnearme.com/bands/24seven/ = 404
Replacing with organizer
http://www.bandsnearme.com/organizer/24seven/ = works
In admin the slugs are created (when a new band is created) as ‘bands’ but also results in a 404 when viewed
Any help appreciated
Sandra Resnick
ParticipantThank you
Sandra Resnick
ParticipantKnown bug they’re working on fixing
See this thread
Frustrating, but it looks like the fix should be out shortly
Cheers
April 22, 2016 at 3:05 pm in reply to: Global Change of "Organizers" to "Bands" & "Speakers" to ?? #1106137Sandra Resnick
ParticipantAh. Must be the theme…
It’s tightly integrated into the plugin…
I’ll take a look there
Cheers
Grant
April 22, 2016 at 1:23 pm in reply to: Global Change of "Organizers" to "Bands" & "Speakers" to ?? #1106107Sandra Resnick
ParticipantThat’s great!! Thank you…
Is there something similar to change “speakers”
This doesn’t work:
add_filter(‘tribe_speaker_label_singular’, ‘change_single_speaker_label’ );
function change_single_speaker_label() {
return ‘Musician’;
}add_filter(‘tribe_speaker_label_plural’, ‘change_plural_speaker_label’ );
function change_plural_speaker_label() {
return ‘Musicians’;
}What is the correct speaker label??
Sandra Resnick
ParticipantGeoff
I appreciate the transparency, but to say I was disappointed would be an understatement after spending 3 hrs trying to troubleshoot, reinstalling everything, purchasing the pro versions and deleting some prior work (yes, I made a backup but time is valuable).
I would hope this core element of the plugin functionality would be prioritized, I’m certain I’m not the only one out there who – right after installation – wants to quickly populate their site.
I appreciate there’s multiple priorities and limited resources… but I would hope this would get fixed quickly.
It’s not even that I can *easily* leverage PHPMyAdmin to import as the records are a little more complex for attributes / options… argh
3 hrs of my life and gray hairs I’ll never get back.
Appreciate an update at your earliest convenience.
Grant
Sandra Resnick
ParticipantI bought the pro plugin
Deleted anything I could find in the database for events, organizers and venues
Deleted the import list record too
Still getting same issue
File is pretty straight forward and is recognized… just the import is greating one record then updating it x record times.. help!!
Sample:
BAND,EMAIL
$2 Goat,
1 Wild Night,
24Seven,
3D Rhythm of Life,
420 Funk Mob,
49 West,
90 Proof,
Acoustic Medicine Show,
Acoustic Sludge,[email protected]Uploaded venue.csv
Cheers
-
AuthorPosts
