Title: makabe's Replies | WordPress.org

---

# makabe

  [  ](https://wordpress.org/support/users/makabe/)

 *   [Profile](https://wordpress.org/support/users/makabe/)
 *   [Topics Started](https://wordpress.org/support/users/makabe/topics/)
 *   [Replies Created](https://wordpress.org/support/users/makabe/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/makabe/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/makabe/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/makabe/engagements/)
 *   [Favorites](https://wordpress.org/support/users/makabe/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 85 total)

1 [2](https://wordpress.org/support/users/makabe/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/makabe/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/makabe/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/makabe/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/makabe/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/makabe/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Lightbox & Gallery] Masonry gallery stopped working after update](https://wordpress.org/support/topic/masonry-gallery-stopped-working-after-update/)
 *  [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [6 months ago](https://wordpress.org/support/topic/masonry-gallery-stopped-working-after-update/#post-18813713)
 * Some more bugs in 2.7.0:
    - Unable to save settings for any lightbox (settings reset when trying to save).
    - In the main settings section, several options are missing a “value” field,
      which is why they don’t save.
 *     ```wp-block-code
       <select id="rl-settings-image-title" name="responsive_lightbox_settings[image_title]"><option value="">Brak</option><option value="default" selected="selected">Attachment Title</option><option value="title">Tytuł obrazka</option><option value="caption">Podpis obrazka</option><option value="alt">Tekst alternatywny obrazka</option><option value="description">Opis obrazka</option></select>
       ```
   
 * For now I’m going back to version 2.6.1
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] React Settings UI + Video Sitemap = broken settings](https://wordpress.org/support/topic/react-settings-ui-video-sitemap-broken-settings/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [9 months, 4 weeks ago](https://wordpress.org/support/topic/react-settings-ui-video-sitemap-broken-settings/#post-18677952)
 * It turned out that the problem only occurs in Firefox browser, switching to Chrome
   solved the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] React Settings UI + Video Sitemap = broken settings](https://wordpress.org/support/topic/react-settings-ui-video-sitemap-broken-settings/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [10 months ago](https://wordpress.org/support/topic/react-settings-ui-video-sitemap-broken-settings/#post-18674963)
 * Hi Jaideep,
 * I’ve tried this before and it doesn’t work.
 * It seems that after enabling React Settings UI, the Video Sitemap settings page
   is not available at all (even when I go to the main Sitemap settings, the Video
   Sitemap options are not visible).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Disable plugin for logged users](https://wordpress.org/support/topic/disable-plugin-for-logged-users/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/disable-plugin-for-logged-users/#post-18448669)
 * Yes, it works perfectly, thank you! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Disable plugin for logged users](https://wordpress.org/support/topic/disable-plugin-for-logged-users/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/disable-plugin-for-logged-users/#post-18448037)
 * Or better this one, in that case you don’t need “Add links below the embedded
   videos” to be enabled:
 *     ```wp-block-code
       $lytelinks_txt = '<div class="lL" style="max-width:100%;width:' . $lyteSettings[2] . 'px;' . $lyteSettings['pos'] .'"></div>';
       ```
   
 * to his one:
 *     ```wp-block-code
       $lytelinks_txt = '<div class="lL" style="max-width:100%;width:' . $lyteSettings[2] . 'px;' . $lyteSettings['pos'] .'">' . '<div style="display:none!important;">' . __( '' . $lyteSettings['scheme'] . '://www.youtube.com/watch?v=' . $vid . '', 'wp-youtube-lyte' ) . '</div></div>';
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Disable plugin for logged users](https://wordpress.org/support/topic/disable-plugin-for-logged-users/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/disable-plugin-for-logged-users/#post-18447972)
 * And I meant “display:none”, not “disable:none” – sorry for that. This modification
   do the trick for me. Could you check if this don’t “break” anything? I tested
   it a few minutes ago.
 * In **wp-youtube-lyte.php** I changed this code:
 *     ```wp-block-code
       $lytelinks_txt = '<div class="lL" style="max-width:100%;width:' . $lyteSettings[2] . 'px;' . $lyteSettings['pos'] . '">' . ' <a href="' . $lyteSettings['scheme'] . '://youtu.be/' . $vid . '" target="_blank">' . __( 'Watch this video on YouTube', 'wp-youtube-lyte' ) . '</a>.</div>';
       ```
   
 * to this one:
 *     ```wp-block-code
       $lytelinks_txt = '<div class="lL" style="display:none!important;">' . __( '' . $lyteSettings['scheme'] . '://www.youtube.com/watch?v=' . $vid . '', 'wp-youtube-lyte' ) . '</div>';
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Disable plugin for logged users](https://wordpress.org/support/topic/disable-plugin-for-logged-users/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/disable-plugin-for-logged-users/#post-18447941)
 * > so what would be the difference with “Add links below the embedded videos” 
   > which is inside a div with class `lL`?
 * Because then the link is like this “Watch this video on YouTube”, and is not 
   recognized by Rank Math.
 * For it to work, the link should look like this [https://www.youtube.*****](https://www.youtube.*****)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Disable plugin for logged users](https://wordpress.org/support/topic/disable-plugin-for-logged-users/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/disable-plugin-for-logged-users/#post-18446766)
 * Thanks! 🙂 I have one more idea.
 * In order for Rank Math to generate Video Schema and add it to Sitemap, there 
   must be a direct link to YouTube video in the post content. Maybe it would be
   enough to add a link with a specific class under each Lyte placeholder, and then
   set “disable: none” to it. I have tested it now and it seems to work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] Disable plugin for logged users](https://wordpress.org/support/topic/disable-plugin-for-logged-users/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/disable-plugin-for-logged-users/#post-18446214)
 * Unfortunately yes, I checked all the options on and off (even “Add links below
   the embedded videos”).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Video Schema bug (videos from YT description get video schema)](https://wordpress.org/support/topic/video-schema-bug-videos-from-yt-description-get-video-schema/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/video-schema-bug-videos-from-yt-description-get-video-schema/#post-18441721)
 * I would like to clarify that I am not looking to disable the microdata feature,
   as I am aware of how to do that in the WP YouTube Lyte settings. What I am searching
   for is a way to filter or exclude only specific elements from the Video Schema
   generation output.
 * I appreciate your help, but I will handle it myself from here. Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Rank Math SEO – AI SEO Tools to Dominate SEO Rankings] Video Schema bug (videos from YT description get video schema)](https://wordpress.org/support/topic/video-schema-bug-videos-from-yt-description-get-video-schema/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 3 months ago](https://wordpress.org/support/topic/video-schema-bug-videos-from-yt-description-get-video-schema/#post-18432075)
 * Yes, sorry for the trouble. The problem is caused by the [WP YouTube Lyte](https://pl.wordpress.org/plugins/wp-youtube-lyte/)
   plugin with “Add microdata” option enabled (to fully enable this feature you 
   will need a YouTube API key.).
 * It creates meta tags with YouTube video description and therefore an additional
   Video Schema tags and thumbnails are created. Here is the source code from the
   post.
 *     ```wp-block-code
       <div class="lyte-wrapper" title="Top 10 LEE BYUNG HUN Movies | EONTALK" style="width:853px;max-width:100%;margin:0 auto;"><div class="lyMe" id="WYL_XjGNxZ3yoMg" itemprop="video" itemscope itemtype="https://schema.org/VideoObject"><div><meta itemprop="thumbnailUrl" content="https://gracz.org/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXjGNxZ3yoMg%2Fhqdefault.jpg" /><meta itemprop="embedURL" content="https://www.youtube.com/embed/XjGNxZ3yoMg" /><meta itemprop="duration" content="PT10M51S" /><meta itemprop="uploadDate" content="2020-09-18T08:45:02Z" /></div><div id="lyte_XjGNxZ3yoMg" data-src="https://gracz.org/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXjGNxZ3yoMg%2Fhqdefault.jpg" class="pL"><div class="tC"><div class="tT" itemprop="name">Top 10 LEE BYUNG HUN Movies | EONTALK</div></div><div class="play"></div><div class="ctrl"><div class="Lctrl"></div><div class="Rctrl"></div></div></div><noscript><a href="https://youtu.be/XjGNxZ3yoMg" rel="nofollow noopener"><img loading="lazy" decoding="async" src="https://gracz.org/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=https%3A%2F%2Fi.ytimg.com%2Fvi%2FXjGNxZ3yoMg%2F0.jpg" alt="Top 10 LEE BYUNG HUN Movies | EONTALK" width="853" height="460" /><br />Watch this video on YouTube</a></noscript><meta itemprop="description" content="List of my favorite Lee Byung-Hun movies. Sign up for ExpressVPN and access more Korean movies! 👉 https://www.expressvpn.com/eontalk Be sure to check out the &quot;Who Is&quot; episode on Lee Byung-Hun 👉 https://youtu.be/woLABDQ8ORI #LeeByungHun #이병헌 #KoreanMovies Support EonTalk on Patreon! 👉 https://www.patreon.com/eontalk Join the EonTalk Telegram! 👉 https://t.me/eontalk Watch WHO IS MA DONG-SEOK? 👉 https://youtu.be/qOr9Kg_RpMA Watch WHO IS SON YE-JIN? 👉 https://youtu.be/ijHtcYVddRs Watch WHO IS PARK SEO-JOON? 👉 https://youtu.be/ZzcZNGCHBWQ Watch TOP KOREAN ACTORS 👉https://youtu.be/ED7SyuRkaI8 Watch TOP KOREAN MOVIES ON IMDB 👉https://youtu.be/OXEFD-qGtdM Follow Me At: • YouTube: https://youtube.com/c/eontalk • Facebook: https://www.facebook.com/eontalkmovies • Instagram: https://www.instagram.com/eontalk/ For Business &amp; Other Contacts Email: eontalk@gmail.com **Disclaimer: The images/videos used are not owned by EonTalk. No copyright infringement intended."></div></div><div class="lL" style="max-width:100%;width:853px;margin:0 auto;"></div>
       ```
   
 * Is there any way to exclude the content of _meta itemprop=”description”_ from
   generating Video Schema and Video Sitemap thumbnails? Maybe you can implement
   it in the next update? 🙂
 * Greetings,
 * Adrian
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All in One SEO – AI SEO Plugin to Boost SEO Rankings & Traffic (Schema, Local SEO, Sitemap & SEO Insights)] Missing category in Breadcrumbs Schema](https://wordpress.org/support/topic/missing-category-in-breadcrumbs-schema/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 4 months ago](https://wordpress.org/support/topic/missing-category-in-breadcrumbs-schema/#post-18379165)
 * > If you configure your permalink structure to include categories (for example,“/
   > category/post-name/”), the BreadcrumbList schema will automatically include
   > it as well.
 * Why would I change my link structure for this? Other SEO plugins don’t require
   this.
 * Anyway, thanks for the information, I will switch to another plugin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP YouTube Lyte] How to change thumbnails cache policy?](https://wordpress.org/support/topic/how-to-change-thumbnails-cache-policy/)
 *  Thread Starter [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [1 year, 8 months ago](https://wordpress.org/support/topic/how-to-change-thumbnails-cache-policy/#post-18152452)
 * Great, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[kk Star Ratings - Rate Post & Collect User Feedbacks] Conflict with Rocket loader / Cloudflare ?](https://wordpress.org/support/topic/conflict-with-rocket-loader-cloudflare/)
 *  [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [3 years ago](https://wordpress.org/support/topic/conflict-with-rocket-loader-cloudflare/#post-16914479)
 * Hi,
 * [https://wordpress.org/support/topic/it-is-not-work-on-some-post/](https://wordpress.org/support/topic/it-is-not-work-on-some-post/)
 * Just remove a quote mark (“) from the post title and everything should work again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[kk Star Ratings - Rate Post & Collect User Feedbacks] It is not work in some posts](https://wordpress.org/support/topic/it-is-not-work-on-some-post/)
 *  [makabe](https://wordpress.org/support/users/makabe/)
 * (@makabe)
 * [3 years ago](https://wordpress.org/support/topic/it-is-not-work-on-some-post/#post-16890443)
 * Hi Lukasz,
 * same error here: [https://wordpress.org/support/topic/cant-vote-if-there-is-a-special-character-in-the-title/](https://wordpress.org/support/topic/cant-vote-if-there-is-a-special-character-in-the-title/)
 * Just remove a quote mark (“) from the post title and everything will work.
 * PS. To jakiś bug związany z tytułem wpisów – jak w tytule jest cudzysłów, to 
   wtyczka wywala błąd zapisu do bazy i nie działa. Usunięcie “” z tytułu rozwiązuje
   problem.

Viewing 15 replies - 1 through 15 (of 85 total)

1 [2](https://wordpress.org/support/users/makabe/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/makabe/replies/page/3/?output_format=md)
[4](https://wordpress.org/support/users/makabe/replies/page/4/?output_format=md)
[5](https://wordpress.org/support/users/makabe/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/makabe/replies/page/6/?output_format=md)
[→](https://wordpress.org/support/users/makabe/replies/page/2/?output_format=md)