automobile

Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • in reply to: Time Filter not working #1491484
    automobile
    Participant

    Any update on the fix status? I applied the patch and things look good now but don’t want to have to remember to do it every update if it is not expected in the near future.

    in reply to: Narrow filter options based on a previously selected filter #1461836
    automobile
    Participant

    Hi Victor, you posted the same link twice. Were you intending to send a different link?

    automobile
    Participant

    Sure – go to https://wpshindig.com/events/month/

    Open the browser inspector.

    Select a Tag filter. Notice a class called active is appended to the filter <div>.

    Now select an Organizers filter. No class is appended.

    automobile
    Participant

    Sorry, didn’t realize this is in the wrong forum. Can an admin move this to the filter bar forum? Thanks

    automobile
    Participant

    Hi Courtney,

    Substantial is also in the description of that event 🙂

    I do have the the Filter Bar plugin as well. My client feels having organizer and venue as filter options in addition to what is already there is too overbearing for users.

    Thanks

    automobile
    Participant

    Hi Courtney,

    It appears “Code for Brazil” is also in the description, which is why those events are returned.

    If I search for “Centro Internacional de Inovacao” (the venue name) there are no results returned.

    Is there any way to include organizer and venue in search queries?

    Thanks

    automobile
    Participant

    Hi Jaime,

    I took a look in that file but do not see anything related to this.

    Just to be clear, I’m talking about the map view which is not part of the regular plugin. I do have a license for Events Calendar Pro, so likewise I would expect to have to modify files which are part of the PRO plugin rather than the standard plugin.

    Is there anyone I can email directly to discuss this?

    Thanks

    Javier

    automobile
    Participant

    Hi Jaime,

    The map view does not use those templates, the info window (tooltip) is created in JS. Any thoughts?

    Thanks

    Javier

    automobile
    Participant

    Hi Jaime,

    I’ve taken a look at the Themer’s Guide and I do not believe I need to modify any template files.

    I am trying to open/close the tooltip/infowindow on the map which corresponds to a result item that is being hovered on. I’ve added the following JS in the footer:

    `
    jQuery(tribe_ev.events).on(‘tribe_ev_mapView_AjaxSuccess’, onMapHover);

    function onMapHover(e) {
    jQuery(‘.type-tribe_events’).on(“mouseover”, function () {
    jQuery(‘.type-tribe_events’).removeClass(‘active’);
    jQuery(this).addClass(‘active’);
    });
    }
    `

    However I’m not able to access any infowindow functions – would I need to overwrite the entire tribe-events-ajax-maps.js file?

    automobile
    Participant

    Hi Jaime,

    I’ve taken a look at the Themer’s Guide and I do not believe I need to modify any template files.

    I am trying to open/close the tooltip/infowindow on the map which corresponds to a result item that is being hovered on. I’ve added the following JS in the footer:

    `
    jQuery(tribe_ev.events).on(‘tribe_ev_mapView_AjaxSuccess’, onMapHover);

    function onMapHover(e) {
    jQuery(‘.type-tribe_events’).on(“mouseover”, function () {
    jQuery(‘.type-tribe_events’).removeClass(‘active’);
    jQuery(this).addClass(‘active’);
    });
    }
    `

    However I’m not able to access any infowindow functions – would I need to overwrite the entire tribe-events-ajax-maps.js file?

    • This reply was modified 6 years, 3 months ago by automobile.
    • This reply was modified 6 years, 3 months ago by automobile.
    • This reply was modified 6 years, 3 months ago by automobile.
    • This reply was modified 6 years, 3 months ago by automobile.
Viewing 10 posts - 1 through 10 (of 10 total)