Martino

Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Add event date to map view pop-up. #1295663
    Martino
    Participant

    Hi Callum,
    I just had that modification done.
    We added Date and City and changed the order of those.
    If you are interested I could share the files.

    I’m trying to contact the developers to have the file merged with the core so it’s future proof but so for nobody replied me.

    in reply to: Problem with multiple category #1005174
    Martino
    Participant

    Hi George,
    I used your solution but, as you can see here,
    there is a bit of a problem with the string and with the link
    http://www.fuoriregata.it/evento/hops-beer-music-festival/2015-10-08/

    – the string is double (Event categoryEvent categories)
    – the link is wrong

    Also, if you click on the place (Hops Beer Shop) it goes to a not found page.

    Thanks!

    in reply to: Problem with multiple category #1000357
    Martino
    Participant

    Hi George,
    thanks for the fast reply.

    I need that string to be multilingual: I’m using WPML, do you thing there is a way to write it so I can translate it?

    Thanks, m.

    in reply to: Custom Marker based on category #984475
    Martino
    Participant

    Hi Barry,
    thanks for the reply.

    I’ve some problem on finding the actual marker output code.
    I’m comfortable with inspecting the code and poking around but it seems the markers are hidden someway.

    Following google guidelines I should be able to target all the marker or just some specific marker:

    var iconBase = 'https://maps.google.com/mapfiles/kml/shapes/';
    var icons = {
      parking: {
        icon: iconBase + 'parking_lot_maps.png'
      },
      library: {
        icon: iconBase + 'library_maps.png'
      },
      info: {
        icon: iconBase + 'info-i_maps.png'
      }
    };
    
    function addMarker(feature) {
      var marker = new google.maps.Marker({
        position: feature.position,
        icon: icons[feature.type].icon,
        map: map
      });
    }

    but I don’t know how to link the actual Events Calendar map to that function.

    Adding your code to function could be working but I’m not able to read the added info, if there are any.

    I know this is quite complex: do you have any contact for a paid solution?
    It’s a deal breaker with a client of mine…

    Thanks!

    in reply to: Error on Map List View #976195
    Martino
    Participant

    Hi Nico,
    thanks for the kind reply.

    I solved my problem that the events to be seen on the map: it was a conflict with Jquerytools. Now I’m loading it only where I really need it.

    About issue #3: yes, I see that page uses a different google maps style and marker.
    Is it doable on my map too?

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)