Forum Replies Created
-
AuthorPosts
-
Luciane
ParticipantHi Jami!
I could’t change the css and fix the overlapping fields… So I’d like to delete these fields:
– Delete the fields Hour and Minute from the New Event Form | Is it possible to configure only hole days events?
– Delete the field recurrence from the New Event FormThanks!
Best regards
LucianeLuciane
ParticipantHi Barry!
I didn’t manage to create a new list of states (Its only possible to create a new list of countries at the settings) and the lists of countries are not translated to Portuguese yet… 🙁
So I prefere to delete this fields from the New Event Form:
– keep the country field and delete the list of countries
– keep the state field and delete the list of statesDo you know which function calls (and the files) do I need do delete?
Thanks for your help!
Luciane
ParticipantHi Barry,
About the functions, I´ll try to delete them.
And I´ll post the translations missing on the forum, but while they are actualizated where I can find those titles to translate?
Another doubt I don´t know what is &rarr? If you could tell where are the files, I could try to change the country and states.
Thanks
LucianeLuciane
ParticipantHello Barry,
Thanks for your return!
I found this file but I did not find the fields that I was looking for so I can make the changes that I need. For example:I’d like to delete:
-Saved Local
-Saved OrganizerI’d like to translate:
– “Organizer Name” to “Nome do Organizador”
– “Currency Symbol” to “Moeda”
– “Cost” to “Preço”I’d like to change:
– Brazil as a default country
– The list of StatesThanks
LucianeApril 8, 2015 at 11:01 am in reply to: How to hide the administrator name as organizer in the event creation form #954123Luciane
ParticipantHi Matthew,
Unfortunately it also didn’t work… 🙁
Anyway I appreciated your attention and thank you for your help!
If you ever have another idea, please do not forget to tell me! I’ll keep trying to hide this box ! 🙂Best regards
LucianeApril 7, 2015 at 1:43 pm in reply to: How to hide the administrator name as organizer in the event creation form #953822Luciane
ParticipantIt didn’t work…. 🙁
I installed the plugin and I tried again but this box is powerful and doesn’t disappears!April 7, 2015 at 8:13 am in reply to: How to hide the administrator name as organizer in the event creation form #953726Luciane
ParticipantUnfortunately it didn’t work… the Use Saved Organizers box still appears on my page 🙁
If you have any other idea please send me that I’ll try again. I won’t give up! 🙂Thanks
Luciane
ParticipantYes you got it, I’d like my users to be authors!
Just one more question, I already changed my users to be authors so they can create and edit their events. How they can login into my admin? I used the address {my-site-name}/wp-login.php and when I login as these users it just goes to my home page and not to my admin panel…
Thank you!
Luciane
ParticipantHi Josh!
I added this code but the sharing buttons still do not appear at the events pages…
Thanks
LucianeLuciane
ParticipantHi George,
Please help me to clarify one thing: the levels of users that you mencioned at the wordpress support don’t includes the events creations. So if my users can creat and edit only their own events they must be user level 0 or 1?
Thanks
April 6, 2015 at 7:57 am in reply to: How to hide the administrator name as organizer in the event creation form #953458Luciane
ParticipantHi Matthew!
I added the text but my organizer name (Trilheiros.net) still appears at the list of Use Saved Organizers…
I already created this user as administrator in my wordpress panel but nothing changed.Here is the page to create a new event and my name at the list: http://trilheiros.net/calendario/comunidade/add
Thanks!
April 2, 2015 at 5:50 am in reply to: How to hide the administrator name as organizer in the event creation form #952741Luciane
ParticipantHi Matthew!
I managed to correct the error, but now appears an error in the text that you have send me:
Fatal error: Class ‘Tribe_Events_Events’ not found in /home/trilh356/public_html/wp-content/themes/smartline-lite/functions.php on line 337And when when I delete this text, my site works. Do you have any idea how I can fix it?
Here is the text:
if ( ! is_admin() ) {
remove_filter( ‘tribe_organizer_table_top’, array( Tribe__Events__Events::instance(), ‘displayEventOrganizerDropdown’ ) );
}//end ifThank you!
Luciane
ParticipantHi Josh!
I already changed my theme and the issue persists on the events pages… 🙁
Thanks
Luciane
ParticipantHi George!
Yes, I have this option in my Community Events settings screen checked so all users can create events.
But after they created the events, do they need to have an account even when they just want to see their own events list or want to edit them?And I have to create their account at my admin-area? I would like that the users could create their own accounts at my page area… Is it possible? Without having another access to my admin-area?
Thank you!
April 1, 2015 at 5:47 am in reply to: How to hide the administrator name as organizer in the event creation form #952491Luciane
ParticipantHi Matthew!
I’ve tried do copy the code and I don’t know why I did because my site doesn’t open anymore and it shows this error: Parse error: syntax error, unexpected T_ENDIF in /home/trilh356/public_html/wp-content/themes/smartline-lite/functions.php on line 299
Please help me out!!! How can I correct this and have my site back?
Here is the end of the code:
get_comment_date(), get_comment_time()) ?>
<?php edit_comment_link(__(‘(Edit)’, ‘smartline-lite’),’ ‘,”) ?>
</div><div class=”comment-content”><?php comment_text(); ?></div>
<div class=”reply”>
<?php comment_reply_link(array_merge( $args, array(‘depth’ => $depth, ‘max_depth’ => $args[‘max_depth’]))) ?>
</div></div>
<?php
endif;/*==================================== INCLUDE FILES ====================================*/
// include Theme Info page
require( get_template_directory() . ‘/inc/theme-info.php’ );// include Theme Customizer Options
require( get_template_directory() . ‘/inc/customizer/customizer.php’ );
require( get_template_directory() . ‘/inc/customizer/default-options.php’ );// include Customization Files
require( get_template_directory() . ‘/inc/customizer/frontend/custom-layout.php’ );
require( get_template_directory() . ‘/inc/customizer/frontend/custom-slider.php’ );// include Template Functions
require( get_template_directory() . ‘/inc/template-tags.php’ );// include Widget Files
require( get_template_directory() . ‘/inc/widgets/widget-category-posts-boxed.php’ );
require( get_template_directory() . ‘/inc/widgets/widget-category-posts-columns.php’ );
require( get_template_directory() . ‘/inc/widgets/widget-category-posts-grid.php’ );
require( get_template_directory() . ‘/inc/widgets/widget-category-posts-single.php’ );// Include Featured Content class in case it does not exist yet (e.g. user has not Jetpack installed)
if ( ! class_exists( ‘Featured_Content’ ) && ‘plugins.php’ !== $GLOBALS[‘pagenow’] ) {
require( get_template_directory() . ‘/inc/featured-content.php’ );
}?>
-
AuthorPosts
