Forum Replies Created
-
AuthorPosts
-
Ivan
ParticipantHi, so yes… I export a csv (https://docs.google.com/spreadsheets/d/1iXAZD746rwDzR2z7UkMcgjg-Lq0JvJGUYSLCSmPSJ2Y/edit?usp=sharing) from my wordpress users, but when I upload it to import them as organizers, and I “pair” the columns I have two coulmns from the csv file (first name and last name), but the plugin pairing options only give the option “nome organizzatore” (that would be “name of the organizer”), as you can see in the screenshot.
-
This reply was modified 9 years, 1 month ago by
Ivan.
Ivan
ParticipantThanks fot the answer. One more thing… when I export from wordpress the csv, I have First Name and Last Name, but when I import in organizers I can only import a fullname… is there a way to import to “columns”?
Ivan
ParticipantHi, so thanks a bunch for the support. Loco was really a great solution I did’nt knew about. I also discovered that while the .mo file was ok, the .po file in the server was blank empty.. so that was the reason many things were not translated or mixed up.
anway I translated many of the untranslated things, so I attach to this post the zip file with the mo and the po in italia, as a contribute to the community, hope it helps.
Ivan
ParticipantHi, but in the po file I see the words translated correctly…
anyway… here are the transaltions:
evento title is titolo dell’evento
evento descrizione is descrizione dell’evento
evento categories is categorie dell’evento
evento image is immagine dell’evento
evento time & date is data ed ora dell’evento
dettagli luogo is ok
select or create a luogo is seleziona o crea un luogo
dettagli organizzatore is ok
add another organizzatore is aggiungi un’altro organizzatore
evento website is sito web dell’evento
evento cost is costo dell’evento
Leave blank to hide the field. Enter a 0 for eventi that are free. is lascia lo spazio vuoto per nascondere questo campo. Scrivi 0 per gli eventi gratuiti.could you send me the right translation file please?
Ivan
ParticipantThis reply is private.
Ivan
ParticipantThis reply is private.
Ivan
Participantdone, but is not working, I still see
Ivan
ParticipantI don’t actually know what to do… I can read css, but don’t really know how to code… I tried putting the code in the themes css, in the plugin css… but is not working… can you explain me better in wich file I have to put the code?
Ivan
Participantthanks for the answer… but it does not totally solves my problem… because users can still uncheck the default category and choose another… is’nt there a way yo not show the category selection in the frontend form and make it autoselect only the default one?
thanks!
Ivan
ParticipantSo, I found this thread in the forum https://theeventscalendar.com/support/forums/topic/exclude-a-category-from-community-events-form/
that seems to solve the problem I have… but I don’t understand in wich file I have to put the code
<?php add_filter( 'get_terms_defaults', 'community_events_remove_category_option', 10, 2 ); /** * Prevent specific categories from displaying as options in the Community Events Submission form * * Subsitute the IDs of the categories that you would like to exclude from the array on line #16 below */ function community_events_remove_category_option( $defaults, $taxonomies ) { if( ! in_array( 'tribe_events_cat', $taxonomies ) ) return $defaults; if( tribe_is_event_query() ) return $defaults; $defaults['exclude'] = array(4); return $defaults; }February 9, 2017 at 1:01 am in reply to: wp members auto-sync organizers & no category in frontend module #1231916Ivan
Participantok, thanks for the answer… but is not really what I need, and I don’t think we can afford custum development.
thanks anyway!
(i opened a new thread for the other issue)
-
This reply was modified 9 years, 1 month ago by
-
AuthorPosts
