Forum Replies Created
-
AuthorPosts
-
February 12, 2015 at 1:40 am in reply to: Can filter bar filter on 'Category A AND B' not 'Category A OR B' for an event ? #941882
pylon
ParticipantBarry
Appreciate the clarification on how TEC Pro implements ‘or’ logic rather than ‘and’ behaviour. I’ll see if client notices and wants it the other way around!
@gonzalosanza – I’ll hold you to that and do the same if I need to and get there first…February 11, 2015 at 9:28 am in reply to: Remove scroll bar from expanded vertical category filter #941657pylon
ParticipantBrian
That does work indeed so many thank, but I notice the ‘reset filters’ bar at bottom of filer column disappears now.
Can we bring it back as it’s quite usefull.
pylon
ParticipantI’ve managed to sort this out myself. I noticed an error in web inspector and it turns out there was an ‘unexpected token’ coming from a badly formatted PHP comment in functions.php file in my child theme.
Apologies.
pylon
ParticipantThis reply is private.
July 3, 2014 at 8:13 am in reply to: Changing the Box size for multiple ticket options to remove scrolling option #271245pylon
ParticipantNice one! You can also hide the browser’s ugly default iframe border if it hasn’t already been reset by using;
/* EVENTBRITE TICKETS IFRAME WINDOW ON EVENT PAGES */
.eventbrite-ticket-embed iframe {border-style: hidden !important; }pylon
ParticipantThat sounds closer!
How would I add the ‘post’ class to all events in the timeline? Would i need to add a custom field or add in functions.php?
pylon
ParticipantCan you try visiting http://www.etal.org.uk/clientview again, then kill any trailing address afterhttp://www.etal.org.uk/clientview and refresh that?
June 6, 2014 at 3:49 am in reply to: Custom style in tribe-events\pro\tribe-events-pro.css has no effect #208613pylon
ParticipantThe following will style the present/current day cell background, header and hover for month view:
[code]
/* Colour the current day cell in onto view */
table.tribe-events-calendar td.tribe-events-present { background: #f8faef !important; }
table.tribe-events-calendar td.tribe-events-present:hover { background: #e6edc6 !important; }
table.tribe-events-calendar td.tribe-events-present * { background: #0098A3 !important }
[/code]pylon
ParticipantJust experienced this with Avada (Theme-Fusion).
But very easy to disable duplicate API call through Theme Options>Extra>OPTIONS FOR JAVASCRIPT WITHIN THE THEME>Disable Google Map Scripts -
AuthorPosts
