Forum Replies Created

Viewing 15 replies - 1 through 15 (of 1,802 total)
  • Forum: Plugins
    In reply to: [Leaflet Map] WordPress 7
    Plugin Contributor hupe13

    (@hupe13)

    [leaflet-marker lat=42.206 lng=13.519] [leaflet-marker]Rocca
    di Mezzo
    [/leaflet-marker]

    You have a typo: Delete the second “[leaflet-marker]“.

    • This reply was modified 5 days, 19 hours ago by hupe13.
    Forum: Plugins
    In reply to: [Leaflet Map] WordPress 7
    Plugin Contributor hupe13

    (@hupe13)

    Which Elementor widget are you using for creating maps and markers? Shortcode widget?

    Forum: Plugins
    In reply to: [Leaflet Map] WordPress 7
    Plugin Contributor hupe13

    (@hupe13)

    It works with WordPress 7! What does not work for you? Or is it only the information “Tested up to 6.9.4” what bothers you?

    Plugin Author hupe13

    (@hupe13)

    I think, it is a problem with the default image. Chromes developer console says “ERR_TOO_MANY_REDIRECTS”. Firefox also had trouble loading this default image today.

    But it should work with your images.

    Plugin Author hupe13

    (@hupe13)

    Do you have an example? The example in Shortcode Helper is okay.

    Plugin Contributor hupe13

    (@hupe13)

    From elevation shortcode? You can hide the marker with trkStart=0 or trkEnd=0 . You can define a color using CSS something like this:

    .start-marker {
    fill: #000;
    }
    .end-marker {
    fill: #FFF;
    }
    • This reply was modified 1 week, 1 day ago by hupe13. Reason: typo
    Thread Starter hupe13

    (@hupe13)

    Alternatively, you could also choose not to use shortcodes and use blocks instead.

    That’s a big disadvantage of (my) Leaflet Map plugins, and it’s on the wish list. I’m not able to do that.

    Thread Starter hupe13

    (@hupe13)

    No, no, it is correct, that the specific shortcode has no output.

    Example: ids is the id of a picture in media gallery


    <!-- wp:shortcode -->
    [gallery ids=10518]
    [gallery ids=10518]
    [gallery ids=10518]
    <!-- /wp:shortcode -->

    <!-- wp:paragraph -->
    <p>*****</p>
    <!-- /wp:paragraph -->

    <!-- wp:shortcode -->
    [gallery ids=10518]
    <!-- /wp:shortcode -->

    <!-- wp:shortcode -->
    [gallery ids=10518]
    <!-- /wp:shortcode -->

    <!-- wp:shortcode -->
    [gallery ids=10518]
    <!-- /wp:shortcode -->

    creates

    <p><div id='gallery-1' class='gallery galleryid-10950 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item'>
    <div class='gallery-icon landscape'>
    <a href='https://my-domain.tld/bild6/'><img decoding="async" width="150" height="150" src="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png 150w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6-300x300.png 300w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6.png 512w" sizes="(max-width: 150px) 100vw, 150px" /></a>
    </div></figure>
    </div>
    <br />
    <div id='gallery-2' class='gallery galleryid-10950 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item'>
    <div class='gallery-icon landscape'>
    <a href='https://my-domain.tld/bild6/'><img decoding="async" width="150" height="150" src="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png 150w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6-300x300.png 300w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6.png 512w" sizes="(max-width: 150px) 100vw, 150px" /></a>
    </div></figure>
    </div>
    <br />
    <div id='gallery-3' class='gallery galleryid-10950 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item'>
    <div class='gallery-icon landscape'>
    <a href='https://my-domain.tld/bild6/'><img decoding="async" width="150" height="150" src="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png 150w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6-300x300.png 300w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6.png 512w" sizes="(max-width: 150px) 100vw, 150px" /></a>
    </div></figure>
    </div>
    </p>


    <p>*****</p>


    <div id='gallery-4' class='gallery galleryid-10950 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item'>
    <div class='gallery-icon landscape'>
    <a href='https://my-domain.tld/bild6/'><img decoding="async" width="150" height="150" src="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png 150w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6-300x300.png 300w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6.png 512w" sizes="(max-width: 150px) 100vw, 150px" /></a>
    </div></figure>
    </div>



    <div id='gallery-5' class='gallery galleryid-10950 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item'>
    <div class='gallery-icon landscape'>
    <a href='https://my-domain.tld/bild6/'><img decoding="async" width="150" height="150" src="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png 150w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6-300x300.png 300w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6.png 512w" sizes="(max-width: 150px) 100vw, 150px" /></a>
    </div></figure>
    </div>



    <div id='gallery-6' class='gallery galleryid-10950 gallery-columns-3 gallery-size-thumbnail'><figure class='gallery-item'>
    <div class='gallery-icon landscape'>
    <a href='https://my-domain.tld/bild6/'><img decoding="async" width="150" height="150" src="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png" class="attachment-thumbnail size-thumbnail" alt="" srcset="https://my-domain.tld/wp-content/uploads/Bilder/Bild6-150x150.png 150w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6-300x300.png 300w, https://my-domain.tld/wp-content/uploads/Bilder/Bild6.png 512w" sizes="(max-width: 150px) 100vw, 150px" /></a>
    </div></figure>
    </div>

    You can see the <br /> . These generate a greater space between the pictures.

    Thread Starter hupe13

    (@hupe13)

    The problem is the <br />:

    example1out<br />

    Maybe it is a special case:

    If you enter the shortcodes individually, one per shortcode block, no <br /> tags are generated. If you enter the shortcodes in a single shortcode block, one per line, the <br /> tags are inserted.

    The shortcodes in the Leaflet Map plugins create mostly Javascript, the concrete shortcode creates no output, WordPress renders the shortcode block and adds the <br />.

    Is that the intention?

    Plugin Author hupe13

    (@hupe13)

    If something isn’t working and I don’t think it’s my fault, it’s usually a GDPR plugin or a caching plugin.

    Plugin Author hupe13

    (@hupe13)

    Did you change anything? I see, that you are using the Compliance plugin. The same error occured, if I tested my settings for the Compliance plugin. I changed the switch for “Openstreetmap” off and on, then my test page works again.

    But today I get no banner from Compliance and no map if I open your page with a “fresh” browser. Tested with Firefox and Chrome.

    Plugin Author hupe13

    (@hupe13)

    How is your shortcode for the map and for elevation?

    There were a lot of changes; it wasn’t just my plugin that got an update. Does it work, if you rollback to the previous version?

    Plugin Contributor hupe13

    (@hupe13)

    The plan is to fix it.

    Plugin Contributor hupe13

    (@hupe13)

    Thank you very much.

    Plugin Contributor hupe13

    (@hupe13)

    Gemini – I’m curious to see it.

    My mail address – see https://leafext.de/en/doku/about/ below on this site.

Viewing 15 replies - 1 through 15 (of 1,802 total)