Forum Replies Created
-
AuthorPosts
-
February 28, 2017 at 12:47 am in reply to: The first page of Events list doesn't show all events #1246737
Geoff B.
MemberThis reply is private.
Geoff B.
MemberGood evening Mark,
I am glad that worked for you.
Is there anything else I can help you with on this topic ?
Have a great day!
Geoff B.
Geoff B.
MemberGood evening JĂĽrgen,
This is fantastic news.
I am glad this is finally fixed!
You are welcome back in our support forums any time 🙂
For now, I am going to close this thread.
Have a great week!
Geoff B.
February 28, 2017 at 12:23 am in reply to: Mini Calendar – Language problems (links&translate) #1246725Geoff B.
MemberThis reply is private.
Geoff B.
MemberThis reply is private.
Geoff B.
MemberThis reply is private.
Geoff B.
MemberGood evening Jason,
This is super awesome!
Is there anything else I can help you with on this topic ?
Have a great day!
Geoff B.
Geoff B.
MemberGood evening Kara,
I am sorry the plugin did not help out.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-ical {display: none !important;}Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberGood evening Giacomo,
Thank you for your answer.
I have installed your theme on my end and I was able to get the header and the sidebar to display.
All I needed to do was to go to Events -> Settings -> Display and change the Events template to “Default Page template”.
Could you give that a shot on your end ?
Best regards,
Geoff B.
Geoff B.
MemberThis reply is private.
Geoff B.
MemberGood evening Michael,
You are most welcome.
Is there anything else I can help you with on this topic ?
Best regards,
Geoff B.
Geoff B.
MemberGood evening Chip,
Thank you for the link.
However, it looks like you have directly modified the plugin’s files. Yikes!
The proper way to do this is to use template overrides. You might want to read our Themer’s guide to get a sense of how that works.
To answer your question, there is way more than line 52 to update for that snippet.
Just to set expectations, as you might know, the scope of our support is mostly to get our customers started on the right track and to help them in case of issues. We unfortunately do not provide complete support for customization or snippet updates.
My best recommendation (aside from using a proper template override) would be to use a file compare tool between the snippet and the latest version of  /wp-content/plugins/event-tickets/src/views/tickets/rsvp.php
Best of luck ,
Geoff B.Geoff B.
MemberGood evening Ben,
I am glad this helped.
Shouldn’t we just display the content once with all the dates/times?
This is definitely a matter of personal preference.
Believe or not, the default way of displaying things is the preferred approach for most people.With that in mind, I guess you could cheat with some CSS.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first .tribe-events-event-image, .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first .tribe-events-list-event-description {display: none !important;}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first+.tribe-events-list .type-tribe_events .tribe-events-list-event-title {display: none !important;}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first+.tribe-events-list .type-tribe_events .tribe-events-event-image {display: none !important;}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first+.tribe-events-list .type-tribe_events:last-child .tribe-events-list-event-description {display: block !important;}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first+.tribe-events-list .type-tribe_events:last-child .tribe-events-event-image {display: block !important;}Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberGood evening Ben,
I am glad this helped.
Shouldn’t we just display the content once with all the dates/times?
This is definitely a matter of personal preference.
Believe or not, the default way of displaying things is the preferred approach for most people.With that in mind, I guess you could cheat with some CSS.
Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first .tribe-events-event-image, .tribe-events-list-separator-month+.type-tribe_events.tribe-events-first .tribe-events-list-event-description {display: none !important;}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first+.tribe-events-list .type-tribe_events .tribe-events-list-event-title {display: none !important;}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first+.tribe-events-list .type-tribe_events .tribe-events-event-image {display: none !important;}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first+.tribe-events-list .type-tribe_events:last-child .tribe-events-list-event-description {display: block !important;}.tribe-events-list-separator-month+.type-tribe_events.tribe-events-first+.tribe-events-list .type-tribe_events:last-child .tribe-events-event-image {display: block !important;}Let me know how that goes.
Best regards,
Geoff B.Geoff B.
MemberThis reply is private.
-
AuthorPosts
