Glenn

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 96 total)
  • Author
    Posts
  • in reply to: Photo View: Text only in half of cell #1130965
    Glenn
    Participant

    Thanks. I removed the custom code and applied the update and all looks good…

    Glenn.

    in reply to: Event_Embed (Parte Tres) #1130225
    Glenn
    Participant

    Success! Thanks for your effort.

    Regards,

    Glenn.

    in reply to: Event_Embed (Parte Tres) #1130006
    Glenn
    Participant

    Hi George,

    Thanks for the message. I think in this case they are possibly all “First”. When I include the code it removes all the lines in the widget.

    Not to worry – As I mentioned I am sure I am the only one who notices it so I’m happy to leave it as is.

    Glenn.

    in reply to: PHP Errors #1130001
    Glenn
    Participant

    Andras,

    I don’t believe I have WP_DEBUG activated. I don’t think the errors are always caused by my actions.

    Here are a few more when I looked today.

    Jun 17, 13:49:10	PHP Warning: key() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46
    Jun 17, 13:49:10	PHP Warning: reset() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49
    Jun 17, 13:49:10	PHP Warning: Creating default object from empty value in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51
    Jun 17, 16:58:11	PHP Warning: key() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46
    Jun 17, 16:58:11	PHP Warning: reset() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49
    Jun 17, 16:58:11	PHP Warning: Creating default object from empty value in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51
    Jun 19, 22:00:47	PHP Warning: key() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46
    Jun 19, 22:00:47	PHP Warning: reset() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49
    Jun 19, 22:00:47	PHP Warning: Creating default object from empty value in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51
    Jun 21, 06:52:18	PHP Warning: key() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46
    Jun 21, 06:52:18	PHP Warning: reset() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49
    Jun 21, 06:52:18	PHP Warning: Creating default object from empty value in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51
    Jun 21, 15:15:40	PHP Warning: key() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46
    Jun 21, 15:15:40	PHP Warning: reset() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49
    Jun 21, 15:15:40	PHP Warning: Creating default object from empty value in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51
    Jun 21, 17:37:33	PHP Warning: key() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 46
    Jun 21, 17:37:33	PHP Warning: reset() expects parameter 1 to be array, null given in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 49
    Jun 21, 17:37:33	PHP Warning: Creating default object from empty value in /home/wp-content/plugins/the-events-calendar/src/Tribe/JSON_LD/Venue.php on line 51

    Regards,

    Glenn.

    Glenn
    Participant

    Josh,

    My idea is that the end date be invisible unless the checkbox is ticked indicating that the events finishing time is on a different date.

    There might be better ways to do this but anything that fixes the confusion from the submitters point of view would be appreciated.

    Regards,

    Glenn.

    in reply to: PHP Errors #1128318
    Glenn
    Participant

    This reply is private.

    in reply to: Event_Embed (Parte Tres) #1128150
    Glenn
    Participant

    George,

    Yes it does. But it puts a line at the top of each cell, which ideally I would want it to miss the first cell, but it will only do my head in as no one else will notice.

    Thanks for the help.

    Glenn.

    in reply to: Event_Embed (Parte Tres) #1128144
    Glenn
    Participant

    Thx George,

    I can live with your suggestion. (for now! 😛 )

    Thx for your assistance, I guess we can call this one solved.

    Glenn.

    in reply to: Event_Embed (Parte Tres) #1128133
    Glenn
    Participant

    George,

    It is on the main page in the right column named “Stage, Screen and Exhibitions” http://onin.melbourne

    See attached screen capture.

    Regards,

    Glenn.

    in reply to: Event_Embed (Parte Tres) #1127841
    Glenn
    Participant

    For the readers at home that might be looking for something similar.

    I think a recent update broke the functionality of Event Rocket. So sadly now I must uninstall it. 🙁 It served me well…

    This meant I needed to fast-track a replacement solution. Turns out it isn’t really that hard. 🙂

    Following this page https://theeventscalendar.com/knowledgebase/add-event-content-to-an-event-widget/ (Who would have thought that the knowledge base has some great information???) I created the list-widget.php file in the right location in my child theme.

    Just after the lines:

    		<div class="<?php tribe_events_event_classes() ?>">
    			<?php tribe_get_template_part( 'pro/widgets/modules/single-event', null, $instance ) ?>
    

    I added:

    			<?the_post_thumbnail( 'medium' ); ?>
    			<?php the_excerpt(); ?>
    

    And it seemed to work out OK. Let me know if this is in fact a huge mistake.

    The only thing that bugs me now is the divide line is in the wrong place. Any hints on how I can move it down to below the excerpt would be appreciated. 🙂

    Regards,

    Glenn.

    Glenn
    Participant

    Geoff,

    Thanks for the reply and clarifying how most people achieve the desired outcome.

    I added the plugin “If Menu” and created a menu that shows “Login” if there is no logged in user and “Event Management” menu if they are logged in (as well as a logout menu)

    Added plugin “Remove Dashboard Access” with redirect so Subscribers don’t see the admin area once logged in. Also added the message to the login area advising users to look out for the Event Management menu.

    Added the following to functions.php in my child site to hide the admin bar from non-admins.

    /**
    * Code to hide admin bar unless admin.
    */
    add_action('after_setup_theme', 'remove_admin_bar');
    function remove_admin_bar() {
    	if (!current_user_can('administrator') && !is_admin()) {
     		 show_admin_bar(false);
    	}
    }
    /**
     * END Code to hide admin bar unless admin.
     */
    

    Hopefully this will sort out the issue.

    Thx for your help.

    Regards,

    Glenn.

    Glenn
    Participant

    This reply is private.

    Glenn
    Participant

    Geoff,

    Another person created an account, added an event using the admin bar menu, I got no notification and to top it all off didn’t create the multiple event correctly. 🙁

    Glenn.

    Glenn
    Participant

    Geoff,

    I just had someone create a login and submit an event.

    Two issues:
    1. I didn’t get an email notification, so I suspect he accessed it via the admin menu. Also no attached image.
    2. Users always mess up the dates/times of events that span multiple dates. I don’t think I have had one do it correctly yet. Today’s example is a Magic show that goes for about 2 weeks. 27/06/2016 @ 10:30 am – 09/07/2016 @ 11:50 am That will be one tired magician! The form is confusing and probably needs some tweaking of the layout. (I can put this feedback somewhere else if needed)

    Regards,

    Glenn.

    Glenn
    Participant

    Geoff,

    I tested creating an Event using both methods. Both create an Event with status PENDING. But only the one done the “correct” way sends an email notification. This probably also explains my frustration of not being informed when there are events pending and led to my request of a “More in your face” notification of pending events.

    I feel this is an issue as it stands as there is no guarantee that the user will do it the right way.

    I look forward to your advise on how we can eliminate the ability of to lodge submissions not using the Community system.

    Regards,

    Glenn.

Viewing 15 posts - 1 through 15 (of 96 total)