• Resolved microteq

    (@microteq)


    Hi

    As of version 1.1.0, we cannot choose anymore in the settings, if a waymark type should be displayed, when we click a waymark. This can be solved with CSS.

    But if we hover over a waymark, the waymark type is always shown before the name of the waymark, now.

    May we eventually get back the setting?

    Many thanks.

    Daniel.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Joe

    (@morehawes)

    Hi @microteq,

    Thanks for reaching out and apologies for dropping this setting without better backwards compatibility/documentation.

    But if we hover over a waymark, the waymark type is always shown before the name of the waymark, now.

    This can be hidden with the following CSS:

    .waymark-type-label {
      display: none !important;
    }

    I hope this helps.

    Cheers,

    Joe

    Thread Starter microteq

    (@microteq)

    Works like a charm!

    Many thanks.

    Daniel.

    Maxime

    (@mc77500)

    Hi everyone,
    Thanks for asking the question @microteq following v.1.1.0, and for the answer @morehawes . I’m facing the same problem, I previously filtered the markers via the shortcode (and it was very practical!). If I understand the answer correctly, you need to add custom CSS to the page, but I can’t seem to do it.
    For example, I added

    <style>.waymark-photo {
      display: none !important;
    }</style>

    in the page code editor (I don’t want this filter applied to all my pages), but it doesn’t work. Cf: https://view-source:https://gareauxchemins.fr/ecrins-2023/: photos markers should be hidden, but still here.
    How did you do it @microteq? Is there an “official way” to do it @morehawes?

    I will rely directly on you on this forum until the documentation is updated.
    Many thanks,
    Maxime

    • This reply was modified 1 year ago by Maxime.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Waymark type display’ is closed to new replies.