Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author justinwhall

    (@jwind)

    Hi there, are you looking to output all members on you website? Currently there is no shortcode for that. It looks like the Strava API does allow for this.

    I can add this as a feature request. Ideally, how would you like this to work/look?

    Thread Starter hewfew

    (@hewfew)

    Hey Justin,

    Appreciate your quick response. So we have a map, the rides taken by members – the routes and users profile. Though the users who had done same routes over the map, overlap with each other. Which makes it difficult to see/get the count. Was wondering if we can have the members list on the right hand of the map (in the small section) or a link to see who all members are the part of any specific club. Let me know your views on the same. Thanks and cheers, man.

    • This reply was modified 8 years, 5 months ago by hewfew.
    Plugin Author justinwhall

    (@jwind)

    I gotacha. That’s great idea! Stay tuned.

    Thread Starter hewfew

    (@hewfew)

    Thanks man! Looking forward. ??

    Is it possible to add the option not to display the avatars at all on the map, just the traces? It is nice just to see a map of the traces of our running club. Optimally, one would see the avatar while hovering over a trace.

    https://www.loopgroep03.nl/loopgroep03-stravakaart/

    The icons are a bit in the way; you see what I mean.

    Thanks!!

    Plugin Author justinwhall

    (@jwind)

    Hey there @fornerod. That feature does not exist right now but it is a great idea. I can’t offer you an immediate option for showing the avatar on hover but I can offer you two other temporary solutions.

    To hide the avatars:

    
    #wsc .wsc-label img {
      display:none;
    }
    

    You could also just make them smaller (change width and height to whatever):

    
    #wsc .wsc-label img {
        width: 20px;
        height: 20px;
    }
    

    Of course, this code should go in an external stylesheet or between <style> tags.

    Lastly, the layout is a bit messed up. It appears that you have the short code between <code> and <pre> tags. If you add the shortcode via the TEXT tab, this should resolve itself.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How do I use shortcode to display members of the clubs’ is closed to new replies.