anthonyclarke
Forum Replies Created
-
Hi Renzo
Thanks, and I recommend that descriptive text be added next to the check box to clarify this functionality.
Regards
Forum: Plugins
In reply to: [The Events Calendar] Events Displayed on homepage with theme – home.phpHi Geoff
Thanks for the feedback and update on the future TEC homepage functionality. Good work.
Regards
AnthonyForum: Plugins
In reply to: [Loginizer] Ability to Delete IPs in Failed Login Attempt LogHi
Thanks that would improve the user appeal.
Regards
AnthonyForum: Plugins
In reply to: [Loginizer] Ability to Delete IPs in Failed Login Attempt LogHi
Thanks for your reply.
This is a copy past from our Failed Login Attempt Log.
The most recent is at the top, then the dates appear below depending on number of Failed Attempts Count/Lockouts Count.
Logically shouldn’t they be in date order descending from the top?46.118.114.59 27/04/2016 10:47:53 2 2
178.137.90.200 15/04/2016 18:43:33 2 2
178.137.165.165 16/04/2016 11:43:08 2 2
178.137.95.41 17/04/2016 23:04:54 2 2
176.8.91.87 19/04/2016 22:03:55 2 2
178.137.89.21 20/04/2016 06:15:10 2 2
178.137.165.24 24/04/2016 10:43:54 2 2
185.11.180.67 16/04/2016 04:14:39 1 0
37.115.32.238 17/04/2016 20:12:26 1 0
101.174.45.147 18/04/2016 06:13:59 1 0Forum: Plugins
In reply to: [The Events Calendar] Events Displayed on homepage with theme – home.phpHi Josh
Thanks so much for your help, well done.
I have almost achieved the events displayed on the homepage using the ‘tribe_get_events’ function.
The following code shows the events only as the home page is being loaded. Once the page has finished being loaded the events disappear from the page.#DISPLAY EVENTS // Retrieve the next 5 upcoming events $events = tribe_get_events( array('posts_per_page' => 5, 'start_date' => '2015-01-01',) ); // Loop through the events, displaying the title // and content for each foreach ( $events as $event ) { echo "<h4> $event->post_title </h4>"; echo $event->post_content; }
Any suggestions, and thanks for your help. Regards.
Forum: Plugins
In reply to: [Events Manager - Calendar, Bookings, Tickets, and more!] Update questionHi Christian and Angelo
I would like to suggest that in a future build that the ability to copy the settings to another installation of EM be included, for example in: Settings>General>Admin Tools. Thanks for your considerations.
Hi Angelo
Good thanks for your reply.
Hi
Thanks for the reply. Will try and report back if a conflict is found.Hi Angelo
Thank you for your reply.
To answer your question, yes this is in the Admin-console.
In addition, there is an empty drop down list between the Future Events drop down and the Filter button.
I’m thinking I may need to Settings>General>Reinstalled/Reset. What does reset do? I assume it sets the user settings to defaults?
Thanks in advance for your assistance.