Forum Replies Created
-
AuthorPosts
-
willem engel
ParticipantHi Victor,
Thank you so much for your help. The week-view is now perfect!
Regarding the widget: I actually discovered I had a customised version running already, which was from before the Pro purchase. I’ve replaced it with the pro version (with a minor customisation), so that works well now.
Unfortunately I have 2 more questions (This is almost turning into a Knowledge Base article…)
Question 1:
The widget now outputs a nice graphic box showing the date, then the title + date and time (March 6 @ 21:15 – 22:30) How can I remove the “March 6 @” from under the title?In single-event.php I found
<?php echo tribe_events_event_schedule_details(); ?>, any idea where I can edit that output, or how I ‘hide’ the “date @” part? (I do want to show the start and end times)Question 2:
I’d like to use this widget elsewhere on the website, but then without the customisation of the question above and without the limitation of only showing events of today (Showing events on other days as well, including the full date etc)Is there a way to duplicate the widget, so I have 2 Event List widgets? (For instance: ‘Event List’ and ‘Todays Event List’)
Right now I’m using a third party plug-in to accomplish this: https://wordpress.org/plugins/the-events-calendar-shortcode/, but that’s visually not ideal and I’d like to make it TEC only.
Regards,
Robert
January 18, 2016 at 9:23 am in reply to: Event Notice deprecated and ticket selection layout #1057941willem engel
ParticipantHi Geoff,
The theme developer was notified of my problem and he came up with the following solution:
.quantity.buttons_added {
float: left;
margin: 0 10px 0 0;
width: 60px;
position: relative;
overflow: hidden;
zoom: 1;
}Thank you for your help as I now understand the theme and your plugin a lot better and was even able to make some modifications to the ticket views.
Greetings,
Robert
January 11, 2016 at 7:38 am in reply to: Event Notice deprecated and ticket selection layout #1053904willem engel
ParticipantHi Geoff,
I’ve been playing around with some code, going through the different forums. I realized the shop page shows the buttons perfectly, it’s only on the event pages where it goes wrong.
Adding
#content .quantity .minus,#content .quantity .plus{
position: relative;
}
in my child-themes css does move them towards better locations, but still not quite right, and also moves them on the WooCommerce product page, where they’re perfect without the code.I also posted a thread on the theme’s forum, since they apparently added some code for tribe-events plugins.
More pieces of the puzzle, hope it helps..
Robert
January 11, 2016 at 6:52 am in reply to: Event Notice deprecated and ticket selection layout #1053873willem engel
ParticipantHi Geoff,
Thank you for your pointers.
At first I couldnt find the lines you were referring to and decided to spend my time on other parts of the website so other people can continue with their work instead of waiting for me.
Now that I have time again to dive into this problem. I have found the following lines, but since I’m not very strong at CSS I’m stuck a.t.m., not knowing what to change.
Can you give me some more pointers?
#content .quantity .minus,#content .quantity .plus{display:block;padding:0;margin:0;position:absolute;text-align:center;vertical-align:text-top;width:20px;height:20px;overflow:visible;text-decoration:none;font-weight:700;cursor:pointer;line-height:10px;font-size:12px;color:#444;border:1px solid #c6c6c6;border-left:0;background:#f7f6f7}#content .quantity .minus:hover,#content .quantity .plus:hover{background:#d3d3d3}#content .quantity .plus{top:0;right:0;border-bottom:0;-webkit-border-bottom-left-radius:0;-webkit-border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;-moz-border-radius-bottomright:0;border-bottom-left-radius:0;border-bottom-right-radius:0}#content .quantity .minus{bottom:0;right:0;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-moz-border-radius-topleft:0;-moz-border-radius-topright:0;border-top-left-radius:0;border-top-right-radius:0}#reviews h2 small{float:right;color:#777;font-size:15px;line-height:21px;margin:10px 0 0 0}#reviews h2 small a{text-decoration:none;color:#777}#reviews #respond{margin:0;border:0;padding:0}
Thanks in advance,
Robert
P.S. Is this code quite messy (it’s all on 1 line?) or is that just me?
January 5, 2016 at 7:07 am in reply to: Event Notice deprecated and ticket selection layout #1050499willem engel
ParticipantHi Geoff,
Happy new year to you too indeed! Thank you for your response.
I copied the website to a temporary location so I can disable maintenance mode for you to have a look.
I do not have a functions.php file in that location. The only files in that directory are default-template.php and single-event.php. In single-event.php I did find the “tribe_events_the_notices”-line. Changing that line solved problem #1. Thanks! 😀
As for problem #2:
A link to an event: http://www.lamberts-assistance.com/da-studio-nl/event/bootcamp-samba-solo-by-claudia-beleza/
The “plus” is on the top of the details-box, the “minus” sits at the very bottom. They should sit next to the number of tickets, just like http://www.lamberts-assistance.com/da-studio-nl/shop/racer-t-shirt/Thanks for the help so far!
Robert
(Willem is the owner of the website, I had him buy the plugins himself)
-
AuthorPosts
