Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter neufrin

    (@neufrin)

    Ofc,

    I tried it on the newest version of chrome (72) on Windows 10 and MacOs 10.13.6.
    I checked it also on edge but with same results.

    I disabled all plugins and left just jetpack. Also, I reinstall jetpack with no success.

    The output in code editor from Gutenberg block is:

    <!-- wp:jetpack/tiled-gallery {"ids":[6019]} -->
    <div class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col"><figure class="tiled-gallery__item"><img alt="DCIM100MEDIA" aria-label="image 1 of 1 in gallery" data-height="1500" data-id="6019" data-link="https://codeandtravels.com/dcim100media-241/" data-url="https://codeandtravels.com/wp-content/uploads/2019/02/SJCM0597-1365x1024.jpg" data-width="2000" src="https://i0.wp.com/codeandtravels.com/wp-content/uploads/2019/02/SJCM0597-1365x1024.jpg?ssl=1"/></figure></div></div></div></div>
    <!-- /wp:jetpack/tiled-gallery -->

    while from classic editor it’s just gallery shortcode

    <!-- wp:shortcode -->
    [gallery ids="6019" type="rectangular" link="file"]
    <!-- /wp:shortcode -->

    Also the output html is different:
    Gutenberg Block:
    <div class="wp-block-jetpack-tiled-gallery aligncenter is-style-rectangular"><div class="tiled-gallery__gallery"><div class="tiled-gallery__row"><div class="tiled-gallery__col"><figure class="tiled-gallery__item" style="height:576.5px;width:770px;"><img alt="DCIM100MEDIA" aria-label="image 1 of 1 in gallery" data-height="1500" data-id="6019" data-link="https://codeandtravels.com/dcim100media-241/" data-url="https://codeandtravels.com/wp-content/uploads/2019/02/SJCM0597-1365x1024.jpg" data-width="2000" src="https://i0.wp.com/codeandtravels.com/wp-content/uploads/2019/02/SJCM0597-1365x1024.jpg?ssl=1"></figure></div></div></div></div>

    Classic editor gallery:
    <div class="tiled-gallery type-rectangular" data-original-width="770" data-carousel-extra="null" itemscope="" itemtype="http://schema.org/ImageGallery"> <div class="gallery-row" style="width: 770px; height: 579px;" data-original-width="770" data-original-height="579"> <div class="gallery-group images-1" style="width: 770px; height: 579px;" data-original-width="770" data-original-height="579"> <div class="tiled-gallery-item tiled-gallery-item-large" itemprop="associatedMedia" itemscope="" itemtype="http://schema.org/ImageObject"> <a href="https://i0.wp.com/codeandtravels.com/wp-content/uploads/2019/02/SJCM0597.jpg?ssl=1" border="0" itemprop="url" class="lightbox-gallery-img blur"> <meta itemprop="width" content="766"> <meta itemprop="height" content="575"> <img data-attachment-id="6019" data-orig-file="https://codeandtravels.com/wp-content/uploads/2019/02/SJCM0597.jpg" data-orig-size="2000,1500" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;3.6&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;Ambarella MK-1&quot;,&quot;caption&quot;:&quot;DCIM100MEDIA&quot;,&quot;created_timestamp&quot;:&quot;1525952188&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;5&quot;,&quot;iso&quot;:&quot;77&quot;,&quot;shutter_speed&quot;:&quot;0.00026315789473684&quot;,&quot;title&quot;:&quot;DCIM100MEDIA&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="DCIM100MEDIA" data-image-description="" data-medium-file="https://i0.wp.com/codeandtravels.com/wp-content/uploads/2019/02/SJCM0597.jpg?fit=300%2C225&ssl=1" data-large-file="https://i0.wp.com/codeandtravels.com/wp-content/uploads/2019/02/SJCM0597.jpg?fit=770%2C578&ssl=1" src="https://i0.wp.com/codeandtravels.com/wp-content/uploads/2019/02/SJCM0597.jpg?w=766&h=575&ssl=1" width="766" height="575" data-original-width="766" data-original-height="575" itemprop="http://schema.org/image" title="DCIM100MEDIA" alt="DCIM100MEDIA" style="width: 766px; height: 575px;"> </a> <div class="tiled-gallery-caption" itemprop="caption description" style="display: none;"> DCIM100MEDIA </div> </div> </div> <!-- close group --> </div> <!-- close row --> </div>

    so the output from the gutenberg tiled gallery block has much less img attributes,ex. title tag is missing

    Thread Starter neufrin

    (@neufrin)

    I created a page to demonstrate the problem:
    https://codeandtravels.com/tiled-gallery/

    • This reply was modified 7 years, 3 months ago by neufrin.
    Thread Starter neufrin

    (@neufrin)

    Hi, I found a source of the problem. Thankfully it’s not novo-map itself.
    Other plugin TOC+ for a table of content, made problems (breaks the edit post layout and clear marker every post update)
    The solution for others with the same problem: You can leave both plugins activated but do not insert [toc] shortcode in the post, because it will break novo-map plugin.

    Thread Starter neufrin

    (@neufrin)

    Unfortunately, re-upload of the plugin didn’t help. As I mentioned before it’s working on some posts made before the update with Gutenberg. But on all new posts it’s broken.

    Hi, I have a similar problem.
    On some posts made in a classic editor, before an update to WP 5.0 everything works fine. Novo-map editor is showing under post edit field.

    But on new posts, or edited in Gutenberg editor, the map is not showing up for a select.

    also “Select a Marker image” popup looks like open on default with broken layout

    View post on imgur.com

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