Luciane

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 35 total)
  • Author
    Posts
  • in reply to: Formatting New Event Form #961227
    Luciane
    Participant

    Hi 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 Form

    Thanks!

    Best regards
    Luciane

    in reply to: Changing fields and formatting New Event Form #961222
    Luciane
    Participant

    Hi 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 states

    Do you know which function calls (and the files) do I need do delete?

    Thanks for your help!

    in reply to: Changing fields and formatting New Event Form #960444
    Luciane
    Participant

    Hi 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
    Luciane

    in reply to: Changing fields and formatting New Event Form #960221
    Luciane
    Participant

    Hello 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 Organizer

    I’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 States

    Thanks
    Luciane

    Luciane
    Participant

    Hi 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
    Luciane

    Luciane
    Participant

    It didn’t work…. 🙁
    I installed the plugin and I tried again but this box is powerful and doesn’t disappears!

    Luciane
    Participant

    Unfortunately 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

    in reply to: Do the users can create their own passwords ? #953681
    Luciane
    Participant

    Yes 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!

    in reply to: Facebook share button no longer appears #953468
    Luciane
    Participant

    Hi Josh!

    I added this code but the sharing buttons still do not appear at the events pages…

    Thanks
    Luciane

    in reply to: Do the users can create their own passwords ? #953465
    Luciane
    Participant

    Hi 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

    Luciane
    Participant

    Hi 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!

    Luciane
    Participant

    Hi 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 337

    And 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 if

    Thank you!

    in reply to: Facebook share button no longer appears #952740
    Luciane
    Participant

    Hi Josh!

    I already changed my theme and the issue persists on the events pages… 🙁

    Thanks

    in reply to: Do the users can create their own passwords ? #952738
    Luciane
    Participant

    Hi 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!

    Luciane
    Participant

    Hi 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’ );
    }

    ?>

Viewing 15 posts - 16 through 30 (of 35 total)