Forum Replies Created
-
AuthorPosts
-
persyst
ParticipantOk, no problem waiting, thanks.
persyst
ParticipantHi Brook,
I activated the twenty thirteen theme, and now when I type in “las vegas” in the NEAR box and it gives me the two options “las vegas, NV” or “las vegas, NM”, I can pick “las vegas, NV” and the event pops up correctly on the calendar/map. So how do I resolve this to work with the theme I’m using?
Thanks,
Stefanpersyst
ParticipantThanks, that worked!!
persyst
ParticipantHi Matthew,
Is there a specific snippet you could provide to hide the “By:” field from the Event Calendar page?Thanks,
Stefanpersyst
ParticipantThanks! That update worked!!
persyst
ParticipantHi Matthew,
Ok, thanks. I would prefer to use Option 1, since it will not be effected by a calendar upgrade. I’ll wait for your response regarding how to implement this, since I could not get it working as stated above.
For Option 2, I definitely only changed the “9” character to a “20” in the two locations, when I received the error.
Thanks for you help,
Stefanpersyst
ParticipantHi Matthew,
I tried option 1, changing the 9’s to 20’s in the /cypherspot.com/wp-content/plugins/the-events-calendar-community-events/lib/tribe-community-events.class.php below the formCategoryDropdown area
at :
// Show the first 9 categories.
if ( $i < 9 )
and
if ( count( $cats ) > 9 )but this ends up giving me an http 500 error and I then the only way to access the front-end of my site from is by re-uploading the original tribe-community-events.class.php file that I have locally. Because changing the 20’s back to 9’s would not undo the error.
Please Help!!
Thanks,
Stefanpersyst
ParticipantTypo earlier, I copied the taxonomy.php from
cypherspot.com/wp-content/plugins/the-events-calendar-community-events/views/community/modules/taxonomy.phppersyst
ParticipantHi Matthew,
I’m still having a problem:
I added the gist link text to the end of my themes function.php
and copied the taxonomy.php from
cypherspot.com/wp-content/plugins/the-events-calendar-community-events/views/community/taxonomy.phpthen pasted it to
/cypherspot.com/wp-content/themes/make/tribe-events/community/modules/taxonomy.php
and swapped the line
<?php TribeCommunityEvents::instance()->formCategoryDropdown( null, $currently_selected_category_ids ); ?>with the new one
<?php formCategoryDropdown__override( null, $currently_selected_category_ids ); ?>
but now the “Add Event Page” is almost completely blank. I only see this text and nothing else, no boxes, no nothing.
“My Events”
“Not admin? Log Out”
“Event Title:(required) ”
“Event Description:(required) ”
“Text Visual ”
“Event Categories: ”Please help!
Thanks,
Stefanpersyst
ParticipantThanks for the reply. I noticed there are two single-event.php files.
Location 1:
/wp-content/plugins/the-events-calendar/views/single-event.phpLocation 2:
/wp-content/plugins/the-events-calendar/views/list/single-event.phpCould you please tell me why there are two files and which one am I supposed to copy/make changes to?
Thanks,
Stefanpersyst
ParticipantThanks for the reply. However, I am referring to the Event Category section on the front-end at events/community/add. I have more the 12 categories and it shows the first 9 all at once, then a tiny drop down arrow appears below that says “Show all categories ( 12 )”. I would like all categories to be shown by default.
Thanks,
Stefanpersyst
ParticipantThanks, that worked!!
-
AuthorPosts
