Kevin

Forum Replies Created

Viewing 15 posts - 31 through 45 (of 54 total)
  • Author
    Posts
  • in reply to: Hide Venue/Organizer Dropdowns #1024309
    Kevin
    Participant

    This worked very well!! thanks again!

    in reply to: Accepting Terms Of Use #1023758
    Kevin
    Participant

    Thanks again for all your help on this. one thing i have just realized is that by making the Terms and Conditions an ‘Additional field’ it now show up on the event page under ‘Other’. How can id prevent that field from displaying on the event?

    thanks again.
    Kevin

    in reply to: Accepting Terms Of Use #1023323
    Kevin
    Participant

    okay thanks. that seems to have worked to change the order of the custom fields. i’m still not able to add a link to the additional fields through the custom.php file. i have tried to remove esc_html from the following section as it is a checkbox i wanted to add but that doesn’t seem to do it. I have also tried replacing the esc_html with do_shortcode but still nothing. not sure if i’m on the right track or not.

    } elseif ( $customField['type'] == 'checkbox' ) {
    	foreach ( $options as $option ) {
    		$values = ! is_array( $val ) ? explode( '|', $val ) : $val;
    		?>
    		<div>
    			<label>
    				<input type="checkbox" value="<?php echo esc_attr( trim( $option ) ); ?>" <?php checked( in_array( esc_attr( trim( $option ) ), $values ) ) ?> name="<?php echo esc_html( stripslashes( $customField['name'] ) ); ?>[]"/>
    				<?php echo esc_html( stripslashes( $option ) ); ?>
    			</label>
    		</div>
    		<?php
    	}
    in reply to: Accepting Terms Of Use #1023218
    Kevin
    Participant

    Further to my last response. I was able to successfully change the title of ‘Additional Fields’ which proves that oveerides are working. i’m just not sure why the solutions you have noted about aren’t working. i’m sure it’s something simple that i’m overlooking.

    in reply to: Accepting Terms Of Use #1023210
    Kevin
    Participant

    Thanks for such a thorough response. I have tried these – but not change is reflected on my site. I have noticed that Theme Overrides don’t seem to be working anymore. I found this thread but it pointed to needing an upgrade – which is not my issue. I think i’m running the latest version. i’m not sure what is happening but when I have tried this solution in both my child theme and main theme directories and neither seem to work now. I even tried a simple text change on a return error message and it doesn’t seem to override correctly. i’ve noticed this with other support threads i’ve posted as well. not sure what i’m doing wrong. any insight here would be greatly appreciated.
    thanks again.

    in reply to: Accepting Terms Of Use #1022847
    Kevin
    Participant

    I should also mention that i have tried the solution provided in this thread but nothing has happened.

    Kevin
    Participant

    Thanks George. Is it possible provide a the code that would help me reduce the space between the Events Categories options? In another thread I received a bit of code to help me do something similar – but I don’t know how it could apply for this issue.

    thanks.

    Kevin
    Participant

    Thanks George, I may put this on my todo list but it might be a bit too difficult for me to make a priority right now. Could you tell me if it at least possible to only allow one selection in Event Categories instead of multiple?

    Also, is there a way to make it so the Event’s Categories have less space between each? I only have 4 categories and the are so spaced apart that thy occupy 2 lines.

    Thanks again

    in reply to: My Events link doesn't work #1021519
    Kevin
    Participant

    Here is a screenshot of what I see when I click on that link. It doesn’t work from my iphone either:

    https://www.dropbox.com/s/7ces5zo5hmaaos9/Screen%20Shot%202015-11-03%20at%209.28.04%20PM.png?dl=0

    in reply to: Can the Parent Category Select all sub categories? #1021377
    Kevin
    Participant

    Thanks for the quick response. i tried that plugin and have no idea where any of the feature are. no info on the plugin site either. i’ll dig around for a similar plugin to try. thanks for pointing me in that direction. If I find something that works i’ll post it here for anyone who might have a similar need.

    thanks.

    in reply to: Additional Fields Title & Checkboxes on Community Events #1021326
    Kevin
    Participant

    Good call! I have just done that and restored the original file. It’s working well! thanks again!

    in reply to: How to make Event Categories a required field #1021181
    Kevin
    Participant

    I have tried that. it seems to be okay – but i have noticed that if it is left blank, the error message sat tax_input required (which i know i can customize) but the Event categories does not highlight in red like other required categories do if left blank. is there a way for it to have the same treatment as other categories.

    Screenshot:
    https://www.dropbox.com/s/bgvd6njyof0wcvl/Screen%20Shot%202015-11-03%20at%208.59.51%20AM.png?dl=0

    in reply to: Hide Venue/Organizer Dropdowns #1021030
    Kevin
    Participant

    Thanks for sharing those links. exactly what i’m looking to do. For starters, I was able to remove the Dropdown on the Venue form thanks to this link that you provided. Unfortunately, the same did not work for removing the Organizer Drop down. I realized that the link says to edit the file organizer.php – but I found that specific line of code in the file organizer-fields.php. Even still, removing that line referenced in the link didn’t work. not sure if there is something else I need to modify to remove the organizer drop down menu.

    i do like the idea of using the WP user info as the default organizer. it’s very clean as long as the user does appear as the organizer as long as users can still reference Organizer pages.

    in reply to: Additional Fields Title & Checkboxes on Community Events #1021005
    Kevin
    Participant

    I was able to resolve this. For those looking to the same, I went to wp-content/plugins/the-events-calendar-community-events\views\community\modules\custom.php and changed the text ‘Additional Fields’ in the following code:

    <h4><?php esc_html_e( 'Additional Fields', 'tribe-events-community' ); ?></h4>

    in reply to: Additional Fields Title & Checkboxes on Community Events #1020947
    Kevin
    Participant

    Is it possible to be a bit more specific? I’m not sure where in the Themers Guide to look for this. I found this page and have tried it but when I edit the function.php file with that code (either in the Child Theme or Main theme) the entire website just stops working.

    Regarding the checkboxes being stacked. Your solution worked perfectly.

    thanks again,

Viewing 15 posts - 31 through 45 (of 54 total)